| /freebsd-12.1/share/examples/ppp/ |
| H A D | ppp.conf.span-isp.working | 54 set authkey "isp1key" 58 set authkey "isp2key" 62 set authkey "isp3key" 71 set authkey "vpnkey"
|
| H A D | ppp.conf.span-isp | 119 set authkey "isp1key" 125 set authkey "isp2key" 131 set authkey "ispNkey" 149 set authkey "vpnkey"
|
| H A D | ppp.conf.sample | 97 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-12.1/sys/geom/eli/ |
| H A D | g_eli_integrity.c | 413 u_char *p, *data, *auth, *authkey, *plaindata; in g_eli_auth_run() local 465 authkey = (u_char *)p; p += G_ELI_AUTH_SECKEYLEN; in g_eli_auth_run() 531 g_eli_auth_keygen(sc, dstoff, authkey); in g_eli_auth_run() 532 crda->crd_key = authkey; in g_eli_auth_run()
|
| /freebsd-12.1/crypto/openssl/crypto/bio/ |
| H A D | bss_dgram.c | 1346 struct sctp_authkey *authkey = NULL; in dgram_sctp_ctrl() local 1408 authkey = OPENSSL_malloc(sockopt_len); in dgram_sctp_ctrl() 1409 if (authkey == NULL) { in dgram_sctp_ctrl() 1413 memset(authkey, 0, sockopt_len); in dgram_sctp_ctrl() 1414 authkey->sca_keynumber = authkeyid.scact_keynumber + 1; in dgram_sctp_ctrl() 1420 authkey->sca_keylength = 64; in dgram_sctp_ctrl() 1422 memcpy(&authkey->sca_key[0], ptr, 64 * sizeof(uint8_t)); in dgram_sctp_ctrl() 1425 setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_KEY, authkey, in dgram_sctp_ctrl() 1427 OPENSSL_free(authkey); in dgram_sctp_ctrl() 1428 authkey = NULL; in dgram_sctp_ctrl()
|
| /freebsd-12.1/contrib/wpa/src/wps/ |
| H A D | wps_attr_process.c | 42 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 D | wps_common.c | 117 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 D | wps_attr_build.c | 178 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 D | wps_enrollee.c | 66 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 D | wps_i.h | 64 u8 authkey[WPS_AUTHKEY_LEN]; member
|
| H A D | wps_registrar.c | 1508 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()
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | print-esp.c | 433 char *authkey; in esp_print_decode_ikeline() local 439 authkey = strsep(&line, " \t"); in esp_print_decode_ikeline() 443 if(!init || !icookie || !rcookie || !authkey || !enckey) { in esp_print_decode_ikeline() 477 if(!espprint_decode_authalgo(ndo, authkey, &sa1)) return; in esp_print_decode_ikeline()
|
| /freebsd-12.1/usr.sbin/ppp/ |
| H A D | ppp.conf | 34 set authkey PASSWORD
|
| H A D | README.changes | 130 o The ``!'' at the start of chat scripts and authkey can be made literal
|