Searched refs:mbedtls_dhm_parse_dhmfile (Results 1 – 5 of 5) sorted by relevance
364 int mbedtls_dhm_parse_dhmfile(mbedtls_dhm_context *dhm, const char *path);
274 TEST_ASSERT(mbedtls_dhm_parse_dhmfile(&ctx, filename) == 0);
627 int mbedtls_dhm_parse_dhmfile(mbedtls_dhm_context *dhm, const char *path) in mbedtls_dhm_parse_dhmfile() function
2766 if ((ret = mbedtls_dhm_parse_dhmfile(&dhm, opt.dhm_file)) != 0) { in main()
1215 …. Therefore there is no equivalent to `mbedtls_dhm_parse_dhm`, `mbedtls_dhm_parse_dhmfile`, and th…