Searched refs:mbedtls_ecdh_get_params (Results 1 – 7 of 7) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_ecdh.function | 54 mbedtls_ecdh_get_params( &ctx, &kp, 391 TEST_ASSERT( mbedtls_ecdh_get_params( 393 TEST_ASSERT( mbedtls_ecdh_get_params( 398 TEST_ASSERT( mbedtls_ecdh_get_params( 400 TEST_ASSERT( mbedtls_ecdh_get_params( 446 TEST_ASSERT( mbedtls_ecdh_get_params( 448 TEST_ASSERT( mbedtls_ecdh_get_params( 454 TEST_ASSERT( mbedtls_ecdh_get_params( 456 TEST_ASSERT( mbedtls_ecdh_get_params(
|
/mbedtls-development/include/mbedtls/ |
A D | ecdh.h | 347 int mbedtls_ecdh_get_params( mbedtls_ecdh_context *ctx,
|
/mbedtls-development/library/ |
A D | ecdh.c | 471 int mbedtls_ecdh_get_params( mbedtls_ecdh_context *ctx, in mbedtls_ecdh_get_params() function
|
A D | psa_crypto.c | 5253 mbedtls_ecdh_get_params( &ecdh, their_key, MBEDTLS_ECDH_THEIRS ) ); in psa_key_agreement_ecdh() 5257 mbedtls_ecdh_get_params( &ecdh, our_key, MBEDTLS_ECDH_OURS ) ); in psa_key_agreement_ecdh()
|
A D | ssl_cli.c | 2845 if( ( ret = mbedtls_ecdh_get_params( &ssl->handshake->ecdh_ctx, peer_key, in ssl_get_ecdh_params_from_cert()
|
A D | ssl_srv.c | 2854 if( ( ret = mbedtls_ecdh_get_params( &ssl->handshake->ecdh_ctx, in ssl_get_ecdh_params_from_cert()
|
/mbedtls-development/ |
A D | ChangeLog | 1416 * Make mbedtls_ecdh_get_params return an error if the second key 1420 an error or a meaningless output from mbedtls_ecdh_get_params. In the
|
Completed in 30 milliseconds