Home
last modified time | relevance | path

Searched refs:post_process (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/crypto/openssl/crypto/store/
H A Dstore_lib.c29 OSSL_STORE_post_process_info_fn post_process; member
39 OSSL_STORE_post_process_info_fn post_process, in OSSL_STORE_open() argument
92 ctx->post_process = post_process; in OSSL_STORE_open()
177 if (ctx->post_process != NULL && v != NULL) { in OSSL_STORE_load()
178 v = ctx->post_process(v, ctx->post_process_data); in OSSL_STORE_load()
661 ctx->post_process = NULL; in ossl_store_attach_pem_bio()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DOSSL_STORE_open.pod20 OSSL_STORE_post_process_info_fn post_process,
51 callback B<post_process> with associated data B<post_process_data>,
56 The given B<post_process> and B<post_process_data> will be reused by
58 The B<post_process> function drops values by returning B<NULL>, which
60 the next object, until B<post_process> returns something other than
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dstore.h51 OSSL_STORE_post_process_info_fn post_process,