Searched refs:mbedtls_ecdh_context_mbed (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | ecdh.c | 26 typedef mbedtls_ecdh_context mbedtls_ecdh_context_mbed; typedef 134 static void ecdh_init_internal(mbedtls_ecdh_context_mbed *ctx) in ecdh_init_internal() 168 static int ecdh_setup_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_setup_internal() 207 static void ecdh_free_internal(mbedtls_ecdh_context_mbed *ctx) in ecdh_free_internal() 264 static int ecdh_make_params_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_make_params_internal() 361 static int ecdh_read_params_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_read_params_internal() 409 static int ecdh_get_params_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_get_params_internal() 483 static int ecdh_make_public_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_make_public_internal() 559 static int ecdh_read_public_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_read_public_internal() 601 static int ecdh_calc_secret_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_calc_secret_internal()
|
H A D | debug.c | 426 const mbedtls_ecdh_context_mbed *ctx = &ecdh->ctx.mbed_ecdh; in mbedtls_debug_printf_ecdh_internal()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ecdh.c | 26 typedef mbedtls_ecdh_context mbedtls_ecdh_context_mbed; typedef 134 static void ecdh_init_internal(mbedtls_ecdh_context_mbed *ctx) in ecdh_init_internal() 177 static int ecdh_setup_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_setup_internal() 216 static void ecdh_free_internal(mbedtls_ecdh_context_mbed *ctx) in ecdh_free_internal() 273 static int ecdh_make_params_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_make_params_internal() 370 static int ecdh_read_params_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_read_params_internal() 418 static int ecdh_get_params_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_get_params_internal() 492 static int ecdh_make_public_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_make_public_internal() 568 static int ecdh_read_public_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_read_public_internal() 610 static int ecdh_calc_secret_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_calc_secret_internal()
|
H A D | debug.c | 426 const mbedtls_ecdh_context_mbed *ctx = &ecdh->ctx.mbed_ecdh; in mbedtls_debug_printf_ecdh_internal()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ecdh.h | 86 typedef struct mbedtls_ecdh_context_mbed { struct 95 } mbedtls_ecdh_context_mbed; typedef 126 mbedtls_ecdh_context_mbed MBEDTLS_PRIVATE(mbed_ecdh);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ecdh.h | 86 typedef struct mbedtls_ecdh_context_mbed { struct 95 } mbedtls_ecdh_context_mbed; typedef 126 mbedtls_ecdh_context_mbed MBEDTLS_PRIVATE(mbed_ecdh);
|