mbedTLS
load_file()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
load_file()
load_file() function
Syntax
Show:
Summary
Declaration
from
dhm.c:580
static
int
load_file
(
const
char
*
path
,
unsigned
char
*
*
buf
,
size_t
*
n
)
;
Arguments
Argument
path
buf
n
Examples
References
from
examples
Code
Location
Referrer
static
int
load_file
(
const
char
*
path
,
unsigned
char
*
*
buf
,
size_t
*
n
)
dhm.c:580
if
(
(
ret
=
load_file
(
path
,
&
buf
,
&
n
)
)
!=
0
)
{
dhm.c:633
mbedtls_dhm_parse_dhmfile()
Call Tree
from
examples
load_file()
is called by 1 function and calls 2 functions:
mbedtls_dhm_parse_dhmfile()
All items filtered out
load_file()
mbedtls_calloc()
mbedtls_zeroize_and_free()
All items filtered out
Data Use
from
examples
load_file()
:
All items filtered out
load_file()
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