Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/store/
H A Dstore_lib.c67 void *post_process_data) in OSSL_STORE_open_ex() argument
183 ctx->post_process_data = post_process_data; in OSSL_STORE_open_ex()
223 void *post_process_data) in OSSL_STORE_open() argument
226 post_process, post_process_data); in OSSL_STORE_open()
448 v = ctx->post_process(v, ctx->post_process_data); in OSSL_STORE_load()
968 void *post_process_data) in OSSL_STORE_attach() argument
1029 ctx->post_process_data = post_process_data; in OSSL_STORE_attach()
H A Dstore_local.h137 void *post_process_data; member
/freebsd/crypto/openssl/include/openssl/
H A Dstore.h58 void *post_process_data);
64 void *post_process_data);
137 void *post_process_data);
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_STORE_open.pod23 void *post_process_data);
29 void *post_process_data);
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
H A DOSSL_STORE_attach.pod16 void *post_process_data);