Home
last modified time | relevance | path

Searched refs:CKA_ENCRYPT (Results 1 – 16 of 16) sorted by relevance

/titanic_50/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c127 CKA_ENCRYPT,
287 if (cmd->type == CKA_ENCRYPT) { in usage()
492 (cmd->type == CKA_ENCRYPT) ? B_TRUE : B_FALSE); in execute_cmd()
658 if (cmd->type == CKA_ENCRYPT) { in execute_cmd()
817 } else if (cmd->type == CKA_ENCRYPT) { in execute_cmd()
909 if (cmd->type == CKA_ENCRYPT) { in execute_cmd()
/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c96 CKA_ENCRYPT,
154 CKA_ENCRYPT,
285 case CKA_ENCRYPT: in kernel_validate_attr()
1088 case CKA_ENCRYPT: in kernel_build_public_key_object()
1918 case CKA_ENCRYPT: in kernel_build_secret_key_object()
2327 case CKA_ENCRYPT: in kernel_get_public_key_attribute()
2722 case CKA_ENCRYPT: in kernel_get_secret_key_attribute()
2983 case CKA_ENCRYPT: in kernel_set_public_key_attribute()
3156 case CKA_ENCRYPT: in kernel_set_secret_key_attribute()
3749 case CKA_ENCRYPT: in kernel_find_match_attrs()
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dencr_mgr.c59 CKA_ENCRYPT, &attr); in encr_mgr_init()
H A Dkey.c461 encrypt_attr->type = CKA_ENCRYPT; in publ_key_set_default_attributes()
502 case CKA_ENCRYPT: in publ_key_validate_attribute()
878 encrypt_attr->type = CKA_ENCRYPT; in secret_key_set_default_attributes()
1024 case CKA_ENCRYPT: in secret_key_validate_attribute()
H A Dutility.c286 case CKA_ENCRYPT: in is_attribute_defined()
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dencrypt.c147 template[3].type = CKA_ENCRYPT; in init_key_uef()
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Darcfour_provider.c49 template[3].type = CKA_ENCRYPT; in setup_arcfour_crypto()
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c101 CKA_ENCRYPT,
158 CKA_ENCRYPT,
291 case CKA_ENCRYPT: in soft_validate_attr()
1378 case CKA_ENCRYPT:
2597 case CKA_ENCRYPT:
3883 case CKA_ENCRYPT:
4322 case CKA_ENCRYPT:
4833 case CKA_ENCRYPT:
5022 case CKA_ENCRYPT:
6537 case CKA_ENCRYPT:
H A DsoftSSL.c843 new_tmpl[n].type = CKA_ENCRYPT; in soft_ssl_key_and_mac_derive()
H A DsoftKeystore.c2017 tmpl[attrs].type = CKA_ENCRYPT; in soft_gen_crypt_key()
/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrMasters.h142 { { CKA_ENCRYPT, NULL, sizeof (CK_BBOOL) }, \
201 { { CKA_ENCRYPT, NULL, sizeof (CK_BBOOL) }, \
H A Dpkcs11SUNWExtensions.c50 {CKA_ENCRYPT, CKF_ENCRYPT},
/titanic_50/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c257 MAX_PUBLIC_KEY_TEMPLATES, CKA_ENCRYPT, (CK_BYTE *)&ckEncrypt, in PKCS_CreatePublicKey()
/titanic_50/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h496 #define CKA_ENCRYPT 0x00000104 macro
/titanic_50/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c1540 SETATTR(rsaPubKeyTemplate, numpubattr, CKA_ENCRYPT, in genrsa_keypair()
3639 SETATTR(templ, i, CKA_ENCRYPT, &true, sizeof (true)); in KMFPK11_CreateSymKey()
/titanic_50/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1267 {CKA_ENCRYPT, NULL, sizeof (true)},