Searched refs:post_process (Results 1 – 5 of 5) sorted by relevance
| /src/crypto/openssl/crypto/store/ |
| H A D | store_lib.c | 67 OSSL_STORE_post_process_info_fn post_process, in OSSL_STORE_open_ex() argument 197 ctx->post_process = post_process; in OSSL_STORE_open_ex() 242 OSSL_STORE_post_process_info_fn post_process, in OSSL_STORE_open() argument 246 post_process, post_process_data); in OSSL_STORE_open() 460 if (ctx->post_process != NULL && v != NULL) { in OSSL_STORE_load() 461 v = ctx->post_process(v, ctx->post_process_data); in OSSL_STORE_load() 1028 OSSL_STORE_post_process_info_fn post_process, in OSSL_STORE_attach() argument 1087 ctx->post_process = post_process; in OSSL_STORE_attach()
|
| H A D | store_local.h | 137 OSSL_STORE_post_process_info_fn post_process; member
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OSSL_STORE_open.pod | 22 OSSL_STORE_post_process_info_fn post_process, 28 OSSL_STORE_post_process_info_fn post_process, 68 callback I<post_process> with associated data I<post_process_data>, 77 The given I<post_process> and I<post_process_data> will be reused by 79 The I<post_process> function drops values by returning NULL, which 81 the next object, until I<post_process> returns something other than
|
| H A D | OSSL_STORE_attach.pod | 15 OSSL_STORE_post_process_info_fn post_process,
|
| /src/crypto/openssl/include/openssl/ |
| H A D | store.h | 57 OSSL_STORE_post_process_info_fn post_process, 63 OSSL_STORE_post_process_info_fn post_process, 144 OSSL_STORE_post_process_info_fn post_process,
|