Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DOSSL_STORE_LOADER.pod27 OSSL_STORE_close_fn - Types and functions to manipulate, register and
105 typedef int (*OSSL_STORE_close_fn)(OSSL_STORE_LOADER_CTX *ctx);
107 OSSL_STORE_close_fn store_close_function);
162 B<OSSL_STORE_load_fn>, B<OSSL_STORE_eof_fn>, and B<OSSL_STORE_close_fn>
257 =item B<OSSL_STORE_close_fn>
337 and B<OSSL_STORE_close_fn> have the same return values as OSSL_STORE_open(),
383 OSSL_STORE_load_fn(), OSSL_STORE_eof_fn() and OSSL_STORE_close_fn()
/freebsd/crypto/openssl/include/openssl/
H A Dstore.h309 typedef int (*OSSL_STORE_close_fn)(OSSL_STORE_LOADER_CTX *ctx); typedef
344 OSSL_STORE_close_fn close_function);
/freebsd/crypto/openssl/crypto/store/
H A Dstore_local.h95 OSSL_STORE_close_fn closefn;
H A Dstore_register.c131 OSSL_STORE_close_fn close_function) in OSSL_STORE_LOADER_set_close()
/freebsd/crypto/openssl/util/
H A Dother.syms84 OSSL_STORE_close_fn datatype
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3249 MLINKS+= OSSL_STORE_LOADER.3 OSSL_STORE_close_fn.3