Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_common/
Deap_teap_common.c362 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()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_fast.c1196 size_t bind_len) in eap_fast_validate_crypto_binding() argument
1234 (u8 *) b, bind_len); in eap_fast_validate_crypto_binding()
1235 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, (u8 *) b, bind_len, in eap_fast_validate_crypto_binding()
Deap_server_teap.c1384 size_t bind_len) in eap_teap_validate_crypto_binding() argument
/external/wpa_supplicant_8/src/eap_peer/
Deap_fast.c776 struct eap_tlv_crypto_binding_tlv *_bind, size_t bind_len) in eap_fast_process_crypto_binding() argument
794 "MAC calculation", (u8 *) _bind, bind_len); in eap_fast_process_crypto_binding()
795 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) _bind, bind_len, in eap_fast_process_crypto_binding()
Deap_teap.c815 const struct teap_tlv_crypto_binding *cb, size_t bind_len) in eap_teap_process_crypto_binding() argument