Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Ddhm.h333 int mbedtls_dhm_parse_dhmfile( mbedtls_dhm_context *dhm, const char *path );
A Dcompat-1.3.h1873 #define dhm_parse_dhmfile mbedtls_dhm_parse_dhmfile
/AliOS-Things-master/components/mbedtls/library/
A Ddhm.c628 int mbedtls_dhm_parse_dhmfile( mbedtls_dhm_context *dhm, const char *path ) in mbedtls_dhm_parse_dhmfile() function
/AliOS-Things-master/components/mbedtls/programs/ssl/
A Dssl_server2.c2147 if( ( ret = mbedtls_dhm_parse_dhmfile( &dhm, opt.dhm_file ) ) != 0 ) in main()

Completed in 26 milliseconds