Home | History | Annotate | Download | only in apps

Lines Matching defs:module_mac

381     unsigned char *module_mac,
490 || !print_mac(out, OSSL_PROV_FIPS_PARAM_MODULE_MAC, module_mac,
511 unsigned char *module_mac,
523 module_mac, module_mac_len,
555 * Returns 1 if the config file entries match the passed in module_mac and
559 unsigned char *module_mac, size_t module_mac_len,
586 || memcmp(module_mac, buf1, module_mac_len) != 0) {
632 unsigned char module_mac[EVP_MAX_MD_SIZE];
896 if (!do_mac(ctx, read_buffer, module_bio, module_mac, &module_mac_len))
912 if (!verify_config(in_fname, section_name, module_mac, module_mac_len,
918 conf = generate_config_and_load(prov_name, section_name, module_mac,
944 module_mac, module_mac_len, &fips_opts,