Searched refs:bind_len (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_teap_common.c | 362 size_t bind_len, buffer_len; in eap_teap_compound_mac() local 367 bind_len = sizeof(struct teap_tlv_hdr) + be_to_host16(cb->length); in eap_teap_compound_mac() 368 buffer_len = bind_len + 1; in eap_teap_compound_mac() 380 os_memcpy(pos, cb, bind_len); in eap_teap_compound_mac() 381 pos += bind_len; in eap_teap_compound_mac()
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_fast.c | 1186 size_t bind_len) in eap_fast_validate_crypto_binding() argument 1224 (u8 *) b, bind_len); in eap_fast_validate_crypto_binding() 1225 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, (u8 *) b, bind_len, in eap_fast_validate_crypto_binding()
|
H A D | eap_server_teap.c | 1414 size_t bind_len) in eap_teap_validate_crypto_binding() argument
|
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_user.h | 231 u64 bind_len; member
|
H A D | irdma_uk.c | 611 set_64bit_val(wqe, IRDMA_BYTE_16, op_info->bind_len); in irdma_set_mw_bind_wqe_gen_1() 674 set_64bit_val(wqe, IRDMA_BYTE_16, op_info->bind_len); in irdma_set_mw_bind_wqe()
|
H A D | irdma_uverbs.c | 1798 info.op.bind_window.bind_len = ib_wr->bind_mw.bind_info.length; in irdma_upost_send()
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_fast.c | 766 struct eap_tlv_crypto_binding_tlv *_bind, size_t bind_len) in eap_fast_process_crypto_binding() argument 784 "MAC calculation", (u8 *) _bind, bind_len); in eap_fast_process_crypto_binding() 785 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) _bind, bind_len, in eap_fast_process_crypto_binding()
|
H A D | eap_teap.c | 822 const struct teap_tlv_crypto_binding *cb, size_t bind_len) in eap_teap_process_crypto_binding() argument
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_user.h | 327 u64 bind_len; member
|