Searched refs:X509V3_set_ctx (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/x509v3/
H A Dx509v3.h337 X509V3_set_ctx(ctx, NULL, NULL, NULL, NULL, CTX_TEST)
557 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subject,
H A Dv3_conf.c445 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, function
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dx509.c1175 X509V3_set_ctx(&ctx2, xca, x, NULL, NULL, 0);
1252 X509V3_set_ctx(&ctx, x, x, NULL, NULL, 0);
H A Dreq.c957 X509V3_set_ctx(&ext_ctx, x509ss, x509ss, NULL, NULL, 0);
979 X509V3_set_ctx(&ext_ctx, NULL, NULL, req, NULL, 0);
H A Dca.c1447 X509V3_set_ctx(&crlctx, x509, NULL, NULL, crl, 0);
2033 X509V3_set_ctx(&ctx, ret, ret, req, NULL, 0);
2035 X509V3_set_ctx(&ctx, x509, ret, req, NULL, 0);

Completed in 164 milliseconds