Searched refs:key_id (Results 26 - 50 of 50) sorted by relevance

12

/freebsd-11-stable/contrib/ldns/ldns/
H A Dkeys.h216 ldns_status ldns_key_new_frm_engine(ldns_key **key, ENGINE *e, char *key_id, ldns_algorithm);
/freebsd-11-stable/crypto/openssh/
H A Dauth2-pubkey.c242 key_type(key), key->cert->key_id,
714 "i", cert->key_id,
848 "signed by %s CA %s via %s", key->cert->key_id,
928 "%s CA %s via %s", key->cert->key_id,
H A Dauth2-hostbased.c231 "%s CA %s from %s@%s", key->cert->key_id,
H A Dsshkey.h89 char *key_id; member in struct:sshkey_cert
H A Dsshkey.c429 free(cert->key_id);
451 cert->key_id = NULL;
1732 if (from->key_id == NULL)
1733 to->key_id = NULL;
1734 else if ((to->key_id = strdup(from->key_id)) == NULL)
1854 (ret = sshbuf_get_cstring(b, &key->cert->key_id, &kidlen)) != 0 ||
2448 (ret = sshbuf_put_cstring(cert, k->cert->key_id)) != 0)
H A Dssh-keygen.c1643 public->cert->key_id = xstrdup(cert_key_id);
1679 out, public->cert->key_id,
1898 printf(" Key ID: \"%s\"\n", key->cert->key_id);
H A Dsshconnect.c1268 host_key->cert->key_id,
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls.h158 * @key_id: the private key's id when using engine (this is OpenSSL
208 const char *key_id; member in struct:tls_connection_params
H A Dtls_openssl.c1171 EVP_PKEY * EVP_PKEY_from_keystore(const char *key_id);
1175 const char *pin, const char *key_id,
1182 if (!key_id)
1185 conn->private_key = EVP_PKEY_from_keystore(key_id);
1189 key_id,
1227 if (key_id) {
1239 key_id, NULL,
1246 key_id,
4900 const char *key_id = params->key_id; local
1174 tls_engine_init(struct tls_connection *conn, const char *engine_id, const char *pin, const char *key_id, const char *cert_id, const char *ca_cert_id) argument
[all...]
/freebsd-11-stable/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c435 k1->cert->key_id = strdup("estragon");
436 ASSERT_PTR_NE(k1->cert->key_id, NULL);
/freebsd-11-stable/lib/libc/nameser/
H A Dns_print.c462 u_int keyflags, protocol, algorithm, key_id; local
471 key_id = dst_s_dns_key_id(rdata, edata-rdata);
473 key_id = 0;
500 n = SPRINTF((tmp, " ; key_tag= %u", key_id));
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc.c884 u_long key_id; local
911 key_id = getkeyid("Keyid: ");
912 if (!key_id) {
916 info_auth_keyid = key_id;
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_tls_common.c125 params->key_id = config->key_id;
149 params->key_id = config->key2_id;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-rsvp.c300 uint8_t key_id[6]; member in struct:rsvp_obj_integrity_t
1705 EXTRACT_16BITS(obj_ptr.rsvp_obj_integrity->key_id),
1706 EXTRACT_32BITS(obj_ptr.rsvp_obj_integrity->key_id+2),
H A Dprint-isoclns.c2191 u_short packet_len,pdu_len, key_id; local
2779 key_id = EXTRACT_16BITS((tptr+1));
2780 ND_PRINT((ndo, "%u, password: ", key_id));
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c1298 u_long key_id; local
1358 key_id = getkeyid("Keyid: ");
1359 if (key_id == 0 || key_id > NTP_MAXKEY) {
1364 info_auth_keyid = key_id;
/freebsd-11-stable/crypto/openssl/engines/
H A De_capi.c165 static EVP_PKEY *capi_load_privkey(ENGINE *eng, const char *key_id,
766 static EVP_PKEY *capi_load_privkey(ENGINE *eng, const char *key_id, argument
779 key = capi_find_key(ctx, key_id);
/freebsd-11-stable/contrib/wpa/src/common/
H A Dwpa_common.h193 u8 key_id[8]; /* Reserved in IEEE 802.11i/RSN */ member in struct:wpa_eapol_key
/freebsd-11-stable/contrib/ldns/
H A Dkeys.c93 ldns_key_new_frm_engine(ldns_key **key, ENGINE *e, char *key_id, ldns_algorithm alg) argument
100 k->_key.key = ENGINE_load_private_key(e, key_id, UI_OpenSSL(), NULL);
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.c122 t4_set_tls_keyid(struct toepcb *toep, unsigned int key_id) argument
127 V_TCB_RX_TLS_KEY_TAG(key_id));
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c994 u8 key_id = nla_get_u8(tb[NL80211_ATTR_KEY_IDX]); local
995 wpa_printf(MSG_DEBUG, "nl80211: Key Id %d", key_id);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_file.c805 STR(key_id);
H A Dconfig.c2280 { STRe(key_id) },
2551 os_free(eap->key_id);
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmreg.h5751 * @key_id:
5759 uint32_t key_id; member in struct:iwm_mvm_mgmt_mcast_key_cmd
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa.c2110 wpa_hexdump(MSG_DEBUG, " key_id (reserved)", key->key_id, 8);

Completed in 258 milliseconds

12