HomeSort by relevance Sort by last modified time
    Searched defs:obj_str (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/pkcs8/
pkcs8.c 363 char obj_str[80]; local
366 strncpy(obj_str, "NULL", sizeof(obj_str));
368 i2t_ASN1_OBJECT(obj_str, sizeof(obj_str), pbe_obj);
370 ERR_add_error_data(2, "TYPE=", obj_str);
    [all...]
  /external/selinux/libsepol/cil/src/
cil_policy.c 610 char *obj_str = ((struct cil_symtab_datum*)rule->obj)->name; local
615 fprintf(file_arr[ALLOWS], "type_transition %s %s : %s %s;\n", src_str, tgt_str, obj_str, result_str);
618 fprintf(file_arr[ALLOWS], "type_change %s %s : %s %s\n;", src_str, tgt_str, obj_str, result_str);
621 fprintf(file_arr[ALLOWS], "type_member %s %s : %s %s;\n", src_str, tgt_str, obj_str, result_str);
635 char *obj_str = ((struct cil_symtab_datum*)nametypetrans->obj)->name; local
638 fprintf(file_arr[file_index], "type_transition %s %s : %s %s %s;\n", src_str, tgt_str, obj_str, result_str, nametypetrans->name_str);
1035 char *obj_str = ((struct cil_symtab_datum*)roletrans->obj)->name; local
1038 fprintf(file_arr[ALLOWS], "role_transition %s %s:%s %s;\n", src_str, tgt_str, obj_str, result_str);
    [all...]
cil_internal.h 538 char *obj_str; member in struct:cil_nametypetransition
552 char *obj_str; member in struct:cil_rangetransition
593 char *obj_str; member in struct:cil_permissionx
609 char *obj_str; member in struct:cil_type_rule
620 char *obj_str; member in struct:cil_roletransition

Completed in 63 milliseconds