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

/freebsd-9.3-release/usr.bin/rctl/
H A Drctl.c148 const char *subject, *subject_id, *resource, *action, *amount, *per; local
156 subject_id = strsep(&copy, ":");
168 assert(subject_id != NULL);
176 asprintf(&expanded, "%s:%s:%s:%s=%ju", subject, subject_id,
179 asprintf(&expanded, "%s:%s:%s:%s=%ju/%s", subject, subject_id,
246 const char *subject, *subject_id, *resource, *action, *amount, *per; local
254 subject_id = strsep(&copy, ":");
267 assert(subject_id != NULL);
276 asprintf(&humanized, "%s:%s:%s:%s=%s", subject, subject_id,
279 asprintf(&humanized, "%s:%s:%s:%s=%s/%s", subject, subject_id,
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dhx_locl.h135 heim_octet_string *subject_id; member in struct:hx509_query_data
H A Dcms.c283 q.subject_id = &client->u.subjectKeyIdentifier;
H A Dcert.c1048 q.subject_id = ai.keyIdentifier;
2701 if (der_heim_octet_string_cmp(&si, q->subject_id) != 0)

Completed in 168 milliseconds