Home
last modified time | relevance | path

Searched refs:multiblock_interleave (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dcipher_aes_cbc_hmac_sha.h46 unsigned int multiblock_interleave; member
Dcipher_aes_cbc_hmac_sha1_hw.c722 ctx->multiblock_interleave = param->interleave; in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
758 ctx->multiblock_interleave = x4; in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
Dcipher_aes_cbc_hmac_sha.c239 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->multiblock_interleave)) { in aes_get_ctx_params()
Dcipher_aes_cbc_hmac_sha256_hw.c810 ctx->multiblock_interleave = x4; in aesni_cbc_hmac_sha256_tls1_multiblock_aad()
/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_cbc_hmac_sha.h46 unsigned int multiblock_interleave; member
Dcipher_aes_cbc_hmac_sha1_hw.c722 ctx->multiblock_interleave = param->interleave; in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
758 ctx->multiblock_interleave = x4; in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
Dcipher_aes_cbc_hmac_sha.c239 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->multiblock_interleave)) { in aes_get_ctx_params()
Dcipher_aes_cbc_hmac_sha256_hw.c810 ctx->multiblock_interleave = x4; in aesni_cbc_hmac_sha256_tls1_multiblock_aad()