Home
last modified time | relevance | path

Searched refs:CKA_CLASS (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/heimdal/lib/hx509/
H A Dtest_soft_pkcs11.c51 {CKA_CLASS, &key_class, sizeof(key_class)} in find_object()
H A Dsoftp11.c250 case CKA_CLASS: { in print_attributes()
495 add_object_attribute(o, 0, CKA_CLASS, &type, sizeof(type)); in add_cert()
520 add_object_attribute(o, 0, CKA_CLASS, &type, sizeof(type)); in add_cert()
557 add_object_attribute(o, 0, CKA_CLASS, &type, sizeof(type)); in add_cert()
H A Dks_p11.c784 {CKA_CLASS, NULL, 0}, in p11_list_keys()
/freebsd/crypto/openssh/
H A Dssh-pkcs11.c377 key_filter[0].type = CKA_CLASS; in pkcs11_get_key()
1142 key_attr[0].type = CKA_CLASS; in pkcs11_fetch_certs()
1246 key_attr[0].type = CKA_CLASS; in pkcs11_fetch_keys()
1832 FILL_ATTR(attrs, nattrs, CKA_CLASS, &key_class, sizeof(key_class)); in pkcs11_destroy_keypair()
1848 FILL_ATTR(attrs, nattrs, CKA_CLASS, &key_class, sizeof(key_class)); in pkcs11_destroy_keypair()
H A Dpkcs11.h372 #define CKA_CLASS (0) macro
/freebsd/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h372 #define CKA_CLASS (0) macro
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkcs11.h370 #define CKA_CLASS (0) macro
H A Dpkinit_crypto_openssl.c3678 attrs[nattrs].type = CKA_CLASS; in pkinit_find_private_key()
4552 attrs[0].type = CKA_CLASS; in pkinit_get_certs_pkcs11()