Searched refs:CRYPTO_gcm128_decrypt (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/modes/ |
D | gcm_test.c | 370 CRYPTO_gcm128_decrypt(&ctx, &aes_key, ciphertext, out, plaintext_len); in run_test_case()
|
D | internal.h | 266 OPENSSL_EXPORT int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx, const void *key,
|
D | gcm.c | 795 int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx, const void *key, in CRYPTO_gcm128_decrypt() function
|
/external/boringssl/src/crypto/cipher/ |
D | e_aes.c | 687 if (!CRYPTO_gcm128_decrypt(&gctx->gcm, &gctx->ks.ks, in, out, res)) { in aes_gcm_cipher() 703 if (!CRYPTO_gcm128_decrypt(&gctx->gcm, &gctx->ks.ks, in + bulk, in aes_gcm_cipher() 1180 if (!CRYPTO_gcm128_decrypt(&gcm, key, in, out, in_len - gcm_ctx->tag_len)) { in aead_aes_gcm_open()
|