Home
last modified time | relevance | path

Searched refs:EAP_TEAP_NONCE_LEN (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_teap_common.h18 #define EAP_TEAP_NONCE_LEN 32 macro
77 u8 nonce[EAP_TEAP_NONCE_LEN];
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_teap_common.h18 #define EAP_TEAP_NONCE_LEN 32 macro
77 u8 nonce[EAP_TEAP_NONCE_LEN];
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_teap.c1299 EAP_TEAP_NONCE_LEN - 1) != 0 || in eap_teap_validate_crypto_binding()
1300 (data->crypto_binding_nonce[EAP_TEAP_NONCE_LEN - 1] | 1) != in eap_teap_validate_crypto_binding()
1301 cb->nonce[EAP_TEAP_NONCE_LEN - 1]) { in eap_teap_validate_crypto_binding()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_teap.c1424 EAP_TEAP_NONCE_LEN - 1) != 0 || in eap_teap_validate_crypto_binding()
1425 (data->crypto_binding_nonce[EAP_TEAP_NONCE_LEN - 1] | 1) != in eap_teap_validate_crypto_binding()
1426 cb->nonce[EAP_TEAP_NONCE_LEN - 1]) { in eap_teap_validate_crypto_binding()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_teap.c612 if (cb->nonce[EAP_TEAP_NONCE_LEN - 1] & 0x01) { in eap_teap_validate_crypto_binding()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_teap.c665 if (cb->nonce[EAP_TEAP_NONCE_LEN - 1] & 0x01) { in eap_teap_validate_crypto_binding()