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()661 ctx->post_process = NULL; in ossl_store_attach_pem_bio()
20 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 by58 The B<post_process> function drops values by returning B<NULL>, which60 the next object, until B<post_process> returns something other than
51 OSSL_STORE_post_process_info_fn post_process,