Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/store/
H A Dstore_lib.c30 void *post_process_data; member
40 void *post_process_data) in OSSL_STORE_open() argument
93 ctx->post_process_data = post_process_data; in OSSL_STORE_open()
178 v = ctx->post_process(v, ctx->post_process_data); in OSSL_STORE_load()
666 ctx->post_process_data = NULL; in ossl_store_attach_pem_bio()
/freebsd-13.1/crypto/openssl/doc/man3/
H A DOSSL_STORE_open.pod21 void *post_process_data);
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 by
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dstore.h52 void *post_process_data);