Home
last modified time | relevance | path

Searched refs:tls_aad_pad (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_cbc_hmac_sha.h50 size_t tls_aad_pad; member
Dcipher_aes_cbc_hmac_sha1_hw.c688 ctx->tls_aad_pad = (int)(((len + SHA_DIGEST_LENGTH + in aesni_cbc_hmac_sha1_set_tls1_aad()
695 ctx->tls_aad_pad = SHA_DIGEST_LENGTH; in aesni_cbc_hmac_sha1_set_tls1_aad()
Dcipher_aes_cbc_hmac_sha.c258 if (p != NULL && !OSSL_PARAM_set_size_t(p, ctx->tls_aad_pad)) { in aes_get_ctx_params()
Dcipher_aes_cbc_hmac_sha256_hw.c741 ctx->tls_aad_pad = (int)(((len + SHA256_DIGEST_LENGTH + in aesni_cbc_hmac_sha256_set_tls1_aad()
748 ctx->tls_aad_pad = SHA256_DIGEST_LENGTH; in aesni_cbc_hmac_sha256_set_tls1_aad()