Lines Matching refs:class

258 	CK_OBJECT_CLASS *class)
268 *class = *((CK_OBJECT_CLASS*)template[i].pValue);
849 * attributes associated with the type (i.e. class) of the object. Also,
856 CK_OBJECT_CLASS class = object_p->class;
860 switch (class) {
1251 new_object->class = CKO_PUBLIC_KEY;
1704 new_object->class = CKO_PRIVATE_KEY;
1919 new_object->class = CKO_SECRET_KEY;
2183 * call the appropriate build function according to the class of
2196 CK_OBJECT_CLASS class = (CK_OBJECT_CLASS)~0UL;
2204 rv = kernel_validate_attr(template, ulAttrNum, &class);
2208 if (class == (CK_OBJECT_CLASS)~0UL)
2212 * Call the appropriate function based on the supported class
2215 switch (class) {
2257 return (get_ulong_attr_from_object(object_p->class,
2897 * Call the appropriate get attribute function according to the class
2907 CK_OBJECT_CLASS class = object_p->class;
2909 switch (class) {
3278 * Call the appropriate set attribute function according to the class
3292 CK_OBJECT_CLASS class = object_p->class;
3294 switch (class) {
3626 * Some attributes are specific to an object class. If one or more
3629 * because we can immediately skip an object if the class of that
3654 * don't need to guess the class, it is specified.
3655 * Just record the class, and return.
3678 * Get the list of objects class that might contain
3684 * class if public key object isn't already in the list
3767 * Check if the class of this object match with any
3773 if (obj->class == pclasses[i]) {
3796 obj->class) {
3905 if (obj->class == CKO_SECRET_KEY) {
3915 switch (obj->class) {
3945 if (obj->class == CKO_PUBLIC_KEY) {
3947 } else if (obj->class == CKO_PRIVATE_KEY) {
3960 (obj->class == CKO_PUBLIC_KEY)) {
3973 if (obj->class == CKO_PUBLIC_KEY) {
3975 } else if (obj->class == CKO_PRIVATE_KEY) {
3988 (obj->class == CKO_PRIVATE_KEY)) {
3998 (obj->class == CKO_PRIVATE_KEY)) {
4008 (obj->class == CKO_PRIVATE_KEY)) {
4018 (obj->class == CKO_PRIVATE_KEY)) {
4028 (obj->class == CKO_PRIVATE_KEY)) {
4038 (obj->class == CKO_PRIVATE_KEY)) {
4048 if (obj->class == CKO_PUBLIC_KEY) {
4056 } else if (obj->class == CKO_PRIVATE_KEY) {
4070 if (obj->class == CKO_PUBLIC_KEY) {
4078 } else if (obj->class == CKO_PRIVATE_KEY) {
4092 if (obj->class == CKO_PUBLIC_KEY) {
4100 } else if (obj->class == CKO_PRIVATE_KEY) {