Searched refs:mbedtls_dhm_parse_dhmfile (Results 1 – 6 of 6) sorted by relevance
290 int mbedtls_dhm_parse_dhmfile( mbedtls_dhm_context *dhm, const char *path );
1916 #define dhm_parse_dhmfile mbedtls_dhm_parse_dhmfile
111 TEST_ASSERT( mbedtls_dhm_parse_dhmfile( &ctx, filename ) == 0 );
562 int mbedtls_dhm_parse_dhmfile( mbedtls_dhm_context *dhm, const char *path ) in mbedtls_dhm_parse_dhmfile() function
1550 if( ( ret = mbedtls_dhm_parse_dhmfile( &dhm, opt.dhm_file ) ) != 0 ) in main()
1460 dhm_parse_dhmfile mbedtls_dhm_parse_dhmfile