Searched refs:attribute_in_template (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c36 attribute_in_template(CK_ATTRIBUTE_TYPE type, CK_ATTRIBUTE_PTR t, CK_ULONG cnt) function
208 if (fixed_len_key && attribute_in_template(CKA_VALUE_LEN,
551 if (!attribute_in_template(CKA_MODULUS_BITS, pPublicKeyTemplate,
564 if (attribute_in_template(CKA_MODULUS, pPublicKeyTemplate,
569 has_class = attribute_in_template(CKA_CLASS, pPublicKeyTemplate,
571 has_key_type = attribute_in_template(CKA_KEY_TYPE, pPublicKeyTemplate,
573 has_pub_exponent = attribute_in_template(CKA_PUBLIC_EXPONENT,
647 if (attribute_in_template(CKA_PRIVATE_EXPONENT,
649 attribute_in_template(CKA_MODULUS,
654 has_class = attribute_in_template(CKA_CLAS
[all...]

Completed in 45 milliseconds