Searched refs:mbedtls_ecdh_context_mbed (Results 1 – 6 of 6) sorted by relevance
| /external/mbedtls/library/ |
| 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()
|
| D | debug.c | 426 const mbedtls_ecdh_context_mbed *ctx = &ecdh->ctx.mbed_ecdh; in mbedtls_debug_printf_ecdh_internal()
|
| /external/openthread/third_party/mbedtls/repo/library/ |
| D | ecdh.c | 32 typedef mbedtls_ecdh_context mbedtls_ecdh_context_mbed; typedef 148 static void ecdh_init_internal(mbedtls_ecdh_context_mbed *ctx) in ecdh_init_internal() 184 static int ecdh_setup_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_setup_internal() 225 static void ecdh_free_internal(mbedtls_ecdh_context_mbed *ctx) in ecdh_free_internal() 284 static int ecdh_make_params_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_make_params_internal() 386 static int ecdh_read_params_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_read_params_internal() 439 static int ecdh_get_params_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_get_params_internal() 514 static int ecdh_make_public_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_make_public_internal() 595 static int ecdh_read_public_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_read_public_internal() 640 static int ecdh_calc_secret_internal(mbedtls_ecdh_context_mbed *ctx, in ecdh_calc_secret_internal()
|
| D | debug.c | 347 const mbedtls_ecdh_context_mbed *ctx = &ecdh->ctx.mbed_ecdh; in mbedtls_debug_printf_ecdh_internal()
|
| /external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
| D | ecdh.h | 70 typedef struct mbedtls_ecdh_context_mbed { struct 79 } mbedtls_ecdh_context_mbed; argument 110 mbedtls_ecdh_context_mbed mbed_ecdh;
|
| /external/mbedtls/include/mbedtls/ |
| 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);
|