Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_common/
H A Deap_teap_common.h18 #define EAP_TEAP_NONCE_LEN 32 macro
77 u8 nonce[EAP_TEAP_NONCE_LEN];
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_teap.c1454 EAP_TEAP_NONCE_LEN - 1) != 0 || in eap_teap_validate_crypto_binding()
1455 (data->crypto_binding_nonce[EAP_TEAP_NONCE_LEN - 1] | 1) != in eap_teap_validate_crypto_binding()
1456 cb->nonce[EAP_TEAP_NONCE_LEN - 1]) { in eap_teap_validate_crypto_binding()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_teap.c672 if (cb->nonce[EAP_TEAP_NONCE_LEN - 1] & 0x01) { in eap_teap_validate_crypto_binding()