Home
last modified time | relevance | path

Searched refs:EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/evp/
HDe_aes_cbc_hmac_sha1.c841 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param = in aesni_cbc_hmac_sha1_ctrl()
842 (EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *) ptr; in aesni_cbc_hmac_sha1_ctrl()
846 if (arg < (int)sizeof(EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM)) in aesni_cbc_hmac_sha1_ctrl()
891 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param = in aesni_cbc_hmac_sha1_ctrl()
892 (EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *) ptr; in aesni_cbc_hmac_sha1_ctrl()
HDe_aes_cbc_hmac_sha256.c822 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param = in aesni_cbc_hmac_sha256_ctrl()
823 (EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *) ptr; in aesni_cbc_hmac_sha256_ctrl()
830 if (u_arg < sizeof(EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM)) in aesni_cbc_hmac_sha256_ctrl()
875 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param = in aesni_cbc_hmac_sha256_ctrl()
876 (EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *) ptr; in aesni_cbc_hmac_sha256_ctrl()
/freebsd-13-stable/crypto/openssl/ssl/record/
HDrec_layer_s3.c446 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM mb_param; in ssl3_write_bytes()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDevp.h373 } EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM; typedef
/freebsd-13-stable/crypto/openssl/apps/
HDspeed.c3651 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM mb_param; in multiblock_speed()