Lines Matching defs:found
113 boolean_t found;
115 found = get_template_ulong(CKA_CLASS, template, template_size, &class);
116 if (!found) {
122 found = get_template_ulong(CKA_CERTIFICATE_TYPE,
126 found = get_template_ulong(CKA_HW_FEATURE_TYPE,
133 found = get_template_ulong(CKA_KEY_TYPE,
137 /* CKO_DATA has no subtype, just pretend it is found */
138 found = B_TRUE;
144 if (!found) {
614 * Passes a pointer to the requested attribute, or NULL if not found.
621 boolean_t found = B_FALSE;
627 found = B_TRUE;
632 *found_attribute = found ? attr : NULL;
640 * return value specifies if the attribute was found (or not).
646 boolean_t found = B_FALSE;
654 found = B_TRUE;
659 return (found);
667 * return value specifies if the attribute was found (or not).
673 boolean_t found = B_FALSE;
685 found = B_TRUE;
690 return (found);
704 * The return value specifies if the attribute was found (or not).