Home
last modified time | relevance | path

Searched refs:subject_id (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/rctl/
H A Drctl.c113 const char *subject, *subject_id, *resource, *action, *amount, *per; in expand_amount() local
124 subject_id = strsep(&copy, ":"); 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(&copy, ":"); 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 Dhx_locl.h142 heim_octet_string *subject_id; member
H A Dcert.c1086 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 Dcms.c283 q.subject_id = &client->u.subjectKeyIdentifier; in find_CMSIdentifier()