Searched refs:CKA_ID (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | ssh-pkcs11.c | 381 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 D | pkcs11.h | 394 #define CKA_ID (0x102) macro
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | test_soft_pkcs11.c | 50 {CKA_ID, id, 0 }, in find_object()
|
H A D | softp11.c | 292 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 D | ks_p11.c | 787 {CKA_ID, NULL, 0}, in p11_list_keys()
|
/freebsd/crypto/heimdal/lib/hx509/ref/ |
H A D | pkcs11.h | 394 #define CKA_ID (0x102) macro
|
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
H A D | pkcs11.h | 392 #define CKA_ID (0x102) macro
|
H A D | pkinit_crypto_openssl.c | 3697 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()
|