Searched refs:CRYPTO_gcm128_decrypt (Results 1 – 3 of 3) sorted by relevance
/external/openssl/include/openssl/ |
D | modes.h | 98 int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx,
|
/external/openssl/crypto/evp/ |
D | e_aes.c | 938 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, len)) in aes_gcm_tls_cipher() 1005 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, len)) in aes_gcm_cipher()
|
/external/openssl/crypto/modes/ |
D | gcm128.c | 1033 int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx, function 1686 if (C##n) CRYPTO_gcm128_decrypt(&ctx,C##n,out,sizeof(out)); \
|