Searched defs:subj (Results 1 – 3 of 3) sorted by relevance
/external/openssl/apps/ |
D | req.c | 188 char *subj = NULL; in MAIN() local 1103 static int make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn, in make_REQ() 1201 X509_NAME *subj; in prompt_info() local 1374 X509_NAME *subj; local
|
D | ca.c | 280 char *subj=NULL; in MAIN() local 1557 …BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, char *startdate, char… in certify() 1625 …BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, cha… in certify_cert() 1678 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, in do_body() 2244 …BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, char *startdate, char… in certify_spkac()
|
/external/openssl/crypto/x509v3/ |
D | v3_conf.c | 446 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, in X509V3_set_ctx()
|