mbedTLS
ecjpake_kkp_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_kkp_read()
ecjpake_kkp_read() function
Syntax
Show:
Summary
Declaration
from
ecjpake.c:374
static
int
ecjpake_kkp_read
(
const
mbedtls_md_type_t
md_type
,
const
mbedtls_ecp_group
*
grp
,
const
int
pf
,
const
mbedtls_ecp_point
*
G
,
mbedtls_ecp_point
*
X
,
const
char
*
id
,
const
unsigned
char
*
*
p
,
const
unsigned
char
*
end
)
;
Arguments
Argument
md_type
grp
pf
G
X
id
p
end
Examples
References
from
examples
Code
Location
Referrer
static
int
ecjpake_kkp_read
(
const
mbedtls_md_type_t
md_type
,
ecjpake.c:374
MBEDTLS_MPI_CHK
(
ecjpake_kkp_read
(
md_type
,
grp
,
pf
,
G
,
Xa
,
id
,
&
p
,
end
)
)
;
ecjpake.c:468
ecjpake_kkpp_read()
MBEDTLS_MPI_CHK
(
ecjpake_kkp_read
(
md_type
,
grp
,
pf
,
G
,
Xb
,
id
,
&
p
,
end
)
)
;
ecjpake.c:469
ecjpake_kkpp_read()
MBEDTLS_MPI_CHK
(
ecjpake_kkp_read
(
ctx
->
md_type
,
&
ctx
->
grp
,
ecjpake.c:602
mbedtls_ecjpake_read_round_two()
Call Tree
from
examples
ecjpake_kkp_read()
is called by 2 functions and calls 3 functions:
ecjpake_kkpp_read()
mbedtls_ecjpake_read_round_two()
All items filtered out
ecjpake_kkp_read()
mbedtls_ecp_is_zero()
mbedtls_ecp_tls_read_point()
ecjpake_zkp_read()
All items filtered out
Data Use
from
examples
ecjpake_kkp_read()
:
All items filtered out
ecjpake_kkp_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