Lines Matching defs:found
432 CK_BBOOL found;
471 found = template_get_class(tmpl, &class, &subclass);
472 if (found == FALSE) {
580 CK_BBOOL found;
582 found = template_attribute_find(obj->template, CKA_MODIFIABLE, &attr);
583 if (found == FALSE)
600 CK_BBOOL found;
602 found = template_attribute_find(obj->template, CKA_PRIVATE, &attr);
603 if (found == FALSE)
629 CK_BBOOL found;
631 found = template_attribute_find(obj->template,
633 if (found == FALSE)
713 CK_BBOOL found;
721 found = template_get_class(obj->template, &class, &subclass);
722 if (found == FALSE) {