Home | History | Annotate | Download | only in eap_server

Lines Matching full:hash_len

697 	size_t hash_len;
703 hash_len = 32;
706 hash_len = 16;
712 hash_len = 0;
715 if (hash_len)
716 plen += 1 + hash_len;
735 wpabuf_put_data(msg, hash, hash_len);
794 size_t hash_len;
898 hash_len = 32;
906 hash_len = 16;
909 hash_len = 0;
913 if (hash_len) {
915 end - hdr - hash_len, hash) < 0)
917 if (os_memcmp(end - hash_len, hash, hash_len) != 0) {
925 if (!hash_len && max_len >= 1 + 32 &&
933 hash_len = 32;
938 if (!hash_len && end[-17] == EAP_ERP_CS_HMAC_SHA256_128) {
945 hash_len = 16;
950 if (!hash_len) {
955 end -= 1 + hash_len;