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

/freebsd-10-stable/etc/ppp/
H A Dppp.conf34 set authkey PASSWORD
/freebsd-10-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_common.c114 os_memcpy(wps->authkey, keys, WPS_AUTHKEY_LEN);
120 wps->authkey, WPS_AUTHKEY_LEN);
134 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd,
137 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN,
H A Dwps_attr_build.c152 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, hash);
311 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg),
H A Dwps_i.h64 u8 authkey[WPS_AUTHKEY_LEN]; member in struct:wps_data
H A Dwps_enrollee.c76 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
86 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
589 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
629 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
H A Dwps_registrar.c1421 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
1431 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
2168 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
2208 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-esp.c314 char *authkey; local
320 authkey = strsep(&line, " \t");
324 if(!init || !icookie || !rcookie || !authkey || !enckey) {
358 if(!espprint_decode_authalgo(ndo, authkey, &sa1)) return;
/freebsd-10-stable/sys/geom/eli/
H A Dg_eli_integrity.c417 u_char *p, *data, *auth, *authkey, *plaindata; local
466 authkey = (u_char *)p; p += G_ELI_AUTH_SECKEYLEN;
542 g_eli_auth_keygen(sc, dstoff, authkey);
543 crda->crd_key = authkey;
/freebsd-10-stable/crypto/openssl/crypto/bio/
H A Dbss_dgram.c1446 struct sctp_authkey *authkey = NULL; local
1508 authkey = OPENSSL_malloc(sockopt_len);
1509 if (authkey == NULL) {
1513 memset(authkey, 0x00, sockopt_len);
1514 authkey->sca_keynumber = authkeyid.scact_keynumber + 1;
1520 authkey->sca_keylength = 64;
1522 memcpy(&authkey->sca_key[0], ptr, 64 * sizeof(uint8_t));
1525 setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_KEY, authkey,
1527 OPENSSL_free(authkey);
1528 authkey
[all...]

Completed in 83 milliseconds