Searched refs:aead_aes_gcm_open_gather_impl (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 | 1036 static int aead_aes_gcm_open_gather_impl(const struct aead_aes_gcm_ctx *gcm_ctx, in aead_aes_gcm_open_gather_impl() function 1093 return aead_aes_gcm_open_gather_impl(gcm_ctx, out, nonce, nonce_len, in, in aead_aes_gcm_open_gather() 1217 return aead_aes_gcm_open_gather_impl( in aead_aes_gcm_open_gather_randnonce()
|
/external/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.cc.inc | 806 static int aead_aes_gcm_open_gather_impl(const struct aead_aes_gcm_ctx *gcm_ctx, 851 if (!aead_aes_gcm_open_gather_impl(gcm_ctx, out, nonce, nonce_len, in, in_len, 985 if (!aead_aes_gcm_open_gather_impl(
|
/external/cronet/tot/third_party/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.cc.inc | 1018 static int aead_aes_gcm_open_gather_impl(const struct aead_aes_gcm_ctx *gcm_ctx, 1073 if (!aead_aes_gcm_open_gather_impl(gcm_ctx, out, nonce, nonce_len, in, in_len, 1207 if (!aead_aes_gcm_open_gather_impl(
|
/external/cronet/stable/third_party/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.cc.inc | 1018 static int aead_aes_gcm_open_gather_impl(const struct aead_aes_gcm_ctx *gcm_ctx, 1073 if (!aead_aes_gcm_open_gather_impl(gcm_ctx, out, nonce, nonce_len, in, in_len, 1207 if (!aead_aes_gcm_open_gather_impl(
|