ecdh_make_params_internal() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

ecdh_make_params_internal() function

Syntax

static int ecdh_make_params_internal( mbedtls_ecdh_context_mbed *ctx,     size_t *olen,     int point_format,     unsigned char *buf,     size_t blen,     int (*f_rng)(void *, unsigned char *, size_t),     void *p_rng,     int restart_enabled );

Arguments

ctx

olen

point_format

buf

blen

f_rng

p_rng

restart_enabled

References

LocationReferrerText
ecdh.c:282
static int ecdh_make_params_internal( mbedtls_ecdh_context_mbed *ctx,
ecdh.c:358mbedtls_ecdh_make_params()
return( ecdh_make_params_internal( ctx, olen, ctx->point_format, buf, blen,

Call Tree

Functions calling ecdh_make_params_internal()
Functions called by ecdh_make_params_internal()
all items filtered out
ecdh_make_params_internal()
Data read by ecdh_make_params_internal()
Data written by ecdh_make_params_internal()
ecdh_make_params_internal()
ecdh_make_params_internal()::ret
all items filtered out
Type of ecdh_make_params_internal()
ecdh_make_params_internal()
size_t
all items filtered out