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

/freebsd-11-stable/usr.bin/rctl/
H A Drctl.c119 const char *subject, *subject_id, *resource, *action, *amount, *per; local
130 subject_id = strsep(&copy, ":");
150 assert(subject_id != NULL);
163 subject, subject_id, resource, action, (uintmax_t)num);
166 subject, subject_id, resource, action, (uintmax_t)num, per);
314 const char *subject, *subject_id, *resource, *action, *amount, *per; local
323 subject_id = strsep(&copy, ":");
336 assert(subject_id != NULL);
346 subject, subject_id, resource, action, buf);
349 subject, subject_id, resourc
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dx509.h102 x509_buf subject_id; member in struct:_x509_cert
H A Dx509parse.c1178 SVN_ERR(x509_get_uid(&p, end, &crt->subject_id, 2));
/freebsd-11-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 173 milliseconds