Home | History | Annotate | Download | only in vtls

Lines Matching full:obj_class

337 /* Call PK11_CreateGenericObject() with the given obj_class and filename.  If
341 CK_OBJECT_CLASS obj_class,
364 PK11_SETATTRS(attrs, attr_cnt, CKA_CLASS, &obj_class, sizeof(obj_class));
369 if(CKO_CERTIFICATE == obj_class) {
384 if(!cacert && CKO_CERTIFICATE == obj_class)