Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Ddhm.h376 int mbedtls_dhm_parse_dhmfile(mbedtls_dhm_context *dhm, const char *path);
/third_party/mbedtls/tests/suites/
Dtest_suite_dhm.function274 TEST_ASSERT(mbedtls_dhm_parse_dhmfile(&ctx, filename) == 0);
/third_party/mbedtls/library/
Ddhm.c640 int mbedtls_dhm_parse_dhmfile(mbedtls_dhm_context *dhm, const char *path) in mbedtls_dhm_parse_dhmfile() function
/third_party/mbedtls/programs/ssl/
Dssl_server2.c2738 if ((ret = mbedtls_dhm_parse_dhmfile(&dhm, opt.dhm_file)) != 0) { in main()