Home
last modified time | relevance | path

Searched refs:CRYPTO_gcm128_encrypt (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c73 if (CRYPTO_gcm128_encrypt(&ctx->gcm, in, out, res)) in generic_aes_gcm_cipher_update()
91 if (CRYPTO_gcm128_encrypt(&ctx->gcm, in, out, len)) in generic_aes_gcm_cipher_update()
H A Dciphercommon_gcm_hw.c30 if (CRYPTO_gcm128_encrypt(&ctx->gcm, in, out, len)) in ossl_gcm_cipher_update()
/freebsd/crypto/openssl/include/openssl/
H A Dmodes.h122 int CRYPTO_gcm128_encrypt(GCM128_CONTEXT *ctx,
/freebsd/crypto/openssl/crypto/evp/
H A De_aria.c430 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, len)) in aria_gcm_tls_cipher()
477 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, len)) in aria_gcm_cipher()
H A De_aes.c2826 if (CRYPTO_gcm128_encrypt(&gctx->gcm, NULL, NULL, 0)) in aes_gcm_tls_cipher()
2844 if (CRYPTO_gcm128_encrypt(&gctx->gcm, NULL, NULL, 0)) in aes_gcm_tls_cipher()
2853 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in aes_gcm_tls_cipher()
2980 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, res)) in aes_gcm_cipher()
3002 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, res)) in aes_gcm_cipher()
3013 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in aes_gcm_cipher()
/freebsd/crypto/openssl/test/
H A Dmodes_internal_test.c872 if (!TEST_int_ge(CRYPTO_gcm128_encrypt( &ctx, P.data, out, P.size), 0)) in test_gcm128()
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt400 CRYPTO_gcm128_encrypt(3)
H A Dmissingcrypto111.txt459 CRYPTO_gcm128_encrypt(3)
H A Dlibcrypto.num357 CRYPTO_gcm128_encrypt 364 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/crypto/modes/
H A Dgcm128.c966 int CRYPTO_gcm128_encrypt(GCM128_CONTEXT *ctx, function
1443 return CRYPTO_gcm128_encrypt(ctx, in, out, len);
/freebsd/secure/lib/libcrypto/
H A DVersion.map804 CRYPTO_gcm128_encrypt;