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 *indicator_version; /* version - for future proofing */21 const char *indicator_data; /* data to perform MAC on */22 const char *indicator_checksum_data; /* Expected MAC integrity value */25 const char *conditional_error_check;28 OSSL_FUNC_BIO_new_file_fn *bio_new_file_cb;29 OSSL_FUNC_BIO_new_membuf_fn *bio_new_buffer_cb;30 OSSL_FUNC_BIO_read_ex_fn *bio_read_ex_cb;[all …]