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

/freebsd-10-stable/usr.bin/rctl/
H A Drctl.c149 const char *subject, *subject_id, *resource, *action, *amount, *per; local
157 subject_id = strsep(&copy, ":");
169 assert(subject_id != NULL);
177 asprintf(&expanded, "%s:%s:%s:%s=%ju", subject, subject_id,
180 asprintf(&expanded, "%s:%s:%s:%s=%ju/%s", subject, subject_id,
247 const char *subject, *subject_id, *resource, *action, *amount, *per; local
255 subject_id = strsep(&copy, ":");
268 assert(subject_id != NULL);
277 asprintf(&humanized, "%s:%s:%s:%s=%s", subject, subject_id,
280 asprintf(&humanized, "%s:%s:%s:%s=%s/%s", subject, subject_id,
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dx509.h102 x509_buf subject_id; member in struct:_x509_cert
H A Dx509parse.c1147 SVN_ERR(x509_get_uid(&p, end, &crt->subject_id, 2));
/freebsd-10-stable/crypto/heimdal/lib/hx509/
H A Dhx_locl.h142 heim_octet_string *subject_id; member in struct:hx509_query_data
H A Dcert.c1086 q.subject_id = ai.keyIdentifier;
2981 if (der_heim_octet_string_cmp(&si, q->subject_id) != 0)
H A Dcms.c283 q.subject_id = &client->u.subjectKeyIdentifier;

Completed in 116 milliseconds