Searched refs:mbedtls_ecdh_get_params (Results 1 – 6 of 6) sorted by relevance
334 int mbedtls_ecdh_get_params( mbedtls_ecdh_context *ctx,
1886 #define ecdh_get_params mbedtls_ecdh_get_params
469 int mbedtls_ecdh_get_params( mbedtls_ecdh_context *ctx, in mbedtls_ecdh_get_params() function
3061 if( ( ret = mbedtls_ecdh_get_params( &ssl->handshake->ecdh_ctx, peer_key, in ssl_get_ecdh_params_from_cert()
3279 if( ( ret = mbedtls_ecdh_get_params( &ssl->handshake->ecdh_ctx, in ssl_get_ecdh_params_from_cert()
1366 * Make mbedtls_ecdh_get_params return an error if the second key1370 an error or a meaningless output from mbedtls_ecdh_get_params. In the
Completed in 33 milliseconds