Searched refs:CRYPTO_gcm128_decrypt (Results 1 – 12 of 12) sorted by relevance
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_hw.c | 101 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 D | cipher_aes_gcm_hw_ppc.inc | 121 if (CRYPTO_gcm128_decrypt(&ctx->gcm, in, out, res)) 135 if (CRYPTO_gcm128_decrypt(&ctx->gcm, in, out, len))
|
H A D | ciphercommon_gcm_hw.c | 33 if (CRYPTO_gcm128_decrypt(&ctx->gcm, in, out, len)) in ossl_gcm_cipher_update()
|
H A D | cipher_sm4_gcm_hw.c | 76 if (CRYPTO_gcm128_decrypt(&ctx->gcm, in, out, len)) in hw_gcm_cipher_update()
|
/openssl/include/openssl/ |
H A D | modes.h | 125 int CRYPTO_gcm128_decrypt(GCM128_CONTEXT *ctx,
|
/openssl/crypto/evp/ |
H A D | e_aria.c | 434 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 D | e_aes.c | 2961 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 D | modes_internal_test.c | 885 CRYPTO_gcm128_decrypt(&ctx, C.data, out, P.size); in test_gcm128()
|
/openssl/util/ |
H A D | missingcrypto.txt | 375 CRYPTO_gcm128_decrypt(3)
|
H A D | missingcrypto111.txt | 457 CRYPTO_gcm128_decrypt(3)
|
H A D | libcrypto.num | 2302 CRYPTO_gcm128_decrypt 2352 3_0_0 EXIST::FUNCTION:
|
/openssl/crypto/modes/ |
H A D | gcm128.c | 997 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