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

/freebsd-11-stable/usr.sbin/ppp/
H A Dppp.conf34 set authkey PASSWORD
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_attr_process.c42 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, hash);
73 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash);
H A Dwps_attr_build.c178 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, hash);
374 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg),
H A Dwps_common.c117 os_memcpy(wps->authkey, keys, WPS_AUTHKEY_LEN);
123 wps->authkey, WPS_AUTHKEY_LEN);
137 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd,
141 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN,
H A Dwps_i.h64 u8 authkey[WPS_AUTHKEY_LEN]; member in struct:wps_data
H A Dwps_enrollee.c66 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
76 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
647 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
687 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
H A Dwps_registrar.c1508 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
1518 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
2318 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
2358 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
/freebsd-11-stable/sys/geom/eli/
H A Dg_eli_integrity.c411 u_char *p, *data, *auth, *authkey, *plaindata; local
463 authkey = (u_char *)p; p += G_ELI_AUTH_SECKEYLEN;
529 g_eli_auth_keygen(sc, dstoff, authkey);
530 crda->crd_key = authkey;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-esp.c453 char *authkey; local
459 authkey = strsep(&line, " \t");
463 if(!init || !icookie || !rcookie || !authkey || !enckey) {
497 if(!espprint_decode_authalgo(ndo, authkey, &sa1)) return;
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_dgram.c1505 struct sctp_authkey *authkey = NULL; local
1567 authkey = OPENSSL_malloc(sockopt_len);
1568 if (authkey == NULL) {
1572 memset(authkey, 0x00, sockopt_len);
1573 authkey->sca_keynumber = authkeyid.scact_keynumber + 1;
1579 authkey->sca_keylength = 64;
1581 memcpy(&authkey->sca_key[0], ptr, 64 * sizeof(uint8_t));
1584 setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_KEY, authkey,
1586 OPENSSL_free(authkey);
1587 authkey
[all...]

Completed in 149 milliseconds