Searched refs:cryptosuite (Results 1 – 2 of 2) sorted by relevance
714 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()
94 u8 cryptosuite; member