Lines Matching refs:class
151 CK_OBJECT_CLASS *class)
161 *class = *((CK_OBJECT_CLASS*)template[i].pValue);
674 new_object->class = CKO_SECRET_KEY;
875 * call the appropriate build function according to the class of
885 CK_OBJECT_CLASS class = (CK_OBJECT_CLASS)~0UL;
893 rv = kms_validate_attr(template, ulAttrNum, &class);
897 if (class == (CK_OBJECT_CLASS)~0UL)
901 * Call the appropriate function based on the supported class
904 switch (class) {
939 return (get_ulong_attr_from_object(object_p->class,
1174 * Call the appropriate get attribute function according to the class
1184 CK_OBJECT_CLASS class = object_p->class;
1186 switch (class) {
1381 * Call the appropriate set attribute function according to the class
1395 CK_OBJECT_CLASS class = object_p->class;
1397 switch (class) {
1452 * Some attributes are specific to an object class. If one or more
1455 * because we can immediately skip an object if the class of that
1473 * don't need to guess the class, it is specified.
1474 * Just record the class, and return.
1487 * Get the list of objects class that might contain
1516 * Check if the class of this object match with any
1522 if (obj->class == pclasses[i]) {
1544 obj->class) {
1648 if (obj->class == CKO_SECRET_KEY) {
1658 switch (obj->class) {