Home
last modified time | relevance | path

Searched refs:CKA_SIGN (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c122 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()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey.c602 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 Dsign_mgr.c56 rc = template_attribute_find(key_obj->template, CKA_SIGN, &attr); in sign_mgr_init()
H A Dutility.c290 case CKA_SIGN: in is_attribute_defined()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c128 CKA_SIGN,
163 CKA_SIGN,
300 case CKA_SIGN: in soft_validate_attr()
1970 case CKA_SIGN:
2600 case CKA_SIGN:
4079 case CKA_SIGN:
4319 case CKA_SIGN:
4911 case CKA_SIGN:
5019 case CKA_SIGN:
6543 case CKA_SIGN:
H A DsoftSSL.c784 obj_tmpl[3].type = CKA_SIGN; in soft_ssl_key_and_mac_derive()
H A DsoftKeysUtil.c1276 keytemplate[2].type = CKA_SIGN; in soft_create_hmac_key()
H A DsoftKeystore.c2144 tmpl[attrs].type = CKA_SIGN; in soft_gen_hmac_key()
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrMasters.h172 { { CKA_SIGN, NULL, sizeof (CK_BBOOL) }, \
205 { { CKA_SIGN, NULL, sizeof (CK_BBOOL) }, \
H A Dpkcs11SUNWExtensions.c52 {CKA_SIGN, CKF_SIGN},
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c1480 {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()
3333 SETATTR(templ, i, CKA_SIGN, &condition, sizeof (CK_BBOOL)); in store_raw_key()
3415 SETATTR(templ, i, CKA_SIGN, &cktrue, sizeof (cktrue)); in store_raw_key()
3644 SETATTR(templ, i, CKA_SIGN, &true, sizeof (true)); in KMFPK11_CreateSymKey()
3963 SETATTR(templ, i, CKA_SIGN, &true, sizeof (true)); in create_generic_secret_key()
/illumos-gate/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c632 template[nattr].type = CKA_SIGN; in execute_cmd()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h468 #define CKA_SIGN 0x00000108UL macro
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c4873 r = pkinit_find_private_key(id_cryptoctx, CKA_SIGN, &obj);