Home
last modified time | relevance | path

Searched refs:_bind (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
Deap_fast.c582 struct eap_tlv_crypto_binding_tlv *_bind) in eap_fast_validate_crypto_binding() argument
586 _bind->version, _bind->received_version, _bind->subtype); in eap_fast_validate_crypto_binding()
588 _bind->nonce, sizeof(_bind->nonce)); in eap_fast_validate_crypto_binding()
590 _bind->compound_mac, sizeof(_bind->compound_mac)); in eap_fast_validate_crypto_binding()
592 if (_bind->version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding()
593 _bind->received_version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding()
594 _bind->subtype != EAP_TLV_CRYPTO_BINDING_SUBTYPE_REQUEST) { in eap_fast_validate_crypto_binding()
598 _bind->version, _bind->received_version, in eap_fast_validate_crypto_binding()
599 _bind->subtype); in eap_fast_validate_crypto_binding()
609 struct eap_tlv_crypto_binding_tlv *_bind, const u8 *cmk) in eap_fast_write_crypto_binding() argument
[all …]
/external/wpa_supplicant/
Deap_fast.c1230 struct eap_tlv_crypto_binding__tlv *_bind, size_t bind_len, in eap_fast_process_crypto_binding() argument
1242 _bind->version, _bind->received_version, _bind->subtype); in eap_fast_process_crypto_binding()
1244 _bind->nonce, sizeof(_bind->nonce)); in eap_fast_process_crypto_binding()
1246 _bind->compound_mac, sizeof(_bind->compound_mac)); in eap_fast_process_crypto_binding()
1248 if (_bind->version != EAP_FAST_VERSION || in eap_fast_process_crypto_binding()
1249 _bind->received_version != EAP_FAST_VERSION || in eap_fast_process_crypto_binding()
1250 _bind->subtype != EAP_TLV_CRYPTO_BINDING_SUBTYPE_REQUEST) { in eap_fast_process_crypto_binding()
1254 _bind->version, _bind->received_version, in eap_fast_process_crypto_binding()
1255 _bind->subtype); in eap_fast_process_crypto_binding()
1304 os_memcpy(cmac, _bind->compound_mac, sizeof(cmac)); in eap_fast_process_crypto_binding()
[all …]
/external/kernel-headers/original/linux/
Dnet.h275 .bind = __lock_##name##_bind, \