Home
last modified time | relevance | path

Searched refs:mbedtls_dhm_read_public (Results 1 – 7 of 7) sorted by relevance

/net-tools-3.5.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_dhm.function53 TEST_ASSERT( mbedtls_dhm_read_public( &ctx_srv, pub_cli, pub_cli_len ) == 0 );
84 TEST_ASSERT( mbedtls_dhm_read_public( &ctx_srv, pub_cli, pub_cli_len ) == 0 );
/net-tools-3.5.0/mbedtls-2.4.0/include/mbedtls/
Ddhm.h215 int mbedtls_dhm_read_public( mbedtls_dhm_context *ctx,
Dcompat-1.3.h1918 #define dhm_read_public mbedtls_dhm_read_public
/net-tools-3.5.0/mbedtls-2.4.0/programs/pkey/
Ddh_server.c243 if( ( ret = mbedtls_dhm_read_public( &dhm, buf, dhm.len ) ) != 0 ) in main()
/net-tools-3.5.0/mbedtls-2.4.0/library/
Ddhm.c219 int mbedtls_dhm_read_public( mbedtls_dhm_context *ctx, in mbedtls_dhm_read_public() function
Dssl_srv.c3091 if( ( ret = mbedtls_dhm_read_public( &ssl->handshake->dhm_ctx, *p, n ) ) != 0 )
/net-tools-3.5.0/mbedtls-2.4.0/scripts/data_files/
Drename-1.3-2.0.txt1462 dhm_read_public mbedtls_dhm_read_public