Go to the source code of this file.
OPENSSL_INLINE void aes_hw_cbc_encrypt | ( | const uint8_t * | in, |
uint8_t * | out, | ||
size_t | length, | ||
const AES_KEY * | key, | ||
uint8_t * | ivec, | ||
int | enc | ||
) |
Definition at line 116 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/aes/internal.h.
OPENSSL_INLINE void aes_hw_ctr32_encrypt_blocks | ( | const uint8_t * | in, |
uint8_t * | out, | ||
size_t | len, | ||
const AES_KEY * | key, | ||
const uint8_t | ivec[16] | ||
) |
Definition at line 122 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/aes/internal.h.
Definition at line 111 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/aes/internal.h.
Definition at line 106 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/aes/internal.h.
Definition at line 101 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/aes/internal.h.
Definition at line 96 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/aes/internal.h.
void aes_nohw_cbc_encrypt | ( | const uint8_t * | in, |
uint8_t * | out, | ||
size_t | len, | ||
const AES_KEY * | key, | ||
uint8_t * | ivec, | ||
const int | enc | ||
) |
Definition at line 1220 of file aes_nohw.c.
void aes_nohw_ctr32_encrypt_blocks | ( | const uint8_t * | in, |
uint8_t * | out, | ||
size_t | blocks, | ||
const AES_KEY * | key, | ||
const uint8_t | ivec[16] | ||
) |
Definition at line 1173 of file aes_nohw.c.
Definition at line 1153 of file aes_nohw.c.
Definition at line 1144 of file aes_nohw.c.
Definition at line 1139 of file aes_nohw.c.
Definition at line 1123 of file aes_nohw.c.
OPENSSL_INLINE char bsaes_capable | ( | void | ) |
Definition at line 147 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/aes/internal.h.
OPENSSL_INLINE void bsaes_cbc_encrypt | ( | const uint8_t * | in, |
uint8_t * | out, | ||
size_t | length, | ||
const AES_KEY * | key, | ||
uint8_t | ivec[16], | ||
int | enc | ||
) |
Definition at line 151 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/aes/internal.h.
OPENSSL_INLINE void bsaes_ctr32_encrypt_blocks | ( | const uint8_t * | in, |
uint8_t * | out, | ||
size_t | len, | ||
const AES_KEY * | key, | ||
const uint8_t | ivec[16] | ||
) |
Definition at line 157 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/aes/internal.h.
OPENSSL_INLINE int hwaes_capable | ( | void | ) |
Definition at line 94 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/aes/internal.h.
OPENSSL_INLINE char vpaes_capable | ( | void | ) |
Definition at line 193 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/aes/internal.h.
OPENSSL_INLINE void vpaes_cbc_encrypt | ( | const uint8_t * | in, |
uint8_t * | out, | ||
size_t | length, | ||
const AES_KEY * | key, | ||
uint8_t * | ivec, | ||
int | enc | ||
) |
Definition at line 213 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/aes/internal.h.
Definition at line 209 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/aes/internal.h.
OPENSSL_INLINE void vpaes_decrypt_key_to_bsaes | ( | AES_KEY * | out_bsaes, |
const AES_KEY * | vpaes | ||
) |
Definition at line 168 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/aes/internal.h.
Definition at line 205 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/aes/internal.h.
OPENSSL_INLINE void vpaes_encrypt_key_to_bsaes | ( | AES_KEY * | out_bsaes, |
const AES_KEY * | vpaes | ||
) |
Definition at line 163 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/aes/internal.h.
Definition at line 201 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/aes/internal.h.
Definition at line 197 of file third_party/boringssl-with-bazel/src/crypto/fipsmodule/aes/internal.h.