Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/store/
H A Dstore_lib.c68 void *post_process_data) in OSSL_STORE_open_ex() argument
198 ctx->post_process_data = post_process_data; in OSSL_STORE_open_ex()
243 void *post_process_data) in OSSL_STORE_open() argument
246 post_process, post_process_data); in OSSL_STORE_open()
461 v = ctx->post_process(v, ctx->post_process_data); in OSSL_STORE_load()
1029 void *post_process_data) in OSSL_STORE_attach() argument
1088 ctx->post_process_data = post_process_data; in OSSL_STORE_attach()
H A Dstore_local.h138 void *post_process_data; member
/src/crypto/openssl/include/openssl/
H A Dstore.h58 void *post_process_data);
64 void *post_process_data);
145 void *post_process_data);
/src/crypto/openssl/doc/man3/
H A DOSSL_STORE_open.pod23 void *post_process_data);
29 void *post_process_data);
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
H A DOSSL_STORE_attach.pod16 void *post_process_data);