Searched refs:subject_id (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.bin/rctl/ |
H A D | rctl.c | 113 const char *subject, *subject_id, *resource, *action, *amount, *per; in expand_amount() local 124 subject_id = strsep(©, ":"); in expand_amount() 144 assert(subject_id != NULL); in expand_amount() 157 subject, subject_id, resource, action, (uintmax_t)num); in expand_amount() 160 subject, subject_id, resource, action, (uintmax_t)num, per); in expand_amount() 308 const char *subject, *subject_id, *resource, *action, *amount, *per; in humanize_amount() local 317 subject_id = strsep(©, ":"); in humanize_amount() 330 assert(subject_id != NULL); in humanize_amount() 340 subject, subject_id, resource, action, buf); in humanize_amount() 343 subject, subject_id, resource, action, buf, per); in humanize_amount()
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | hx_locl.h | 142 heim_octet_string *subject_id; member
|
H A D | cert.c | 1086 q.subject_id = ai.keyIdentifier; in find_parent() 2981 if (der_heim_octet_string_cmp(&si, q->subject_id) != 0) in _hx509_query_match_cert()
|
H A D | cms.c | 283 q.subject_id = &client->u.subjectKeyIdentifier; in find_CMSIdentifier()
|