Searched refs:sep (Results 1 – 3 of 3) sorted by relevance
| /security/ipe/ |
| A D | digest.c | 25 char *sep, *raw_digest; in ipe_digest_parse() local 35 sep = strchr(valstr, ':'); in ipe_digest_parse() 36 if (!sep) { in ipe_digest_parse() 41 alg = kstrndup(valstr, sep - valstr, GFP_KERNEL); in ipe_digest_parse() 47 raw_digest = sep + 1; in ipe_digest_parse()
|
| /security/smack/ |
| A D | smackfs.c | 756 char sep = '/'; in cipso_seq_show() local 774 seq_printf(s, "%c%d", sep, i); in cipso_seq_show() 775 sep = ','; in cipso_seq_show() 967 char sep = '/'; in cipso2_seq_show() local 974 seq_printf(s, "%c%d", sep, i); in cipso2_seq_show() 975 sep = ','; in cipso2_seq_show()
|
| /security/ |
| A D | security.c | 329 char *sep, *name, *next; in ordered_lsm_parse() local 358 sep = kstrdup(order, GFP_KERNEL); in ordered_lsm_parse() 359 next = sep; in ordered_lsm_parse() 402 kfree(sep); in ordered_lsm_parse()
|
Completed in 18 milliseconds