Home
last modified time | relevance | path

Searched refs:cryptosuite (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server.c707 switch (erp->cryptosuite) { in erp_send_finish_reauth()
735 wpabuf_put_u8(msg, erp->cryptosuite); in erp_send_finish_reauth()
891 1 + (erp->cryptosuite == EAP_ERP_CS_HMAC_SHA256_256 ? 32 : 16)) { in SM_STATE()
897 switch (erp->cryptosuite) { in SM_STATE()
899 if (end[-33] != erp->cryptosuite) { in SM_STATE()
907 if (end[-17] != erp->cryptosuite) { in SM_STATE()
940 erp->cryptosuite = EAP_ERP_CS_HMAC_SHA256_256; in SM_STATE()
952 erp->cryptosuite = EAP_ERP_CS_HMAC_SHA256_128; in SM_STATE()
958 "EAP: No supported cryptosuite matched Authentication Tag"); in SM_STATE()
H A Deap.h94 u8 cryptosuite; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server.c714 switch (erp->cryptosuite) { in erp_send_finish_reauth()
743 wpabuf_put_u8(msg, erp->cryptosuite); in erp_send_finish_reauth()
900 1 + (erp->cryptosuite == EAP_ERP_CS_HMAC_SHA256_256 ? 32 : 16)) { in SM_STATE()
906 switch (erp->cryptosuite) { in SM_STATE()
908 if (end[-33] != erp->cryptosuite) { in SM_STATE()
916 if (end[-17] != erp->cryptosuite) { in SM_STATE()
949 erp->cryptosuite = EAP_ERP_CS_HMAC_SHA256_256; in SM_STATE()
961 erp->cryptosuite = EAP_ERP_CS_HMAC_SHA256_128; in SM_STATE()
967 "EAP: No supported cryptosuite matched Authentication Tag"); in SM_STATE()
H A Deap.h94 u8 cryptosuite; member

Completed in 7 milliseconds