Searched refs:post_process (Results 1 – 3 of 3) sorted by relevance
29 OSSL_STORE_post_process_info_fn post_process; member39 OSSL_STORE_post_process_info_fn post_process, in OSSL_STORE_open() argument92 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()
20 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 by59 The I<post_process> function drops values by returning NULL, which61 the next object, until I<post_process> returns something other than
51 OSSL_STORE_post_process_info_fn post_process,