Home
last modified time | relevance | path

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

/freebsd-11-stable/share/examples/ppp/
HDppp.conf.span-isp.working54 set authkey "isp1key"
58 set authkey "isp2key"
62 set authkey "isp3key"
71 set authkey "vpnkey"
HDppp.conf.span-isp119 set authkey "isp1key"
125 set authkey "isp2key"
131 set authkey "ispNkey"
149 set authkey "vpnkey"
HDppp.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-11-stable/sys/geom/eli/
HDg_eli_integrity.c411 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/
HDbss_dgram.c1505 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/
HDwps_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()
HDwps_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()
HDwps_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()
HDwps_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()
HDwps_i.h64 u8 authkey[WPS_AUTHKEY_LEN]; member
HDwps_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()
/freebsd-11-stable/usr.sbin/ppp/
HDppp.conf34 set authkey PASSWORD
HDREADME.changes130 o The ``!'' at the start of chat scripts and authkey can be made literal
/freebsd-11-stable/contrib/tcpdump/
HDprint-esp.c453 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()