Searched refs:CRYPTO_gcm128_encrypt (Results 1 – 12 of 12) sorted by relevance
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_hw.c | 72 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 D | cipher_aes_gcm_hw_ppc.inc | 97 if (CRYPTO_gcm128_encrypt(&ctx->gcm, in, out, res)) 111 if (CRYPTO_gcm128_encrypt(&ctx->gcm, in, out, len))
|
H A D | ciphercommon_gcm_hw.c | 30 if (CRYPTO_gcm128_encrypt(&ctx->gcm, in, out, len)) in ossl_gcm_cipher_update()
|
H A D | cipher_sm4_gcm_hw.c | 68 if (CRYPTO_gcm128_encrypt(&ctx->gcm, in, out, len)) in hw_gcm_cipher_update()
|
/openssl/include/openssl/ |
H A D | modes.h | 122 int CRYPTO_gcm128_encrypt(GCM128_CONTEXT *ctx,
|
/openssl/crypto/evp/ |
H A D | e_aria.c | 426 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 D | e_aes.c | 2920 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 D | modes_internal_test.c | 873 if (!TEST_int_ge(CRYPTO_gcm128_encrypt(&ctx, P.data, out, P.size), 0)) in test_gcm128()
|
/openssl/util/ |
H A D | missingcrypto.txt | 377 CRYPTO_gcm128_encrypt(3)
|
H A D | missingcrypto111.txt | 459 CRYPTO_gcm128_encrypt(3)
|
H A D | libcrypto.num | 357 CRYPTO_gcm128_encrypt 364 3_0_0 EXIST::FUNCTION:
|
/openssl/crypto/modes/ |
H A D | gcm128.c | 772 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