Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtemplate.c666 attr->type == CKA_VALUE_LEN) && in template_flatten()
748 a1->type == CKA_VALUE_LEN) && in template_unflatten()
766 a1->type == CKA_VALUE_LEN) && in template_unflatten()
924 attr->type == CKA_VALUE_LEN) && in template_get_compressed_size()
H A Dkey.c1537 found = template_attribute_find(tmpl, CKA_VALUE_LEN, &attr); in generic_secret_check_required_attributes()
1580 value_len_attr->type = CKA_VALUE_LEN; in generic_secret_set_default_attributes()
1610 case CKA_VALUE_LEN: in generic_secret_validate_attribute()
1686 rc = template_attribute_find(tmpl, CKA_VALUE_LEN, &attr); in generic_secret_unwrap()
1706 rc = build_attribute(CKA_VALUE_LEN, (CK_BYTE *)&data_len, in generic_secret_unwrap()
H A Dutility.c310 case CKA_VALUE_LEN: in is_attribute_defined()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dpbkdf2.c94 tmpl[attrs].type = CKA_VALUE_LEN; in krb5int_pbkdf2_hmac_sha1()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c153 CKA_VALUE_LEN,
278 case CKA_VALUE_LEN: in kernel_validate_attr()
1985 case CKA_VALUE_LEN: in kernel_build_secret_key_object()
2814 case CKA_VALUE_LEN: in kernel_get_secret_key_attribute()
3196 case CKA_VALUE_LEN: in kernel_set_secret_key_attribute()
3846 case CKA_VALUE_LEN: in kernel_find_match_attrs()
H A DkernelKeys.c173 if (pTemplate[i].type == CKA_VALUE_LEN) { in get_key_len_from_template()
209 if (fixed_len_key && attribute_in_template(CKA_VALUE_LEN, in get_key_len_from_template()
337 (void) remove_one_attribute(newTemplate, CKA_VALUE_LEN, in key_gen_by_value()
2290 removed = remove_one_attribute(newTemplate, CKA_VALUE_LEN, in derive_key_by_value()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dcommon.h323 #define CKA_VALUE_LEN 0x00000161UL macro
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11SUNWExtensions.c472 template[i].type = CKA_VALUE_LEN; in pkcs11_PasswdToPBKD2Object()
H A DmetaAttrMasters.h778 { { CKA_VALUE_LEN, NULL, sizeof (CK_ULONG) },
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c158 CKA_VALUE_LEN,
285 case CKA_VALUE_LEN: in soft_validate_attr()
2660 case CKA_VALUE_LEN:
4348 case CKA_VALUE_LEN:
4370 if (template->type == CKA_VALUE_LEN) {
5051 case CKA_VALUE_LEN:
6661 case CKA_VALUE_LEN:
H A DsoftKeysUtil.c230 if (pTemplate[i].type == CKA_VALUE_LEN && in soft_genkey()
1576 if (pTemplate[i].type == CKA_VALUE_LEN && in soft_unwrap_secret_len_check()
H A DsoftKeystore.c2032 tmpl[attrs].type = CKA_VALUE_LEN; in soft_gen_crypt_key()
2154 tmpl[attrs].type = CKA_VALUE_LEN; in soft_gen_hmac_key()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h494 #define CKA_VALUE_LEN 0x00000161UL macro
/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c1222 CKA_VALUE_LEN, &key_len)) != CRYPTO_SUCCESS) { in ecc_nostore_key_derive()
H A Ddprov.c9818 if (in[i].oa_type == CKA_VALUE_LEN || in dprov_adjust_attrs()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c3580 SETATTR(templ, i, CKA_VALUE_LEN, &secKeyLen, in KMFPK11_CreateSymKey()