Home
last modified time | relevance | path

Searched refs:cryptosuite (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/eap_server/
Deap.h96 u8 cryptosuite; member
Deap_server.c716 switch (erp->cryptosuite) { in erp_send_finish_reauth()
745 wpabuf_put_u8(msg, erp->cryptosuite); in erp_send_finish_reauth()
902 1 + (erp->cryptosuite == EAP_ERP_CS_HMAC_SHA256_256 ? 32 : 16)) { in SM_STATE()
908 switch (erp->cryptosuite) { in SM_STATE()
910 if (end[-33] != erp->cryptosuite) { in SM_STATE()
918 if (end[-17] != erp->cryptosuite) { in SM_STATE()
951 erp->cryptosuite = EAP_ERP_CS_HMAC_SHA256_256; in SM_STATE()
963 erp->cryptosuite = EAP_ERP_CS_HMAC_SHA256_128; in SM_STATE()