Searched refs:CKA_ID (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | cert.c | 396 id_attr->type = CKA_ID; in cert_x509_set_default_attributes() 426 case CKA_ID: in cert_x509_validate_attribute()
|
H A D | utility.c | 284 case CKA_ID: in is_attribute_defined()
|
H A D | key.c | 343 id_attr->type = CKA_ID; in key_object_set_default_attributes() 387 case CKA_ID: in key_object_validate_attribute()
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelAttributeUtil.c | 57 CKA_ID, 199 CKA_ID, 1055 case CKA_ID: in kernel_build_public_key_object() 1440 case CKA_ID: in kernel_build_private_key_object() 1881 case CKA_ID: in kernel_build_secret_key_object() 2275 case CKA_ID: in kernel_get_common_key_attrs() 2902 case CKA_ID: in kernel_set_common_key_attribute() 2904 CKA_ID, template)); in kernel_set_common_key_attribute() 3837 case CKA_ID: in kernel_find_match_attrs()
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softAttributeUtil.c | 61 CKA_ID, 205 CKA_ID, 1345 case CKA_ID: 1926 case CKA_ID: 2560 case CKA_ID: 3489 case CKA_ID: 3832 case CKA_ID: 4575 case CKA_ID: 4616 case CKA_ID: 4785 case CKA_ID: [all …]
|
/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaAttrMasters.h | 112 { { CKA_ID, NULL, 0 }, \ 333 { { CKA_ID, NULL, 0 },
|
/titanic_50/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 257 SETATTR(templ, i, CKA_ID, NULL, id_len); in PK11Cert2KMFCert() 1187 SETATTR(x509templ, i, CKA_ID, Id.Data, Id.Length); i++; in CreateCertObject() 1913 SETATTR(idattr, 0, CKA_ID, IDOutput.Data, IDOutput.Length); in KMFPK11_CreateKeypair() 2232 SETATTR(templ, 3, CKA_ID, Id.Data, Id.Length); in KMFPK11_FindPrikeyByCert() 3015 SETATTR(pTmpl, i, CKA_ID, iddata.Data, iddata.Length); in KMFPK11_FindKey() 3286 SETATTR(templ, i, CKA_ID, id.Data, id.Length); in store_raw_key() 3347 SETATTR(templ, i, CKA_ID, rawkey->id.Data, in store_raw_key()
|
/titanic_50/usr/src/lib/pkcs11/include/ |
H A D | pkcs11t.h | 494 #define CKA_ID 0x00000102 macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/ |
H A D | kssladm_create.c | 108 {CKA_ID, NULL, 0} in kmf_to_kssl()
|
/titanic_50/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 3764 attrs[nattrs].type = CKA_ID; in check_load_certs() 3805 attrs[1].type = CKA_ID; in check_load_certs() 3837 attrs[1].type = CKA_ID; in check_load_certs() 4403 attrs[nattrs].type = CKA_ID; in pkinit_find_private_key()
|