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

/freebsd-13-stable/usr.sbin/ppp/
H A Dppp.conf34 set authkey PASSWORD
/freebsd-13-stable/sys/mips/nlm/dev/sec/
H A Dnlmseclib.c221 const char *authkey; local
229 authkey = cmd->crp->crp_auth_key;
231 authkey = csp->csp_auth_key;
235 authkey, csp->csp_auth_klen);
/freebsd-13-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-13-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-13-stable/sys/geom/eli/
H A Dg_eli_integrity.c455 u_char *p, *data, *authkey, *plaindata; local
501 authkey = (u_char *)p; p += G_ELI_AUTH_SECKEYLEN;
549 g_eli_auth_keygen(sc, dstoff, authkey);
550 crp->crp_auth_key = authkey;
/freebsd-13-stable/crypto/openssl/crypto/bio/
H A Dbss_dgram.c1346 struct sctp_authkey *authkey = NULL; local
1408 authkey = OPENSSL_malloc(sockopt_len);
1409 if (authkey == NULL) {
1413 memset(authkey, 0, sockopt_len);
1414 authkey->sca_keynumber = authkeyid.scact_keynumber + 1;
1420 authkey->sca_keylength = 64;
1422 memcpy(&authkey->sca_key[0], ptr, 64 * sizeof(uint8_t));
1425 setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_KEY, authkey,
1427 OPENSSL_free(authkey);
1428 authkey
[all...]

Completed in 202 milliseconds