Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/evp/
HDe_aes_cbc_hmac_sha1.c881 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param = in aesni_cbc_hmac_sha1_ctrl()
882 (EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *) ptr; in aesni_cbc_hmac_sha1_ctrl()
886 if (arg < (int)sizeof(EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM)) in aesni_cbc_hmac_sha1_ctrl()
931 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param = in aesni_cbc_hmac_sha1_ctrl()
932 (EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *) ptr; in aesni_cbc_hmac_sha1_ctrl()
HDe_aes_cbc_hmac_sha256.c856 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param = in aesni_cbc_hmac_sha256_ctrl()
857 (EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *) ptr; in aesni_cbc_hmac_sha256_ctrl()
861 if (arg < (int)sizeof(EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM)) in aesni_cbc_hmac_sha256_ctrl()
906 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param = in aesni_cbc_hmac_sha256_ctrl()
907 (EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *) ptr; in aesni_cbc_hmac_sha256_ctrl()
HDevp.h434 } EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM; typedef
/NextBSD/crypto/openssl/ssl/
HDs3_pkt.c702 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM mb_param; in ssl3_write_bytes()
/NextBSD/crypto/openssl/apps/
HDspeed.c2795 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM mb_param; in multiblock_speed()