Searched refs:X509V3_set_ctx_nodb (Results 1 – 5 of 5) sorted by relevance
76 X509V3_set_ctx_nodb(&ctx); in cert_add_ext()
109 X509V3_set_ctx_nodb(&ctx); in CreateCertificateInternal()
598 #define X509V3_set_ctx_nodb(ctx) X509V3_set_nconf(ctx, NULL) macro
366 #define X509V3_set_ctx_nodb(ctx) (ctx)->db = NULL; macro