Home
last modified time | relevance | path

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

/freebsd-13.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 */);
64 OSSL_STORE_ctrl() takes a B<OSSL_STORE_CTX>, and command number I<cmd> and
141 OSSL_STORE_ctrl() and OSSL_STORE_close() returns 1 on success, or 0 on failure.
151 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-13.1/crypto/openssl/include/openssl/
H A Dstore.h60 int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd, ... /* args */);
/freebsd-13.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-13.1/secure/lib/libcrypto/
H A DVersion.map4334 OSSL_STORE_ctrl;
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile2111 MLINKS+= OSSL_STORE_open.3 OSSL_STORE_ctrl.3