Searched refs:mac2 (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Drecurse-3.c21 #define mac2 mac2 macro
22 "mac2" /* { dg-bogus "detected recursion" } */
25 macro mac2 /* { dg-bogus "detected recursion" } */
/openbsd-current/sys/net/
H A Dwg_cookie.c161 bzero(cm->mac2, COOKIE_MAC_SIZE);
186 /* If the mac2 is invalid, we want to send a cookie response */
187 if (timingsafe_bcmp(our_cm.mac2, cm->mac2, COOKIE_MAC_SIZE) != 0)
190 /* If the mac2 is valid, we may want rate limit the peer.
237 blake2s_final(&state, cm->mac2);
606 /* Check we have a null mac2 */
607 for (i = 0; i < sizeof(cm.mac2); i++)
608 if (cm.mac2[i] != 0)
620 /* Check mac2 i
[all...]
H A Dwg_cookie.h60 uint8_t mac2[COOKIE_MAC_SIZE]; member in struct:cookie_macs
/openbsd-current/regress/lib/libcrypto/poly1305/
H A Dpoly1305test.c15 int poly1305_verify(const unsigned char mac1[16], const unsigned char mac2[16]);
28 poly1305_verify(const unsigned char mac1[16], const unsigned char mac2[16]) argument
33 dif |= (mac1[i] ^ mac2[i]);
/openbsd-current/usr.sbin/nsd/
H A Dconfigure13057 split(mac1, mac2, "(") #)
13058 macro = mac2[1]
/openbsd-current/usr.sbin/unbound/
H A Dconfigure25758 split(mac1, mac2, "(") #)
25759 macro = mac2[1]

Completed in 156 milliseconds