| /freebsd-11-stable/share/examples/ppp/ |
| HD | ppp.conf.span-isp.working | 54 set authkey "isp1key" 58 set authkey "isp2key" 62 set authkey "isp3key" 71 set authkey "vpnkey"
|
| HD | ppp.conf.span-isp | 119 set authkey "isp1key" 125 set authkey "isp2key" 131 set authkey "ispNkey" 149 set authkey "vpnkey"
|
| HD | 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-11-stable/sys/geom/eli/ |
| HD | g_eli_integrity.c | 411 u_char *p, *data, *auth, *authkey, *plaindata; in g_eli_auth_run() local 463 authkey = (u_char *)p; p += G_ELI_AUTH_SECKEYLEN; in g_eli_auth_run() 529 g_eli_auth_keygen(sc, dstoff, authkey); in g_eli_auth_run() 530 crda->crd_key = authkey; in g_eli_auth_run()
|
| /freebsd-11-stable/crypto/openssl/crypto/bio/ |
| HD | bss_dgram.c | 1505 struct sctp_authkey *authkey = NULL; in dgram_sctp_ctrl() local 1567 authkey = OPENSSL_malloc(sockopt_len); in dgram_sctp_ctrl() 1568 if (authkey == NULL) { in dgram_sctp_ctrl() 1572 memset(authkey, 0x00, sockopt_len); in dgram_sctp_ctrl() 1573 authkey->sca_keynumber = authkeyid.scact_keynumber + 1; in dgram_sctp_ctrl() 1579 authkey->sca_keylength = 64; in dgram_sctp_ctrl() 1581 memcpy(&authkey->sca_key[0], ptr, 64 * sizeof(uint8_t)); in dgram_sctp_ctrl() 1584 setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_KEY, authkey, in dgram_sctp_ctrl() 1586 OPENSSL_free(authkey); in dgram_sctp_ctrl() 1587 authkey = NULL; in dgram_sctp_ctrl()
|
| /freebsd-11-stable/contrib/wpa/src/wps/ |
| HD | 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()
|
| HD | 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()
|
| HD | 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()
|
| HD | 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()
|
| HD | wps_i.h | 64 u8 authkey[WPS_AUTHKEY_LEN]; member
|
| HD | 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-11-stable/usr.sbin/ppp/ |
| HD | ppp.conf | 34 set authkey PASSWORD
|
| HD | README.changes | 130 o The ``!'' at the start of chat scripts and authkey can be made literal
|
| /freebsd-11-stable/contrib/tcpdump/ |
| HD | print-esp.c | 453 char *authkey; in esp_print_decode_ikeline() local 459 authkey = strsep(&line, " \t"); in esp_print_decode_ikeline() 463 if(!init || !icookie || !rcookie || !authkey || !enckey) { in esp_print_decode_ikeline() 497 if(!espprint_decode_authalgo(ndo, authkey, &sa1)) return; in esp_print_decode_ikeline()
|