mbedTLS
ecjpake_kkpp_read()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
ecjpake_kkpp_read()
ecjpake_kkpp_read() function
Syntax
Show:
Summary
Declaration
from
ecjpake.c:449
static
int
ecjpake_kkpp_read
(
const
mbedtls_md_type_t
md_type
,
const
mbedtls_ecp_group
*
grp
,
const
int
pf
,
const
mbedtls_ecp_point
*
G
,
mbedtls_ecp_point
*
Xa
,
mbedtls_ecp_point
*
Xb
,
const
char
*
id
,
const
unsigned
char
*
buf
,
size_t
len
)
;
Arguments
Argument
md_type
grp
pf
G
Xa
Xb
id
buf
len
Examples
References
from
examples
Code
Location
Referrer
static
int
ecjpake_kkpp_read
(
const
mbedtls_md_type_t
md_type
,
ecjpake.c:449
return
ecjpake_kkpp_read
(
ctx
->
md_type
,
&
ctx
->
grp
,
ctx
->
point_format
,
ecjpake.c:520
mbedtls_ecjpake_read_round_one()
Call Tree
from
examples
ecjpake_kkpp_read()
is called by 1 function and calls 1 function:
mbedtls_ecjpake_read_round_one()
All items filtered out
ecjpake_kkpp_read()
ecjpake_kkp_read()
All items filtered out
Data Use
from
examples
ecjpake_kkpp_read()
:
All items filtered out
ecjpake_kkpp_read()
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