mbedTLS
ecjpake_zkp_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_zkp_read()
ecjpake_zkp_read() function
Syntax
Show:
Summary
Declaration
from
ecjpake.c:243
static
int
ecjpake_zkp_read
(
const
mbedtls_md_type_t
md_type
,
const
mbedtls_ecp_group
*
grp
,
const
int
pf
,
const
mbedtls_ecp_point
*
G
,
const
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_zkp_read
(
const
mbedtls_md_type_t
md_type
,
ecjpake.c:243
MBEDTLS_MPI_CHK
(
ecjpake_zkp_read
(
md_type
,
grp
,
pf
,
G
,
X
,
id
,
p
,
end
)
)
;
ecjpake.c:401
ecjpake_kkp_read()
Call Tree
from
examples
ecjpake_zkp_read()
is called by 1 function and calls 9 functions:
ecjpake_kkp_read()
All items filtered out
ecjpake_zkp_read()
mbedtls_ecp_point_init()
mbedtls_ecp_point_free()
mbedtls_ecp_point_cmp()
mbedtls_ecp_tls_read_point()
mbedtls_ecp_muladd()
mbedtls_mpi_init()
mbedtls_mpi_free()
mbedtls_mpi_read_binary()
ecjpake_hash()
All items filtered out
Data Use
from
examples
ecjpake_zkp_read()
:
All items filtered out
ecjpake_zkp_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