Searched refs:COOKIE_LEN (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ctrl_iface_udp.c | 20 #define COOKIE_LEN 8 macro 48 u8 cookie[COOKIE_LEN]; 54 u8 cookie[COOKIE_LEN]; 202 reply = os_malloc(7 + 2 * COOKIE_LEN + 1); 209 wpa_snprintf_hex(reply + 7, 2 * COOKIE_LEN + 1, 210 priv->cookie, COOKIE_LEN); 212 *reply_len = 7 + 2 * COOKIE_LEN; 236 u8 cookie[COOKIE_LEN]; 301 if (hexstr2bin(buf + 7, cookie, COOKIE_LEN) < 0) { 308 if (os_memcmp(cookie, priv->cookie, COOKIE_LEN) != 0) { [all …]
|
/freebsd/crypto/openssl/test/ |
H A D | dtlsv1listentest.c | 260 # define COOKIE_LEN 20 macro 266 for (i = 0; i < COOKIE_LEN; i++, cookie++) in cookie_gen() 268 *cookie_len = COOKIE_LEN; in cookie_gen() 278 if (cookie_len != COOKIE_LEN) in cookie_verify() 281 for (i = 0; i < COOKIE_LEN; i++, cookie++) { in cookie_verify()
|
/freebsd/contrib/ntp/ |
H A D | CommitLog-4.1.0 | 1026 (COOKIE_LEN,AUTOKEY_LEN,VALUE_LEN): New.
|