Home
last modified time | relevance | path

Searched defs:subj (Results 1 – 3 of 3) sorted by relevance

/external/openssl/apps/
Dreq.c188 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
Dca.c280 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/
Dv3_conf.c446 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, in X509V3_set_ctx()