Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_server/
Deap_server_fast.c1183 size_t bind_len) in eap_fast_validate_crypto_binding() argument
1221 (u8 *) b, bind_len); in eap_fast_validate_crypto_binding()
1222 hmac_sha1(data->cmk, EAP_FAST_CMK_LEN, (u8 *) b, bind_len, in eap_fast_validate_crypto_binding()
/external/wpa_supplicant_8/src/eap_peer/
Deap_fast.c756 struct eap_tlv_crypto_binding_tlv *_bind, size_t bind_len) in eap_fast_process_crypto_binding() argument
774 "MAC calculation", (u8 *) _bind, bind_len); in eap_fast_process_crypto_binding()
775 hmac_sha1(cmk, EAP_FAST_CMK_LEN, (u8 *) _bind, bind_len, in eap_fast_process_crypto_binding()