Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_common/
Deap_teap_common.h18 #define EAP_TEAP_NONCE_LEN 32 macro
77 u8 nonce[EAP_TEAP_NONCE_LEN];
/external/wpa_supplicant_8/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()
/external/wpa_supplicant_8/src/eap_peer/
Deap_teap.c665 if (cb->nonce[EAP_TEAP_NONCE_LEN - 1] & 0x01) { in eap_teap_validate_crypto_binding()