Home
last modified time | relevance | path

Searched refs:CKA_VERIFY (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c98 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()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey.c467 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 Dverify_mgr.c60 rc = template_attribute_find(key_obj->template, CKA_VERIFY, &attr); in verify_mgr_init()
H A Dutility.c292 case CKA_VERIFY: in is_attribute_defined()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c104 CKA_VERIFY,
164 CKA_VERIFY,
304 case CKA_VERIFY: in soft_validate_attr()
1374 case CKA_VERIFY:
2607 case CKA_VERIFY:
3876 case CKA_VERIFY:
4323 case CKA_VERIFY:
4826 case CKA_VERIFY:
5023 case CKA_VERIFY:
6552 case CKA_VERIFY:
H A DsoftSSL.c787 obj_tmpl[4].type = CKA_VERIFY; in soft_ssl_key_and_mac_derive()
H A DsoftKeystore.c2149 tmpl[attrs].type = CKA_VERIFY; in soft_gen_hmac_key()
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrMasters.h143 { { CKA_VERIFY, NULL, sizeof (CK_BBOOL) }, \
208 { { CKA_VERIFY, NULL, sizeof (CK_BBOOL) }, \
H A Dpkcs11SUNWExtensions.c53 {CKA_VERIFY, CKF_VERIFY},
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c260 MAX_PUBLIC_KEY_TEMPLATES, CKA_VERIFY, (CK_BYTE *)&ckVerify, in PKCS_CreatePublicKey()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c1467 { 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()
3646 SETATTR(templ, i, CKA_VERIFY, &true, sizeof (true)); in KMFPK11_CreateSymKey()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h470 #define CKA_VERIFY 0x0000010AUL macro