Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/crypto/store/
H A Dstore_lib.c66 OSSL_STORE_post_process_info_fn post_process, in OSSL_STORE_open_ex() argument
182 ctx->post_process = post_process; in OSSL_STORE_open_ex()
222 OSSL_STORE_post_process_info_fn post_process, in OSSL_STORE_open() argument
226 post_process, post_process_data); in OSSL_STORE_open()
447 if (ctx->post_process != NULL && v != NULL) { in OSSL_STORE_load()
448 v = ctx->post_process(v, ctx->post_process_data); in OSSL_STORE_load()
967 OSSL_STORE_post_process_info_fn post_process, in OSSL_STORE_attach() argument
1028 ctx->post_process = post_process; in OSSL_STORE_attach()
H A Dstore_local.h136 OSSL_STORE_post_process_info_fn post_process; member
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOSSL_STORE_open.pod22 OSSL_STORE_post_process_info_fn post_process,
28 OSSL_STORE_post_process_info_fn post_process,
65 callback I<post_process> with associated data I<post_process_data>,
74 The given I<post_process> and I<post_process_data> will be reused by
76 The I<post_process> function drops values by returning NULL, which
78 the next object, until I<post_process> returns something other than
H A DOSSL_STORE_attach.pod15 OSSL_STORE_post_process_info_fn post_process,
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dstore.h57 OSSL_STORE_post_process_info_fn post_process,
63 OSSL_STORE_post_process_info_fn post_process,
136 OSSL_STORE_post_process_info_fn post_process,