Searched refs:CRYPTO_gcm128_finish (Results 1 – 9 of 9) sorted by relevance
/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_gcm_hw.c | 45 if (CRYPTO_gcm128_finish(&ctx->gcm, tag, ctx->taglen) != 0) in ossl_gcm_cipher_final()
|
/openssl/test/ |
H A D | modes_internal_test.c | 875 if (!TEST_false(CRYPTO_gcm128_finish(&ctx, T.data, 16)) in test_gcm128() 886 if (!TEST_false(CRYPTO_gcm128_finish(&ctx, T.data, 16)) in test_gcm128()
|
/openssl/include/openssl/ |
H A D | modes.h | 134 int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const unsigned char *tag,
|
/openssl/util/ |
H A D | missingcrypto.txt | 379 CRYPTO_gcm128_finish(3)
|
H A D | missingcrypto111.txt | 461 CRYPTO_gcm128_finish(3)
|
H A D | libcrypto.num | 3304 CRYPTO_gcm128_finish 3374 3_0_0 EXIST::FUNCTION:
|
/openssl/crypto/evp/ |
H A D | e_aria.c | 484 if (CRYPTO_gcm128_finish(&gctx->gcm, in aria_gcm_cipher()
|
H A D | e_aes.c | 3163 if (CRYPTO_gcm128_finish(&gctx->gcm, in aes_gcm_cipher()
|
/openssl/crypto/modes/ |
H A D | gcm128.c | 1545 int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const unsigned char *tag, in CRYPTO_gcm128_finish() function 1611 CRYPTO_gcm128_finish(ctx, NULL, 0); in CRYPTO_gcm128_tag()
|
Completed in 47 milliseconds