/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha.h | 23 void *vctx, EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param); 25 void *ctx, EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param);
|
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 714 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 D | cipher_aes_cbc_hmac_sha.c | 94 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM mb_param; in aes_set_ctx_params()
|
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 767 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()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha.h | 23 void *vctx, EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param); 25 void *ctx, EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *param);
|
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 714 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 D | cipher_aes_cbc_hmac_sha.c | 94 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM mb_param; in aes_set_ctx_params()
|
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 767 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()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 825 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 D | evp_enc.c | 1221 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()
|
H A D | e_aes_cbc_hmac_sha1.c | 844 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()
|
/third_party/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha256.c | 825 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 D | e_aes_cbc_hmac_sha1.c | 844 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 D | evp_enc.c | 1216 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *p = in EVP_CIPHER_CTX_ctrl() 1217 (EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *)ptr; in EVP_CIPHER_CTX_ctrl() 1219 if (arg < (int)sizeof(EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM)) in EVP_CIPHER_CTX_ctrl() 1241 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *p = in EVP_CIPHER_CTX_ctrl() 1242 (EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM *)ptr; in EVP_CIPHER_CTX_ctrl()
|
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 443 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM mb_param; in ssl3_write_bytes()
|
/third_party/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 454 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM mb_param; in ssl3_write_bytes()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 371 } EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM; typedef
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 455 } EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM; typedef
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 453 } EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM; typedef
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | speed.c | 3675 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM mb_param; in multiblock_speed()
|
/third_party/openssl/apps/ |
H A D | speed.c | 3651 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM mb_param; in multiblock_speed()
|