Searched refs:attribute_in_template (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelKeys.c | 37 attribute_in_template(CK_ATTRIBUTE_TYPE type, CK_ATTRIBUTE_PTR t, CK_ULONG cnt) in attribute_in_template() function 209 if (fixed_len_key && attribute_in_template(CKA_VALUE_LEN, in get_key_len_from_template() 546 if (!attribute_in_template(CKA_MODULUS_BITS, pPublicKeyTemplate, in key_gen_rsa_by_value() 559 if (attribute_in_template(CKA_MODULUS, pPublicKeyTemplate, in key_gen_rsa_by_value() 564 has_class = attribute_in_template(CKA_CLASS, pPublicKeyTemplate, in key_gen_rsa_by_value() 566 has_key_type = attribute_in_template(CKA_KEY_TYPE, pPublicKeyTemplate, in key_gen_rsa_by_value() 568 has_pub_exponent = attribute_in_template(CKA_PUBLIC_EXPONENT, in key_gen_rsa_by_value() 642 if (attribute_in_template(CKA_PRIVATE_EXPONENT, in key_gen_rsa_by_value() 644 attribute_in_template(CKA_MODULUS, in key_gen_rsa_by_value() 649 has_class = attribute_in_template(CKA_CLASS, pPrivateKeyTemplate, in key_gen_rsa_by_value() [all …]
|