Home
last modified time | relevance | path

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

/mbedtls-latest/tests/suites/
Dtest_suite_dhm.data114 dhm_file:"../framework/data_files/dhparams.pem":"9e35f430443a09904f3a39a979797d070df53378e79c2438be…
118 dhm_file:"../framework/data_files/dh.optlen.pem":"b3126aeaf47153c7d67f403030b292b5bd5a6c9eae1c137af…
121 dhm_file:"../framework/data_files/dh.optlen.der":"b3126aeaf47153c7d67f403030b292b5bd5a6c9eae1c137af…
Dtest_suite_dhm.function263 void dhm_file(char *filename, char *p, char *g, int len)
/mbedtls-latest/programs/ssl/
Dssl_server2.c674 const char *dhm_file; /* the file with the DH parameters */ member
1765 opt.dhm_file = DFL_DHM_FILE; in main()
1916 opt.dhm_file = q; in main()
2762 if (opt.dhm_file != NULL) { in main()
2766 if ((ret = mbedtls_dhm_parse_dhmfile(&dhm, opt.dhm_file)) != 0) { in main()
3245 if (opt.dhm_file != NULL) { in main()