Searched refs:CKA_SIGN (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelAttributeUtil.c | 122 CKA_SIGN, 158 CKA_SIGN, 293 case CKA_SIGN: in kernel_validate_attr() 1495 case CKA_SIGN: in kernel_build_private_key_object() 1932 case CKA_SIGN: in kernel_build_secret_key_object() 2515 case CKA_SIGN: in kernel_get_private_key_attribute() 2730 case CKA_SIGN: in kernel_get_secret_key_attribute() 3066 case CKA_SIGN: in kernel_set_private_key_attribute() 3164 case CKA_SIGN: in kernel_set_secret_key_attribute() 3765 case CKA_SIGN: in kernel_find_match_attrs()
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | key.c | 602 sign_attr->type = CKA_SIGN; in priv_key_set_default_attributes() 732 case CKA_SIGN: in priv_key_validate_attribute() 890 sign_attr->type = CKA_SIGN; in secret_key_set_default_attributes() 1026 case CKA_SIGN: in secret_key_validate_attribute()
|
H A D | sign_mgr.c | 56 rc = template_attribute_find(key_obj->template, CKA_SIGN, &attr); in sign_mgr_init()
|
H A D | utility.c | 290 case CKA_SIGN: in is_attribute_defined()
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softAttributeUtil.c | 127 CKA_SIGN, 162 CKA_SIGN, 299 case CKA_SIGN: in soft_validate_attr() 1981 case CKA_SIGN: 2611 case CKA_SIGN: 4090 case CKA_SIGN: 4330 case CKA_SIGN: 4922 case CKA_SIGN: 5030 case CKA_SIGN: 6553 case CKA_SIGN:
|
H A D | softSSL.c | 782 obj_tmpl[3].type = CKA_SIGN; in soft_ssl_key_and_mac_derive()
|
H A D | softKeysUtil.c | 1274 keytemplate[2].type = CKA_SIGN; in soft_create_hmac_key()
|
H A D | softKeystore.c | 2142 tmpl[attrs].type = CKA_SIGN; in soft_gen_hmac_key()
|
/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaAttrMasters.h | 174 { { CKA_SIGN, NULL, sizeof (CK_BBOOL) }, \ 207 { { CKA_SIGN, NULL, sizeof (CK_BBOOL) }, \
|
H A D | pkcs11SUNWExtensions.c | 52 {CKA_SIGN, CKF_SIGN},
|
/titanic_50/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 1480 {CKA_SIGN, &true, sizeof (true)}, in gendsa_keypair() 1559 SETATTR(rsaPriKeyTemplate, numpriattr, CKA_SIGN, &true, in genrsa_keypair() 1630 SETATTR(private_template, numpriattr, CKA_SIGN, in genecc_keypair() 3332 SETATTR(templ, i, CKA_SIGN, &condition, sizeof (CK_BBOOL)); in store_raw_key() 3414 SETATTR(templ, i, CKA_SIGN, &cktrue, sizeof (cktrue)); in store_raw_key() 3643 SETATTR(templ, i, CKA_SIGN, &true, sizeof (true)); in KMFPK11_CreateSymKey() 3962 SETATTR(templ, i, CKA_SIGN, &true, sizeof (true)); in create_generic_secret_key()
|
/titanic_50/usr/src/cmd/cmd-crypto/digest/ |
H A D | digest.c | 632 template[nattr].type = CKA_SIGN; in execute_cmd()
|
/titanic_50/usr/src/lib/pkcs11/include/ |
H A D | pkcs11t.h | 500 #define CKA_SIGN 0x00000108 macro
|
/titanic_50/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 4685 r = pkinit_find_private_key(id_cryptoctx, CKA_SIGN, &obj);
|