Searched refs:ctrl_ex (Results 1 – 2 of 2) sorted by relevance
/openssl-master/crypto/x509/ |
A D | x509_local.h | 96 int (*ctrl_ex) (X509_LOOKUP *ctx, int cmd, const char *argc, long argl, member
|
A D | x509_lu.c | 79 if (ctx->method->ctrl_ex != NULL) in X509_LOOKUP_ctrl_ex() 80 return ctx->method->ctrl_ex(ctx, cmd, argc, argl, ret, libctx, propq); in X509_LOOKUP_ctrl_ex()
|
Completed in 5 milliseconds