Searched refs:mb_param (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/ssl/record/methods/ |
H A D | tls_multib.c | 74 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM mb_param; in tls_write_records_multiblock_int() local 121 mb_param.interleave = numtempl; in tls_write_records_multiblock_int() 128 mb_param.out = NULL; in tls_write_records_multiblock_int() 129 mb_param.inp = aad; in tls_write_records_multiblock_int() 130 mb_param.len = totlen; in tls_write_records_multiblock_int() 134 sizeof(mb_param), &mb_param); in tls_write_records_multiblock_int() 141 mb_param.out = wb->buf; in tls_write_records_multiblock_int() 142 mb_param.inp = templates[0].buf; in tls_write_records_multiblock_int() 143 mb_param.len = totlen; in tls_write_records_multiblock_int() 147 sizeof(mb_param), &mb_param) <= 0) { in tls_write_records_multiblock_int() [all …]
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha.c | 94 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM mb_param; in aes_set_ctx_params() local 132 || !OSSL_PARAM_get_uint(p1, &mb_param.interleave)) { in aes_set_ctx_params() 136 mb_param.inp = p->data; in aes_set_ctx_params() 137 mb_param.len = p->data_size; in aes_set_ctx_params() 138 if (hw->tls1_multiblock_aad(vctx, &mb_param) <= 0) in aes_set_ctx_params() 162 || !OSSL_PARAM_get_uint(p1, &mb_param.interleave)) { in aes_set_ctx_params() 166 mb_param.out = p->data; in aes_set_ctx_params() 167 mb_param.inp = pin->data; in aes_set_ctx_params() 168 mb_param.len = pin->data_size; in aes_set_ctx_params() 169 if (hw->tls1_multiblock_encrypt(vctx, &mb_param) <= 0) in aes_set_ctx_params()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_dcbx.c | 1498 u32 mb_param = 0, mcp_resp = 0, mcp_param = 0, val = 0; in ecore_lldp_register_tlv() local 1516 SET_MFW_FIELD(mb_param, DRV_MB_PARAM_LLDP_AGENT, val); in ecore_lldp_register_tlv() 1517 SET_MFW_FIELD(mb_param, DRV_MB_PARAM_LLDP_TLV_RX_TYPE, tlv_type); in ecore_lldp_register_tlv() 1520 mb_param, &mcp_resp, &mcp_param); in ecore_lldp_register_tlv() 1619 u32 mb_param = 0, mcp_resp = 0, mcp_param = 0; in ecore_lldp_set_params() local 1640 SET_MFW_FIELD(mb_param, DRV_MB_PARAM_LLDP_AGENT, val); in ecore_lldp_set_params() 1670 mb_param, &mcp_resp, &mcp_param); in ecore_lldp_set_params() 1681 u32 mb_param = 0, mcp_resp = 0, mcp_param = 0; in ecore_lldp_set_system_tlvs() local 1713 mb_param, &mcp_resp, &mcp_param); in ecore_lldp_set_system_tlvs()
|
/freebsd/crypto/openssl/apps/ |
H A D | speed.c | 5096 EVP_CTRL_TLS1_1_MULTIBLOCK_PARAM mb_param; in multiblock_speed() local 5106 mb_param.out = NULL; in multiblock_speed() 5107 mb_param.inp = aad; in multiblock_speed() 5108 mb_param.len = len; in multiblock_speed() 5109 mb_param.interleave = 8; in multiblock_speed() 5112 sizeof(mb_param), &mb_param); in multiblock_speed() 5115 mb_param.out = out; in multiblock_speed() 5116 mb_param.inp = inp; in multiblock_speed() 5117 mb_param.len = len; in multiblock_speed() 5120 sizeof(mb_param), &mb_param); in multiblock_speed()
|