Searched defs:subj (Results 1 – 3 of 3) sorted by relevance
/external/openssl/apps/ |
D | req.c | 194 char *subj = NULL; in MAIN() local 1200 static int make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn, in make_REQ() 1298 X509_NAME *subj; in prompt_info() local 1465 X509_NAME *subj; local
|
D | ca.c | 281 char *subj=NULL; in MAIN() local 1536 …BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, char *startdate, char… in certify() 1604 …BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, cha… in certify_cert() 1657 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, in do_body() 2228 …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 | 445 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, in X509V3_set_ctx()
|