Home
last modified time | relevance | path

Searched refs:dhm_file (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_dhm.data114 dhm_file:"data_files/dhparams.pem":"9e35f430443a09904f3a39a979797d070df53378e79c2438bef4e761f3c7145…
118 dhm_file:"data_files/dh.optlen.pem":"b3126aeaf47153c7d67f403030b292b5bd5a6c9eae1c137af34087fce2a36a…
121 dhm_file:"data_files/dh.optlen.der":"b3126aeaf47153c7d67f403030b292b5bd5a6c9eae1c137af34087fce2a36a…
Dtest_suite_dhm.function263 void dhm_file(char *filename, char *p, char *g, int len)
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_server2.c674 const char *dhm_file; /* the file with the DH parameters */ member
1756 opt.dhm_file = DFL_DHM_FILE; in main()
1907 opt.dhm_file = q; in main()
2753 if (opt.dhm_file != NULL) { in main()
2757 if ((ret = mbedtls_dhm_parse_dhmfile(&dhm, opt.dhm_file)) != 0) { in main()
3236 if (opt.dhm_file != NULL) { in main()