Home
last modified time | relevance | path

Searched refs:CRYPTO_gcm128_decrypt (Results 1 – 12 of 12) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c101 if (CRYPTO_gcm128_decrypt(&ctx->gcm, in, out, res)) in generic_aes_gcm_cipher_update()
119 if (CRYPTO_gcm128_decrypt(&ctx->gcm, in, out, len)) in generic_aes_gcm_cipher_update()
H A Dcipher_aes_gcm_hw_ppc.inc121 if (CRYPTO_gcm128_decrypt(&ctx->gcm, in, out, res))
135 if (CRYPTO_gcm128_decrypt(&ctx->gcm, in, out, len))
H A Dciphercommon_gcm_hw.c33 if (CRYPTO_gcm128_decrypt(&ctx->gcm, in, out, len)) in ossl_gcm_cipher_update()
H A Dcipher_sm4_gcm_hw.c76 if (CRYPTO_gcm128_decrypt(&ctx->gcm, in, out, len)) in hw_gcm_cipher_update()
/openssl/include/openssl/
H A Dmodes.h125 int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx,
/openssl/crypto/evp/
H A De_aria.c434 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, len)) in aria_gcm_tls_cipher()
476 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, len)) in aria_gcm_cipher()
H A De_aes.c2961 if (CRYPTO_gcm128_decrypt(&gctx->gcm, NULL, NULL, 0)) in aes_gcm_tls_cipher()
2979 if (CRYPTO_gcm128_decrypt(&gctx->gcm, NULL, NULL, 0)) in aes_gcm_tls_cipher()
2988 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in aes_gcm_tls_cipher()
3120 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, res)) in aes_gcm_cipher()
3142 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in, out, res)) in aes_gcm_cipher()
3153 if (CRYPTO_gcm128_decrypt(&gctx->gcm, in aes_gcm_cipher()
/openssl/test/
H A Dmodes_internal_test.c885 CRYPTO_gcm128_decrypt(&ctx, C.data, out, P.size); in test_gcm128()
/openssl/util/
H A Dmissingcrypto.txt375 CRYPTO_gcm128_decrypt(3)
H A Dmissingcrypto111.txt457 CRYPTO_gcm128_decrypt(3)
H A Dlibcrypto.num2302 CRYPTO_gcm128_decrypt 2352 3_0_0 EXIST::FUNCTION:
/openssl/crypto/modes/
H A Dgcm128.c997 int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx, in CRYPTO_gcm128_decrypt() function
1389 return CRYPTO_gcm128_decrypt(ctx, in, out, len); in CRYPTO_gcm128_decrypt_ctr32()

Completed in 74 milliseconds