Home
last modified time | relevance | path

Searched refs:authkey (Results 1 – 13 of 13) sorted by relevance

/dragonfly/share/examples/ppp/
H A Dppp.conf.span-isp.working55 set authkey "isp1key"
59 set authkey "isp2key"
63 set authkey "isp3key"
72 set authkey "vpnkey"
H A Dppp.conf.span-isp120 set authkey "isp1key"
126 set authkey "isp2key"
132 set authkey "ispNkey"
150 set authkey "vpnkey"
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
/dragonfly/contrib/tcpdump/
H A Dprint-esp.c516 char *authkey; in esp_print_decode_ikeline() local
522 authkey = strsep(&line, " \t"); in esp_print_decode_ikeline()
526 if(!init || !icookie || !rcookie || !authkey || !enckey) { in esp_print_decode_ikeline()
560 if(!espprint_decode_authalgo(ndo, authkey, &sa1)) return; in esp_print_decode_ikeline()
/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dwps_attr_process.c42 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, hash); in wps_process_authenticator()
73 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash); in wps_process_key_wrap_auth()
H A Dwps_common.c117 os_memcpy(wps->authkey, keys, WPS_AUTHKEY_LEN); in wps_derive_keys()
123 wps->authkey, WPS_AUTHKEY_LEN); in wps_derive_keys()
137 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd, in wps_derive_psk()
141 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, in wps_derive_psk()
H A Dwps_attr_build.c178 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, hash); in wps_build_authenticator()
374 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg), in wps_build_key_wrap_auth()
H A Dwps_enrollee.c66 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_build_e_hash()
76 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_build_e_hash()
647 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_process_r_snonce1()
687 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_process_r_snonce2()
H A Dwps_i.h64 u8 authkey[WPS_AUTHKEY_LEN]; member
H A Dwps_registrar.c1508 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_build_r_hash()
1518 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_build_r_hash()
2318 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_process_e_snonce1()
2358 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_process_e_snonce2()
/dragonfly/etc/ppp/
H A Dppp.conf35 set authkey PASSWORD
/dragonfly/usr.sbin/ppp/
H A DREADME.changes131 o The ``!'' at the start of chat scripts and authkey can be made literal
H A Dppp.8.m41502 set authkey MyAuthKey
1587 .Dq set authkey
2086 set authkey MySecret
2105 .Ar authkey
2116 .Dq set authkey
2215 set authkey MyPassword
2424 .Sq authkey )
4068 .Dq authkey
4106 .Dq authkey ,
4568 .Ar authkey
[all …]