Searched defs:self_test_post_params_st (Results 1 – 1 of 1) sorted by relevance
14 typedef struct self_test_post_params_st { struct16 const char *module_filename; /* Module file to perform MAC on */17 const char *module_checksum_data; /* Expected module MAC integrity */20 const char *conditional_error_check;23 OSSL_FUNC_BIO_new_file_fn *bio_new_file_cb;24 OSSL_FUNC_BIO_new_membuf_fn *bio_new_buffer_cb;25 OSSL_FUNC_BIO_read_ex_fn *bio_read_ex_cb;26 OSSL_FUNC_BIO_free_fn *bio_free_cb;27 OSSL_CALLBACK *cb;28 void *cb_arg;[all …]