Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_dhm.function65 mbedtls_dhm_read_public( NULL, buf, buflen ) );
67 mbedtls_dhm_read_public( &ctx, NULL, buflen ) );
167 TEST_ASSERT( mbedtls_dhm_read_public( &ctx_srv, pub_cli, pub_cli_len ) == 0 );
208 TEST_ASSERT( mbedtls_dhm_read_public( &ctx_srv, pub_cli, pub_cli_len ) == 0 );
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Ddhm.h225 int mbedtls_dhm_read_public( mbedtls_dhm_context *ctx,
Dcompat-1.3.h1879 #define dhm_read_public mbedtls_dhm_read_public
/openthread-2.7.6/third_party/mbedtls/repo/programs/pkey/
Ddh_server.c265 if( ( ret = mbedtls_dhm_read_public( &dhm, buf, dhm.len ) ) != 0 ) in main()
/openthread-2.7.6/third_party/mbedtls/repo/library/
Ddhm.c255 int mbedtls_dhm_read_public( mbedtls_dhm_context *ctx, in mbedtls_dhm_read_public() function
Dssl_srv.c3789 if( ( ret = mbedtls_dhm_read_public( &ssl->handshake->dhm_ctx, *p, n ) ) != 0 ) in ssl_parse_client_dh_public()
/openthread-2.7.6/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1462 dhm_read_public mbedtls_dhm_read_public