Searched refs:build_subject (Results 1 – 1 of 1) sorted by relevance
/external/openssl/apps/ |
D | req.c | 130 static int build_subject(X509_REQ *req, char *subj, unsigned long chtype, 919 if (build_subject(req, subj, chtype, multirdn) == 0) in MAIN() 1167 i = build_subject(req, subj, chtype, multirdn); in make_REQ() 1184 static int build_subject(X509_REQ *req, char *subject, unsigned long chtype, int multirdn) in build_subject() function
|