| /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...] |
| 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/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;
|
| 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;
|
| /src/external/bsd/wpa/dist/src/wps/ |
| wps_i.h | 64 u8 authkey[WPS_AUTHKEY_LEN]; member in struct:wps_data
|
| wps_i.h | 64 u8 authkey[WPS_AUTHKEY_LEN]; member in struct:wps_data
|
| /src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| bss_dgram.c | 1332 struct sctp_authkey *authkey = NULL; local 1394 authkey = OPENSSL_malloc(sockopt_len); 1395 if (authkey == NULL) { 1399 memset(authkey, 0, sockopt_len); 1400 authkey->sca_keynumber = authkeyid.scact_keynumber + 1; 1406 authkey->sca_keylength = 64; 1408 memcpy(&authkey->sca_key[0], ptr, 64 * sizeof(uint8_t)); 1411 setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_KEY, authkey, 1413 OPENSSL_free(authkey); 1414 authkey = NULL [all...] |
| bss_dgram.c | 1332 struct sctp_authkey *authkey = NULL; local 1394 authkey = OPENSSL_malloc(sockopt_len); 1395 if (authkey == NULL) { 1399 memset(authkey, 0, sockopt_len); 1400 authkey->sca_keynumber = authkeyid.scact_keynumber + 1; 1406 authkey->sca_keylength = 64; 1408 memcpy(&authkey->sca_key[0], ptr, 64 * sizeof(uint8_t)); 1411 setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_KEY, authkey, 1413 OPENSSL_free(authkey); 1414 authkey = NULL [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| bss_dgram.c | 1350 struct sctp_authkey *authkey = NULL; local 1412 authkey = OPENSSL_malloc(sockopt_len); 1413 if (authkey == NULL) { 1417 memset(authkey, 0, sockopt_len); 1418 authkey->sca_keynumber = authkeyid.scact_keynumber + 1; 1424 authkey->sca_keylength = 64; 1426 memcpy(&authkey->sca_key[0], ptr, 64 * sizeof(uint8_t)); 1429 setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_KEY, authkey, 1431 OPENSSL_free(authkey); 1432 authkey = NULL [all...] |
| bss_dgram.c | 1350 struct sctp_authkey *authkey = NULL; local 1412 authkey = OPENSSL_malloc(sockopt_len); 1413 if (authkey == NULL) { 1417 memset(authkey, 0, sockopt_len); 1418 authkey->sca_keynumber = authkeyid.scact_keynumber + 1; 1424 authkey->sca_keylength = 64; 1426 memcpy(&authkey->sca_key[0], ptr, 64 * sizeof(uint8_t)); 1429 setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_KEY, authkey, 1431 OPENSSL_free(authkey); 1432 authkey = NULL [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/bio/ |
| bss_dgram.c | 2309 struct sctp_authkey *authkey = NULL; local 2369 authkey = OPENSSL_malloc(sockopt_len); 2370 if (authkey == NULL) { 2374 memset(authkey, 0, sockopt_len); 2375 authkey->sca_keynumber = authkeyid.scact_keynumber + 1; 2381 authkey->sca_keylength = 64; 2383 memcpy(&authkey->sca_key[0], ptr, 64 * sizeof(uint8_t)); 2385 ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_KEY, authkey, 2387 OPENSSL_free(authkey); 2388 authkey = NULL [all...] |
| bss_dgram.c | 2309 struct sctp_authkey *authkey = NULL; local 2369 authkey = OPENSSL_malloc(sockopt_len); 2370 if (authkey == NULL) { 2374 memset(authkey, 0, sockopt_len); 2375 authkey->sca_keynumber = authkeyid.scact_keynumber + 1; 2381 authkey->sca_keylength = 64; 2383 memcpy(&authkey->sca_key[0], ptr, 64 * sizeof(uint8_t)); 2385 ret = setsockopt(b->num, IPPROTO_SCTP, SCTP_AUTH_KEY, authkey, 2387 OPENSSL_free(authkey); 2388 authkey = NULL [all...] |