HomeSort by: relevance | last modified time | path
    Searched defs:module_mac (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
fipsinstall.c 148 unsigned char *module_mac,
165 || !print_mac(out, OSSL_PROV_FIPS_PARAM_MODULE_MAC, module_mac,
183 unsigned char *module_mac,
196 module_mac, module_mac_len,
230 * Returns 1 if the config file entries match the passed in module_mac and
234 unsigned char *module_mac, size_t module_mac_len,
261 || memcmp(module_mac, buf1, module_mac_len) != 0) {
307 unsigned char module_mac[EVP_MAX_MD_SIZE]; local
470 if (!do_mac(ctx, read_buffer, module_bio, module_mac, &module_mac_len))
487 if (!verify_config(in_fname, section_name, module_mac, module_mac_len
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
fipsinstall.c 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]; local
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
    [all...]

Completed in 26 milliseconds