Home
last modified time | relevance | path

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

/freebsd-13.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()
665 ctx->post_process = NULL; in ossl_store_attach_pem_bio()
/freebsd-13.1/crypto/openssl/doc/man3/
H A DOSSL_STORE_open.pod20 OSSL_STORE_post_process_info_fn post_process,
51 callback I<post_process> with associated data I<post_process_data>,
57 The given I<post_process> and I<post_process_data> will be reused by
59 The I<post_process> function drops values by returning NULL, which
61 the next object, until I<post_process> returns something other than
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dstore.h51 OSSL_STORE_post_process_info_fn post_process,