Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw.c72 if (CRYPTO_gcm128_encrypt(&ctx->gcm, in, out, res)) in generic_aes_gcm_cipher_update()
90 if (CRYPTO_gcm128_encrypt(&ctx->gcm, in, out, len)) in generic_aes_gcm_cipher_update()
H A Dcipher_aes_gcm_hw_ppc.inc97 if (CRYPTO_gcm128_encrypt(&ctx->gcm, in, out, res))
111 if (CRYPTO_gcm128_encrypt(&ctx->gcm, in, out, len))
H A Dciphercommon_gcm_hw.c30 if (CRYPTO_gcm128_encrypt(&ctx->gcm, in, out, len)) in ossl_gcm_cipher_update()
H A Dcipher_sm4_gcm_hw.c68 if (CRYPTO_gcm128_encrypt(&ctx->gcm, in, out, len)) in hw_gcm_cipher_update()
/openssl/include/openssl/
H A Dmodes.h122 int CRYPTO_gcm128_encrypt(GCM128_CONTEXT *ctx,
/openssl/crypto/evp/
H A De_aria.c426 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, len)) in aria_gcm_tls_cipher()
473 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, len)) in aria_gcm_cipher()
H A De_aes.c2920 if (CRYPTO_gcm128_encrypt(&gctx->gcm, NULL, NULL, 0)) in aes_gcm_tls_cipher()
2938 if (CRYPTO_gcm128_encrypt(&gctx->gcm, NULL, NULL, 0)) in aes_gcm_tls_cipher()
2947 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in aes_gcm_tls_cipher()
3076 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, res)) in aes_gcm_cipher()
3098 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, res)) in aes_gcm_cipher()
3109 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in aes_gcm_cipher()
/openssl/test/
H A Dmodes_internal_test.c873 if (!TEST_int_ge(CRYPTO_gcm128_encrypt(&ctx, P.data, out, P.size), 0)) in test_gcm128()
/openssl/util/
H A Dmissingcrypto.txt377 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:
/openssl/crypto/modes/
H A Dgcm128.c772 int CRYPTO_gcm128_encrypt(GCM128_CONTEXT *ctx, in CRYPTO_gcm128_encrypt() function
1235 return CRYPTO_gcm128_encrypt(ctx, in, out, len); in CRYPTO_gcm128_encrypt_ctr32()

Completed in 42 milliseconds