Searched refs:X509V3_set_nconf (Results 1 – 7 of 7) sorted by relevance
/external/openssl/apps/ |
D | req.c | 541 X509V3_set_nconf(&ctx, req_conf); in MAIN() 592 X509V3_set_nconf(&ctx, req_conf); in MAIN() 850 X509V3_set_nconf(&ext_ctx, req_conf); in MAIN() 875 X509V3_set_nconf(&ext_ctx, req_conf); in MAIN()
|
D | x509.c | 544 X509V3_set_nconf(&ctx2, extconf); in MAIN() 1190 X509V3_set_nconf(&ctx2, conf); in x509_certify() 1267 X509V3_set_nconf(&ctx, conf); in sign()
|
D | ca.c | 1091 X509V3_set_nconf(&ctx, conf); in MAIN() 1368 X509V3_set_nconf(&ctx, conf); in MAIN() 1455 X509V3_set_nconf(&crlctx, conf); in MAIN() 2061 X509V3_set_nconf(&ctx, extconf); in do_body() 2081 X509V3_set_nconf(&ctx, lconf); in do_body()
|
/external/openssl/crypto/x509v3/ |
D | v3_conf.c | 440 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf) in X509V3_set_nconf() function
|
D | x509v3.h | 627 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf);
|
/external/openssl/crypto/asn1/ |
D | asn1_gen.c | 131 X509V3_set_nconf(&cnf, nconf); in ASN1_generate_nconf()
|
/external/openssl/include/openssl/ |
D | x509v3.h | 627 void X509V3_set_nconf(X509V3_CTX *ctx, CONF *conf);
|