Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-pkcs11.c381 key_filter[1].type = CKA_ID; in pkcs11_get_key()
723 key_attr[0].type = CKA_ID; in pkcs11_fetch_ecdsa_pubkey()
847 key_attr[0].type = CKA_ID; in pkcs11_fetch_rsa_pubkey()
952 cert_attr[0].type = CKA_ID; in pkcs11_fetch_x509_pubkey()
1376 FILL_ATTR(tpub, npub, CKA_ID, &keyid, sizeof(keyid)); in pkcs11_rsa_generate_private_key()
1388 FILL_ATTR(tpriv, npriv, CKA_ID, &keyid, sizeof(keyid)); in pkcs11_rsa_generate_private_key()
1506 FILL_ATTR(tpub, npub, CKA_ID, &keyid, sizeof(keyid)); in pkcs11_ecdsa_generate_private_key()
1518 FILL_ATTR(tpriv, npriv, CKA_ID, &keyid, sizeof(keyid)); in pkcs11_ecdsa_generate_private_key()
1833 FILL_ATTR(attrs, nattrs, CKA_ID, &keyid, sizeof(keyid)); in pkcs11_destroy_keypair()
1849 FILL_ATTR(attrs, nattrs, CKA_ID, &keyid, sizeof(keyid)); in pkcs11_destroy_keypair()
H A Dpkcs11.h394 #define CKA_ID (0x102) macro
/freebsd/crypto/heimdal/lib/hx509/
H A Dtest_soft_pkcs11.c50 {CKA_ID, id, 0 }, in find_object()
H A Dsoftp11.c292 case CKA_ID: in print_attributes()
502 add_object_attribute(o, 0, CKA_ID, foo->id, strlen(foo->id)); in add_cert()
527 add_object_attribute(o, 0, CKA_ID, foo->id, strlen(foo->id)); in add_cert()
564 add_object_attribute(o, 0, CKA_ID, foo->id, strlen(foo->id)); in add_cert()
H A Dks_p11.c787 {CKA_ID, NULL, 0}, in p11_list_keys()
/freebsd/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h394 #define CKA_ID (0x102) macro
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkcs11.h392 #define CKA_ID (0x102) macro
H A Dpkinit_crypto_openssl.c3697 attrs[nattrs].type = CKA_ID; in pkinit_find_private_key()
4434 attrs[1].type = CKA_ID; in load_one_cert()
4452 attrs[1].type = CKA_ID; in load_one_cert()
4565 attrs[nattrs].type = CKA_ID; in pkinit_get_certs_pkcs11()