Searched refs:authkey (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/etc/ppp/
H A Dppp.conf34 set authkey PASSWORD
/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dwps_attr_process.c48 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, hash);
79 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash);
H A Dwps_common.c118 os_memcpy(wps->authkey, keys, WPS_AUTHKEY_LEN);
124 wps->authkey, WPS_AUTHKEY_LEN);
138 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd,
141 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN,
H A Dwps_attr_build.c146 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, hash);
242 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg),
H A Dwps_enrollee.c81 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
91 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
602 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
642 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
H A Dwps_i.h67 u8 authkey[WPS_AUTHKEY_LEN]; member in struct:wps_data
H A Dwps_registrar.c1053 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
1063 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
1761 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
1801 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
/freebsd-9.3-release/share/examples/ppp/
H A Dppp.conf.sample97 set authkey "MyKey"
130 set authkey "somepasswd" # This profile assumes you're using PAP or CHAP.
323 set authkey "MyPassword" # and password
707 set authkey !/usr/share/examples/ppp/chap-auth
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-esp.c314 char *authkey; local
320 authkey = strsep(&line, " \t");
324 if(!init || !icookie || !rcookie || !authkey || !enckey) {
358 if(!espprint_decode_authalgo(ndo, authkey, &sa1)) return;
/freebsd-9.3-release/sys/geom/eli/
H A Dg_eli_integrity.c417 u_char *p, *data, *auth, *authkey, *plaindata; local
466 authkey = (u_char *)p; p += G_ELI_AUTH_SECKEYLEN;
534 g_eli_auth_keygen(sc, dstoff, authkey);
535 crda->crd_key = authkey;

Completed in 123 milliseconds