Home
last modified time | relevance | path

Searched refs:mbedtls_dhm_parse_dhmfile (Results 1 – 5 of 5) sorted by relevance

/mbedtls/include/mbedtls/
A Ddhm.h364 int mbedtls_dhm_parse_dhmfile(mbedtls_dhm_context *dhm, const char *path);
/mbedtls/tests/suites/
A Dtest_suite_dhm.function274 TEST_ASSERT(mbedtls_dhm_parse_dhmfile(&ctx, filename) == 0);
/mbedtls/library/
A Ddhm.c627 int mbedtls_dhm_parse_dhmfile(mbedtls_dhm_context *dhm, const char *path) in mbedtls_dhm_parse_dhmfile() function
/mbedtls/programs/ssl/
A Dssl_server2.c2757 if ((ret = mbedtls_dhm_parse_dhmfile(&dhm, opt.dhm_file)) != 0) { in main()
/mbedtls/docs/
A Dpsa-transition.md1215 …. Therefore there is no equivalent to `mbedtls_dhm_parse_dhm`, `mbedtls_dhm_parse_dhmfile`, and th…

Completed in 19 milliseconds