Searched refs:CRYPTO_gcm128_encrypt (Results 1 – 10 of 10) sorted by relevance
/openssl-master/providers/implementations/ciphers/ |
A D | cipher_aes_gcm_hw.c | 73 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()
|
A D | ciphercommon_gcm_hw.c | 30 if (CRYPTO_gcm128_encrypt(&ctx->gcm, in, out, len)) in ossl_gcm_cipher_update()
|
/openssl-master/include/openssl/ |
A D | modes.h | 122 int CRYPTO_gcm128_encrypt(GCM128_CONTEXT *ctx,
|
/openssl-master/crypto/evp/ |
A D | e_aria.c | 430 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()
|
A D | e_aes.c | 2832 if (CRYPTO_gcm128_encrypt(&gctx->gcm, NULL, NULL, 0)) in aes_gcm_tls_cipher() 2850 if (CRYPTO_gcm128_encrypt(&gctx->gcm, NULL, NULL, 0)) in aes_gcm_tls_cipher() 2859 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in aes_gcm_tls_cipher() 2986 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, res)) in aes_gcm_cipher() 3008 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in, out, res)) in aes_gcm_cipher() 3019 if (CRYPTO_gcm128_encrypt(&gctx->gcm, in aes_gcm_cipher()
|
/openssl-master/test/ |
A D | modes_internal_test.c | 872 if (!TEST_int_ge(CRYPTO_gcm128_encrypt(&ctx, P.data, out, P.size), 0)) in test_gcm128()
|
/openssl-master/util/ |
A D | missingcrypto.txt | 423 CRYPTO_gcm128_encrypt(3)
|
A D | missingcrypto111.txt | 459 CRYPTO_gcm128_encrypt(3)
|
A D | libcrypto.num | 357 CRYPTO_gcm128_encrypt 364 3_0_0 EXIST::FUNCTION:
|
/openssl-master/crypto/modes/ |
A D | gcm128.c | 966 int CRYPTO_gcm128_encrypt(GCM128_CONTEXT *ctx, function 1443 return CRYPTO_gcm128_encrypt(ctx, in, out, len);
|
Completed in 30 milliseconds