Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DX509_LOOKUP.pod9 X509_LOOKUP_ctrl_ex, X509_LOOKUP_ctrl,
38 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
106 X509_LOOKUP_ctrl() is similar to X509_LOOKUP_ctrl_ex() but
148 implemented as macros that use X509_LOOKUP_ctrl().
162 X509_LOOKUP_ctrl() I<cmd>s:
200 X509_LOOKUP_ctrl_ex() and X509_LOOKUP_ctrl()
H A DX509_LOOKUP_meth_new.pod135 X509_LOOKUP_ctrl(). The control function is given the X509_LOOKUP
136 B<ctx>, along with the arguments passed by X509_LOOKUP_ctrl. B<cmd> is
/freebsd/crypto/openssl/include/openssl/
H A Dx509_vfy.h287 X509_LOOKUP_ctrl((x), X509_L_FILE_LOAD, (name), (long)(type), NULL)
290 X509_LOOKUP_ctrl((x), X509_L_ADD_DIR, (name), (long)(type), NULL)
293 X509_LOOKUP_ctrl((x), X509_L_ADD_STORE, (name), 0, NULL)
296 X509_LOOKUP_ctrl((x), X509_L_LOAD_STORE, (name), 0, NULL)
707 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
H A Dx509_vfy.h.in190 X509_LOOKUP_ctrl((x), X509_L_FILE_LOAD, (name), (long)(type), NULL)
193 X509_LOOKUP_ctrl((x), X509_L_ADD_DIR, (name), (long)(type), NULL)
196 X509_LOOKUP_ctrl((x), X509_L_ADD_STORE, (name), 0, NULL)
199 X509_LOOKUP_ctrl((x), X509_L_LOAD_STORE, (name), 0, NULL)
610 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_lu.c89 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, in X509_LOOKUP_ctrl() function
/freebsd/crypto/openssl/util/
H A Dmissingcrypto111.txt1484 X509_LOOKUP_ctrl(3)
H A Dlibcrypto.num3218 X509_LOOKUP_ctrl 3287 3_0_0 EXIST::FUNCTION:
/freebsd/secure/lib/libcrypto/
H A DVersion.map2962 X509_LOOKUP_ctrl;
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-migration.pod851 L<X509_LOOKUP_by_subject(3)> and L<X509_LOOKUP_ctrl(3)>
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4791 MLINKS+= X509_LOOKUP.3 X509_LOOKUP_ctrl.3