| /freebsd-13.1/contrib/libfido2/src/ |
| H A D | authkey.c | 12 es256_pk_t *authkey = arg; in parse_authkey() local 21 return (es256_pk_decode(val, authkey)); in parse_authkey() 61 fido_dev_authkey_rx(fido_dev_t *dev, es256_pk_t *authkey, int ms) in fido_dev_authkey_rx() argument 67 (void *)authkey, ms); in fido_dev_authkey_rx() 69 memset(authkey, 0, sizeof(*authkey)); in fido_dev_authkey_rx() 77 return (cbor_parse_reply(reply, (size_t)reply_len, authkey, in fido_dev_authkey_rx() 82 fido_dev_authkey_wait(fido_dev_t *dev, es256_pk_t *authkey, int ms) in fido_dev_authkey_wait() argument 87 (r = fido_dev_authkey_rx(dev, authkey, ms)) != FIDO_OK) in fido_dev_authkey_wait() 94 fido_dev_authkey(fido_dev_t *dev, es256_pk_t *authkey) in fido_dev_authkey() argument 96 return (fido_dev_authkey_wait(dev, authkey, -1)); in fido_dev_authkey()
|
| H A D | CMakeLists.txt | 10 authkey.c
|
| /freebsd-13.1/share/examples/ppp/ |
| H A D | ppp.conf.span-isp.working | 54 set authkey "isp1key" 58 set authkey "isp2key" 62 set authkey "isp3key" 71 set authkey "vpnkey"
|
| H A D | ppp.conf.span-isp | 119 set authkey "isp1key" 125 set authkey "isp2key" 131 set authkey "ispNkey" 149 set authkey "vpnkey"
|
| H A D | ppp.conf.sample | 97 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-13.1/sys/mips/nlm/dev/sec/ |
| H A D | nlmseclib.c | 224 const char *authkey; in nlm_crypto_do_cipher_digest() local 232 authkey = cmd->crp->crp_auth_key; in nlm_crypto_do_cipher_digest() 234 authkey = csp->csp_auth_key; in nlm_crypto_do_cipher_digest() 238 authkey, csp->csp_auth_klen); in nlm_crypto_do_cipher_digest()
|
| /freebsd-13.1/sys/geom/eli/ |
| H A D | g_eli_integrity.c | 455 u_char *p, *data, *authkey, *plaindata; in g_eli_auth_run() local 501 authkey = (u_char *)p; p += G_ELI_AUTH_SECKEYLEN; in g_eli_auth_run() 560 g_eli_auth_keygen(sc, dstoff, authkey); in g_eli_auth_run() 561 crp->crp_auth_key = authkey; in g_eli_auth_run()
|
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | ppp.conf | 34 set authkey PASSWORD
|
| H A D | README.changes | 130 o The ``!'' at the start of chat scripts and authkey can be made literal
|
| /freebsd-13.1/crypto/openssl/crypto/bio/ |
| H A D | bss_dgram.c | 1350 struct sctp_authkey *authkey = NULL; in dgram_sctp_ctrl() local 1412 authkey = OPENSSL_malloc(sockopt_len); in dgram_sctp_ctrl() 1413 if (authkey == NULL) { in dgram_sctp_ctrl() 1417 memset(authkey, 0, sockopt_len); in dgram_sctp_ctrl() 1418 authkey->sca_keynumber = authkeyid.scact_keynumber + 1; in dgram_sctp_ctrl() 1424 authkey->sca_keylength = 64; in dgram_sctp_ctrl() 1426 memcpy(&authkey->sca_key[0], ptr, 64 * sizeof(uint8_t)); in dgram_sctp_ctrl() 1429 setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_KEY, authkey, in dgram_sctp_ctrl() 1431 OPENSSL_free(authkey); in dgram_sctp_ctrl() 1432 authkey = NULL; in dgram_sctp_ctrl()
|
| /freebsd-13.1/contrib/wpa/src/wps/ |
| H A D | wps_attr_process.c | 43 if (hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, in wps_process_authenticator() 74 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash) < 0 || in wps_process_key_wrap_auth()
|
| H A D | wps_common.c | 117 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()
|
| H A D | wps_attr_build.c | 178 if (hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, in wps_build_authenticator() 382 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg), in wps_build_key_wrap_auth()
|
| H A D | wps_enrollee.c | 66 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()
|
| H A D | wps_i.h | 64 u8 authkey[WPS_AUTHKEY_LEN]; member
|
| H A D | wps_registrar.c | 1486 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_build_r_hash() 1496 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_build_r_hash() 2309 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_process_e_snonce1() 2349 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); in wps_process_e_snonce2()
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | print-esp.c | 453 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()
|
| /freebsd-13.1/contrib/libfido2/fuzz/ |
| H A D | functions.txt | 80 File '/libfido2/src/authkey.c': 84 authkey.c:fido_dev_authkey_wait 10 0 100.00% 9 0 100.00% 85 authkey.c:fido_dev_authkey_tx 19 0 100.00% 33 0 100.00% 86 authkey.c:fido_dev_authkey_rx 6 0 100.00% 18 0 100.00% 87 authkey.c:parse_authkey 8 0 100.00% 12 0 100.00%
|
| H A D | summary.txt | 14 src/authkey.c 44 0 100.00% 5 …
|
| /freebsd-13.1/lib/libfido2/ |
| H A D | Makefile | 10 SRCS+= authkey.c
|