Searched refs:build_subject (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/apps/ |
D | req.c | 52 static int build_subject(X509_REQ *req, const char *subj, unsigned long chtype, 831 if (build_subject(req, subj, chtype, multirdn) == 0) { in req_main() 1032 i = build_subject(req, subj, chtype, multirdn); in make_REQ() 1053 static int build_subject(X509_REQ *req, const char *subject, unsigned long chtype, in build_subject() function
|