ESP-IDF
crypto_rng_wrapper()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
crypto_rng_wrapper()
crypto_rng_wrapper() function
Syntax
Show:
Summary
Declaration
from
crypto_mbedtls-ec.c:39
static
int
crypto_rng_wrapper
(
void
*
ctx
,
unsigned
char
*
buf
,
size_t
len
)
;
Arguments
Argument
ctx
buf
len
Examples
References
from
examples
Code
Location
Referrer
static
int
crypto_rng_wrapper
(
void
*
ctx
,
unsigned
char
*
buf
,
size_t
len
)
crypto_mbedtls-ec.c:39
ret
=
mbedtls_pk_parse_key
(
kctx
,
privkey
,
privkey_len
,
NULL
,
0
,
crypto_rng_wrapper
,
NULL
)
;
crypto_mbedtls-ec.c:674
crypto_ec_key_parse_priv()
&
ctx
->
MBEDTLS_PRIVATE
(
d
)
,
hash
,
SHA256_MAC_LEN
,
crypto_rng_wrapper
,
NULL
)
;
crypto_mbedtls-ec.c:807
crypto_ecdsa_get_sign()
crypto_rng_wrapper
,
NULL
)
;
crypto_mbedtls-ec.c:904
crypto_ec_key_gen()
Call Tree
from
examples
crypto_rng_wrapper()
calls 1 function:
All items filtered out
crypto_rng_wrapper()
os_get_random()
All items filtered out
Data Use
from
examples
crypto_rng_wrapper()
writes 3 variables:
All items filtered out
crypto_rng_wrapper()
crypto_ec_key_parse_priv()
crypto_ecdsa_get_sign()
crypto_ec_key_gen()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out