Searched refs:CKA_CLASS (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | test_soft_pkcs11.c | 51 {CKA_CLASS, &key_class, sizeof(key_class)} in find_object()
|
H A D | softp11.c | 250 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 D | ks_p11.c | 784 {CKA_CLASS, NULL, 0}, in p11_list_keys()
|
/freebsd/crypto/openssh/ |
H A D | ssh-pkcs11.c | 377 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 D | pkcs11.h | 372 #define CKA_CLASS (0) macro
|
/freebsd/crypto/heimdal/lib/hx509/ref/ |
H A D | pkcs11.h | 372 #define CKA_CLASS (0) macro
|
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
H A D | pkcs11.h | 370 #define CKA_CLASS (0) macro
|
H A D | pkinit_crypto_openssl.c | 3678 attrs[nattrs].type = CKA_CLASS; in pkinit_find_private_key() 4552 attrs[0].type = CKA_CLASS; in pkinit_get_certs_pkcs11()
|