Searched defs:has_class (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c542 boolean_t has_class, has_key_type, has_pub_exponent; local
569 has_class = attribute_in_template(CKA_CLASS, pPublicKeyTemplate,
577 if (!has_class)
591 if (!has_class) {
654 has_class = attribute_in_template(CKA_CLASS, pPrivateKeyTemplate,
660 if (!has_class)
673 if (!has_class) {
868 boolean_t has_class, has_key_type; local
885 has_class = attribute_in_template(CKA_CLASS, pPublicKeyTemplate,
891 if (!has_class)
1152 boolean_t has_class, has_key_type; local
2192 boolean_t has_class; local
[all...]

Completed in 49 milliseconds