Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha.h23 void *vctx, EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param);
25 void *ctx, EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param);
H A Dcipher_aes_cbc_hmac_sha1_hw.c714 void *vctx, EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param) in aesni_cbc_hmac_sha1_tls1_multiblock_aad()
767 void *ctx, EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param) in aesni_cbc_hmac_sha1_tls1_multiblock_encrypt()
H A Dcipher_aes_cbc_hmac_sha.c94 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM mb_param; in aes_set_ctx_params()
H A Dcipher_aes_cbc_hmac_sha256_hw.c767 void *vctx, EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param) in aesni_cbc_hmac_sha256_tls1_multiblock_aad()
819 void *ctx, EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param) in aesni_cbc_hmac_sha256_tls1_multiblock_encrypt()
/freebsd/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c844 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param = in aesni_cbc_hmac_sha1_ctrl()
845 (EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *) ptr; in aesni_cbc_hmac_sha1_ctrl()
849 if (arg < (int)sizeof(EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM)) in aesni_cbc_hmac_sha1_ctrl()
894 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param = in aesni_cbc_hmac_sha1_ctrl()
895 (EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *) ptr; in aesni_cbc_hmac_sha1_ctrl()
H A De_aes_cbc_hmac_sha256.c825 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param = in aesni_cbc_hmac_sha256_ctrl()
826 (EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *) ptr; in aesni_cbc_hmac_sha256_ctrl()
833 if (u_arg < sizeof(EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM)) in aesni_cbc_hmac_sha256_ctrl()
878 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param = in aesni_cbc_hmac_sha256_ctrl()
879 (EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *) ptr; in aesni_cbc_hmac_sha256_ctrl()
H A Devp_enc.c1221 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *p = in EVP_CIPHER_CTX_ctrl()
1222 (EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *)ptr; in EVP_CIPHER_CTX_ctrl()
1224 if (arg < (int)sizeof(EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM)) in EVP_CIPHER_CTX_ctrl()
1246 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *p = in EVP_CIPHER_CTX_ctrl()
1247 (EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *)ptr; in EVP_CIPHER_CTX_ctrl()
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_s3.c458 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM mb_param; in ssl3_write_bytes()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h455 } EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM; typedef
/freebsd/crypto/openssl/apps/
H A Dspeed.c3892 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM mb_param; in multiblock_speed()