Lines Matching refs:class

260 	CK_OBJECT_CLASS *class)
270 *class = *((CK_OBJECT_CLASS*)template[i].pValue);
820 * attributes associated with the type (i.e. class) of the object. Also,
827 CK_OBJECT_CLASS class = object_p->class;
831 switch (class) {
1223 new_object->class = CKO_PUBLIC_KEY;
1666 new_object->class = CKO_PRIVATE_KEY;
1869 new_object->class = CKO_SECRET_KEY;
2128 * call the appropriate build function according to the class of
2141 CK_OBJECT_CLASS class = (CK_OBJECT_CLASS)~0UL;
2149 rv = kernel_validate_attr(template, ulAttrNum, &class);
2153 if (class == (CK_OBJECT_CLASS)~0UL)
2157 * Call the appropriate function based on the supported class
2160 switch (class) {
2202 return (get_ulong_attr_from_object(object_p->class,
2840 * Call the appropriate get attribute function according to the class
2850 CK_OBJECT_CLASS class = object_p->class;
2852 switch (class) {
3221 * Call the appropriate set attribute function according to the class
3235 CK_OBJECT_CLASS class = object_p->class;
3237 switch (class) {
3569 * Some attributes are specific to an object class. If one or more
3572 * because we can immediately skip an object if the class of that
3597 * don't need to guess the class, it is specified.
3598 * Just record the class, and return.
3621 * Get the list of objects class that might contain
3627 * class if public key object isn't already in the list
3710 * Check if the class of this object match with any
3716 if (obj->class == pclasses[i]) {
3739 obj->class) {
3848 if (obj->class == CKO_SECRET_KEY) {
3858 switch (obj->class) {
3888 if (obj->class == CKO_PUBLIC_KEY) {
3890 } else if (obj->class == CKO_PRIVATE_KEY) {
3903 (obj->class == CKO_PUBLIC_KEY)) {
3916 if (obj->class == CKO_PUBLIC_KEY) {
3918 } else if (obj->class == CKO_PRIVATE_KEY) {
3931 (obj->class == CKO_PRIVATE_KEY)) {
3941 (obj->class == CKO_PRIVATE_KEY)) {
3951 (obj->class == CKO_PRIVATE_KEY)) {
3961 (obj->class == CKO_PRIVATE_KEY)) {
3971 (obj->class == CKO_PRIVATE_KEY)) {
3981 (obj->class == CKO_PRIVATE_KEY)) {
3991 if (obj->class == CKO_PUBLIC_KEY) {
3999 } else if (obj->class == CKO_PRIVATE_KEY) {
4013 if (obj->class == CKO_PUBLIC_KEY) {
4021 } else if (obj->class == CKO_PRIVATE_KEY) {
4035 if (obj->class == CKO_PUBLIC_KEY) {
4043 } else if (obj->class == CKO_PRIVATE_KEY) {