Searched refs:key_class (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/unbound/validator/ |
| H A D | val_kcache.c | 107 uint16_t key_class, int wr) in key_cache_search() argument 114 lookfor.key_class = key_class; in key_cache_search() 124 uint16_t key_class, struct regional* region, time_t now) in key_cache_obtain() argument 129 namelen, key_class, 0); in key_cache_obtain() 158 uint8_t* name, size_t namelen, uint16_t key_class) in key_cache_remove() argument 164 lookfor.key_class = key_class; in key_cache_remove()
|
| H A D | val_kentry.c | 72 if(n1->key_class != n2->key_class) { in key_entry_compfunc() 73 if(n1->key_class < n2->key_class) in key_entry_compfunc() 105 kk->entry.hash = hashlittle(&kk->key_class, sizeof(kk->key_class), in key_entry_hash() 272 (*k)->key_class = dclass; in key_entry_setup() 374 rrk->rk.rrset_class = htons(kkey->key_class); in key_entry_get_rrset()
|
| H A D | val_kcache.h | 92 uint8_t* name, size_t namelen, uint16_t key_class); 108 uint8_t* name, size_t namelen, uint16_t key_class,
|
| H A D | val_kentry.h | 64 uint16_t key_class; member
|
| H A D | val_utils.c | 476 dnskey.rk.rrset_class = htons(kkey->key_class); in val_verify_rrset_entry()
|
| H A D | validator.c | 2201 LDNS_RR_TYPE_DNSKEY, vq->key_entry->key_class); in processValidate()
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | test_soft_pkcs11.c | 44 CK_OBJECT_CLASS key_class, in find_object() argument 51 {CKA_CLASS, &key_class, sizeof(key_class)} in find_object()
|
| H A D | ks_p11.c | 782 CK_OBJECT_CLASS key_class; in p11_list_keys() local 793 search_data[0].pValue = &key_class; in p11_list_keys() 794 search_data[0].ulValueLen = sizeof(key_class); in p11_list_keys() 803 key_class = CKO_PRIVATE_KEY; in p11_list_keys() 811 key_class = CKO_CERTIFICATE; in p11_list_keys()
|
| /freebsd/crypto/openssh/ |
| H A D | ssh-pkcs11.c | 1128 CK_OBJECT_CLASS key_class; in pkcs11_fetch_certs() local 1141 key_class = CKO_CERTIFICATE; in pkcs11_fetch_certs() 1143 key_attr[0].pValue = &key_class; in pkcs11_fetch_certs() 1144 key_attr[0].ulValueLen = sizeof(key_class); in pkcs11_fetch_certs() 1233 CK_OBJECT_CLASS key_class; in pkcs11_fetch_keys() local 1245 key_class = CKO_PUBLIC_KEY; in pkcs11_fetch_keys() 1247 key_attr[0].pValue = &key_class; in pkcs11_fetch_keys() 1248 key_attr[0].ulValueLen = sizeof(key_class); in pkcs11_fetch_keys() 1801 CK_OBJECT_CLASS key_class; in pkcs11_destroy_keypair() local 1831 key_class = CKO_PRIVATE_KEY; in pkcs11_destroy_keypair() [all …]
|