Lines Matching full:auth
292 u8 auth[MD5_MAC_LEN];
295 os_memset(auth, 0, MD5_MAC_LEN);
298 auth, MD5_MAC_LEN);
322 u8 auth[MD5_MAC_LEN];
327 os_memset(auth, 0, MD5_MAC_LEN);
329 auth, MD5_MAC_LEN);
584 u8 auth[MD5_MAC_LEN], orig[MD5_MAC_LEN];
613 hmac_md5(secret, secret_len, msg->buf, msg->buf_used, auth);
620 if (os_memcmp(orig, auth, MD5_MAC_LEN) != 0) {
630 size_t secret_len, struct radius_msg *sent_msg, int auth)
641 if (auth &&