Searched refs:CRYPTO_gcm128_encrypt_ctr32 (Results 1 – 9 of 9) sorted by relevance
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_hw.c | 82 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update() 86 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in, out, len, ctx->ctr)) in generic_aes_gcm_cipher_update()
|
H A D | cipher_sm4_gcm_hw.c | 65 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in, out, len, ctx->ctr)) in hw_gcm_cipher_update()
|
H A D | cipher_aes_gcm_hw_ppc.inc | 107 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in + bulk, out + bulk,
|
/openssl/include/openssl/ |
H A D | modes.h | 128 int CRYPTO_gcm128_encrypt_ctr32(GCM128_CONTEXT *ctx,
|
/openssl/util/ |
H A D | missingcrypto.txt | 378 CRYPTO_gcm128_encrypt_ctr32(3)
|
H A D | missingcrypto111.txt | 460 CRYPTO_gcm128_encrypt_ctr32(3)
|
H A D | libcrypto.num | 1859 CRYPTO_gcm128_encrypt_ctr32 1905 3_0_0 EXIST::FUNCTION:
|
/openssl/crypto/modes/ |
H A D | gcm128.c | 1230 int CRYPTO_gcm128_encrypt_ctr32(GCM128_CONTEXT *ctx, in CRYPTO_gcm128_encrypt_ctr32() function
|
/openssl/crypto/evp/ |
H A D | e_aes.c | 2929 if (CRYPTO_gcm128_encrypt_ctr32(&gctx->gcm, in aes_gcm_tls_cipher() 3087 if (CRYPTO_gcm128_encrypt_ctr32(&gctx->gcm, in aes_gcm_cipher()
|
Completed in 41 milliseconds