Searched refs:CKA_VERIFY (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelAttributeUtil.c | 98 CKA_VERIFY, 159 CKA_VERIFY, 297 case CKA_VERIFY: in kernel_validate_attr() 1095 case CKA_VERIFY: in kernel_build_public_key_object() 1939 case CKA_VERIFY: in kernel_build_secret_key_object() 2331 case CKA_VERIFY: in kernel_get_public_key_attribute() 2734 case CKA_VERIFY: in kernel_get_secret_key_attribute() 2987 case CKA_VERIFY: in kernel_set_public_key_attribute() 3168 case CKA_VERIFY: in kernel_set_secret_key_attribute() 3774 case CKA_VERIFY: in kernel_find_match_attrs()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | key.c | 467 verify_attr->type = CKA_VERIFY; in publ_key_set_default_attributes() 503 case CKA_VERIFY: in publ_key_validate_attribute() 896 verify_attr->type = CKA_VERIFY; in secret_key_set_default_attributes() 1027 case CKA_VERIFY: in secret_key_validate_attribute()
|
H A D | verify_mgr.c | 60 rc = template_attribute_find(key_obj->template, CKA_VERIFY, &attr); in verify_mgr_init()
|
H A D | utility.c | 292 case CKA_VERIFY: in is_attribute_defined()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softAttributeUtil.c | 103 CKA_VERIFY, 163 CKA_VERIFY, 303 case CKA_VERIFY: in soft_validate_attr() 1385 case CKA_VERIFY: 2618 case CKA_VERIFY: 3887 case CKA_VERIFY: 4334 case CKA_VERIFY: 4837 case CKA_VERIFY: 5034 case CKA_VERIFY: 6562 case CKA_VERIFY:
|
H A D | softSSL.c | 785 obj_tmpl[4].type = CKA_VERIFY; in soft_ssl_key_and_mac_derive()
|
H A D | softKeystore.c | 2147 tmpl[attrs].type = CKA_VERIFY; in soft_gen_hmac_key()
|
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaAttrMasters.h | 145 { { CKA_VERIFY, NULL, sizeof (CK_BBOOL) }, \ 210 { { CKA_VERIFY, NULL, sizeof (CK_BBOOL) }, \
|
H A D | pkcs11SUNWExtensions.c | 53 {CKA_VERIFY, CKF_VERIFY},
|
/titanic_41/usr/src/lib/libkmf/libkmf/common/ |
H A D | pk11keys.c | 260 MAX_PUBLIC_KEY_TEMPLATES, CKA_VERIFY, (CK_BYTE *)&ckVerify, in PKCS_CreatePublicKey()
|
/titanic_41/usr/src/lib/pkcs11/include/ |
H A D | pkcs11t.h | 502 #define CKA_VERIFY 0x0000010A macro
|
/titanic_41/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 1467 { CKA_VERIFY, &true, sizeof (true) }, in gendsa_keypair() 1543 SETATTR(rsaPubKeyTemplate, numpubattr, CKA_VERIFY, in genrsa_keypair() 1610 SETATTR(public_template, numpubattr, CKA_VERIFY, in genecc_keypair() 3645 SETATTR(templ, i, CKA_VERIFY, &true, sizeof (true)); in KMFPK11_CreateSymKey()
|