Searched refs:aes_gcm_cipher (Results 1 – 4 of 4) sorted by relevance
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.c | 543 static int aes_gcm_cipher(EVP_CIPHER_CTX *ctx, uint8_t *out, const uint8_t *in, in aes_gcm_cipher() function 664 out->cipher = aes_gcm_cipher; in DEFINE_LOCAL_DATA() 732 out->cipher = aes_gcm_cipher; in DEFINE_LOCAL_DATA() 800 out->cipher = aes_gcm_cipher; in DEFINE_LOCAL_DATA()
|
/external/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.cc.inc | 368 static int aes_gcm_cipher(EVP_CIPHER_CTX *ctx, uint8_t *out, const uint8_t *in, 483 out->cipher = aes_gcm_cipher; 551 out->cipher = aes_gcm_cipher; 619 out->cipher = aes_gcm_cipher;
|
/external/cronet/tot/third_party/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.cc.inc | 533 static int aes_gcm_cipher(EVP_CIPHER_CTX *ctx, uint8_t *out, const uint8_t *in, 662 out->cipher = aes_gcm_cipher; 730 out->cipher = aes_gcm_cipher; 798 out->cipher = aes_gcm_cipher;
|
/external/cronet/stable/third_party/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.cc.inc | 533 static int aes_gcm_cipher(EVP_CIPHER_CTX *ctx, uint8_t *out, const uint8_t *in, 662 out->cipher = aes_gcm_cipher; 730 out->cipher = aes_gcm_cipher; 798 out->cipher = aes_gcm_cipher;
|