Home
last modified time | relevance | path

Searched refs:mbedtls_ecdh_context_mbed (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Decdh.h84 typedef struct mbedtls_ecdh_context_mbed struct
94 } mbedtls_ecdh_context_mbed; typedef
127 mbedtls_ecdh_context_mbed mbed_ecdh;
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Decdh.c44 typedef mbedtls_ecdh_context mbedtls_ecdh_context_mbed; typedef
158 static void ecdh_init_internal( mbedtls_ecdh_context_mbed *ctx ) in ecdh_init_internal()
194 static int ecdh_setup_internal( mbedtls_ecdh_context_mbed *ctx, in ecdh_setup_internal()
237 static void ecdh_free_internal( mbedtls_ecdh_context_mbed *ctx ) in ecdh_free_internal()
296 static int ecdh_make_params_internal( mbedtls_ecdh_context_mbed *ctx, in ecdh_make_params_internal()
393 static int ecdh_read_params_internal( mbedtls_ecdh_context_mbed *ctx, in ecdh_read_params_internal()
445 static int ecdh_get_params_internal( mbedtls_ecdh_context_mbed *ctx, in ecdh_get_params_internal()
519 static int ecdh_make_public_internal( mbedtls_ecdh_context_mbed *ctx, in ecdh_make_public_internal()
597 static int ecdh_read_public_internal( mbedtls_ecdh_context_mbed *ctx, in ecdh_read_public_internal()
641 static int ecdh_calc_secret_internal( mbedtls_ecdh_context_mbed *ctx, in ecdh_calc_secret_internal()
A Ddebug.c382 const mbedtls_ecdh_context_mbed* ctx = &ecdh->ctx.mbed_ecdh; in mbedtls_debug_printf_ecdh_internal()

Completed in 6 milliseconds