Home
last modified time | relevance | path

Searched refs:X509_LOOKUP_ctrl (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/crypto/openssl/doc/man3/
DX509_LOOKUP.pod9 X509_LOOKUP_ctrl,
32 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
76 X509_LOOKUP_ctrl() is used to set or get additional data to or from an
101 as macros that use X509_LOOKUP_ctrl().
146 X509_LOOKUP_ctrl() I<cmd>s:
181 X509_LOOKUP_ctrl() returns -1 if the B<X509_LOOKUP> doesn't have an
DX509_LOOKUP_meth_new.pod134 X509_LOOKUP_ctrl(). The control function is given the X509_LOOKUP
135 B<ctx>, along with the arguments passed by X509_LOOKUP_ctrl. B<cmd> is
/freebsd-12-stable/crypto/openssl/include/openssl/
Dx509_vfy.h94 X509_LOOKUP_ctrl((x),X509_L_FILE_LOAD,(name),(long)(type),NULL)
97 X509_LOOKUP_ctrl((x),X509_L_ADD_DIR,(name),(long)(type),NULL)
460 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
/freebsd-12-stable/crypto/openssl/crypto/x509/
Dx509_lu.c74 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, in X509_LOOKUP_ctrl() function
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map3039 X509_LOOKUP_ctrl;
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile2954 MLINKS+= X509_LOOKUP.3 X509_LOOKUP_ctrl.3