Home | History | Annotate | Download | only in eap_peer

Lines Matching full:hash_len

493 	size_t hash_len;
508 hash_len = data->eap_method == EAP_TYPE_AKA_PRIME ?
511 if (checkcode_len != hash_len) {
528 if (os_memcmp_const(hash, checkcode, hash_len) != 0) {