Home | History | Annotate | Download | only in radius

Lines Matching refs:os_memcmp_const

522 	return os_memcmp_const(msg->hdr->authenticator, hash, MD5_MAC_LEN) != 0;
549 if (os_memcmp_const(msg->hdr->authenticator, hash, MD5_MAC_LEN) != 0)
582 return os_memcmp_const(orig, auth, MD5_MAC_LEN) != 0;
815 if (os_memcmp_const(orig, auth, MD5_MAC_LEN) != 0) {
852 if (os_memcmp_const(hash, msg->hdr->authenticator, MD5_MAC_LEN) != 0) {