| /src/external/bsd/libfido2/dist/src/ |
| authkey.c | 13 es256_pk_t *authkey = arg; local 22 return (es256_pk_decode(val, authkey)); 62 fido_dev_authkey_rx(fido_dev_t *dev, es256_pk_t *authkey, int *ms) 68 fido_log_debug("%s: dev=%p, authkey=%p, ms=%d", __func__, (void *)dev, 69 (void *)authkey, *ms); 71 memset(authkey, 0, sizeof(*authkey)); 84 r = cbor_parse_reply(msg, (size_t)msglen, authkey, parse_authkey); 92 fido_dev_authkey_wait(fido_dev_t *dev, es256_pk_t *authkey, int *ms) 97 (r = fido_dev_authkey_rx(dev, authkey, ms)) != FIDO_OK [all...] |
| /src/external/bsd/wpa/dist/src/wps/ |
| wps_attr_process.c | 43 if (hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, 74 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash) < 0 ||
|
| wps_attr_build.c | 178 if (hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, 382 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg),
|
| wps_common.c | 117 os_memcpy(wps->authkey, keys, WPS_AUTHKEY_LEN); 122 wpa_hexdump_key(MSG_DEBUG, "WPS: AuthKey", 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,
|
| wps_i.h | 64 u8 authkey[WPS_AUTHKEY_LEN]; member in struct:wps_data
|
| wps_enrollee.c | 66 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);
|
| wps_registrar.c | 1485 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); 1495 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); 2308 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); 2348 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
|
| /src/external/bsd/libfido2/lib/ |
| Makefile | 21 authkey.c \
|
| /src/external/bsd/tcpdump/dist/ |
| print-esp.c | 527 char *authkey; local 533 authkey = strsep(&line, " \t"); 537 if(!init || !icookie || !rcookie || !authkey || !enckey) { 571 if(!espprint_decode_authalgo(ndo, authkey, &sa1)) return;
|