Searched refs:CRYPTO_gcm128_decrypt (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dmodes.h98 int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx,
/external/openssl/include/openssl/
H A Dmodes.h98 int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx,
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
H A De_aes.c939 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, len))
1004 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, len))
1453 if (CRYPTO_gcm128_decrypt(&gcm, in + bulk, out + bulk,
/external/openssl/crypto/evp/
H A De_aes.c938 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, len))
1003 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, len))
/external/chromium_org/third_party/openssl/openssl/crypto/modes/
H A Dgcm128.c1033 int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx, function
1686 if (C##n) CRYPTO_gcm128_decrypt(&ctx,C##n,out,sizeof(out)); \
/external/openssl/crypto/modes/
H A Dgcm128.c1033 int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx, function
1686 if (C##n) CRYPTO_gcm128_decrypt(&ctx,C##n,out,sizeof(out)); \

Completed in 184 milliseconds