Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/doc/man3/
H A DOSSL_STORE_open.pod6 OSSL_STORE_ctrl, OSSL_STORE_load, OSSL_STORE_eof, OSSL_STORE_error,
22 int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd, ... /* args */);
63 OSSL_STORE_ctrl() takes a B<OSSL_STORE_CTX>, and command number B<cmd> and
139 OSSL_STORE_ctrl() and OSSL_STORE_close() returns 1 on success, or 0 on failure.
149 OSSL_STORE_ctrl(), OSSL_STORE_load(), OSSL_STORE_eof() and OSSL_STORE_close()
H A DOSSL_STORE_LOADER.pod110 Globally known command numbers are documented in L<OSSL_STORE_ctrl(3)>,
225 same return values as OSSL_STORE_open(), OSSL_STORE_ctrl(), OSSL_STORE_expect(),
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dstore.h60 int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd, ... /* args */);
/freebsd-12.1/crypto/openssl/crypto/store/
H A Dstore_lib.c117 int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd, ...) in OSSL_STORE_ctrl() function
/freebsd-12.1/secure/lib/libcrypto/
H A DVersion.map4334 OSSL_STORE_ctrl;
H A DMakefile.man2089 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_ctrl.3