Home
last modified time | relevance | path

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

/titanic_41/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) in attribute_in_template() function
208 if (fixed_len_key && attribute_in_template(CKA_VALUE_LEN, in get_key_len_from_template()
551 if (!attribute_in_template(CKA_MODULUS_BITS, pPublicKeyTemplate, in key_gen_rsa_by_value()
564 if (attribute_in_template(CKA_MODULUS, pPublicKeyTemplate, in key_gen_rsa_by_value()
569 has_class = attribute_in_template(CKA_CLASS, pPublicKeyTemplate, in key_gen_rsa_by_value()
571 has_key_type = attribute_in_template(CKA_KEY_TYPE, pPublicKeyTemplate, in key_gen_rsa_by_value()
573 has_pub_exponent = attribute_in_template(CKA_PUBLIC_EXPONENT, in key_gen_rsa_by_value()
647 if (attribute_in_template(CKA_PRIVATE_EXPONENT, in key_gen_rsa_by_value()
649 attribute_in_template(CKA_MODULUS, in key_gen_rsa_by_value()
654 has_class = attribute_in_template(CKA_CLASS, pPrivateKeyTemplate, in key_gen_rsa_by_value()
[all …]