mbedTLS
mbedtls_ecjpake_check()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_ecjpake_check()
mbedtls_ecjpake_check() function
Check if an ECJPAKE context is ready for use.
Syntax
Show:
Summary
Declaration
from
ecjpake.h:142
int
mbedtls_ecjpake_check
(
const
mbedtls_ecjpake_context
*
ctx
)
;
Arguments
Argument
Description
ctx
The ECJPAKE context to check. This must be initialized.
Return value
\c 0 if the context is ready for use. #MBEDTLS_ERR_ECP_BAD_INPUT_DATA otherwise.
Related Functions
Found 12 other functions taking a
mbedtls_ecjpake_context
argument:
Function
Description
mbedtls_ecjpake_read_round_one()
Read and process the first round message (TLS: contents of the Client/ServerHello extension, excluding extension type and length bytes).
mbedtls_ecjpake_read_round_two()
Read and process the second round message (TLS: contents of the Client/ServerKeyExchange).
mbedtls_ecjpake_derive_secret()
Derive the shared secret (TLS: Pre-Master Secret).
mbedtls_ecjpake_write_round_one()
Generate and write the first round message (TLS: contents of the Client/ServerHello extension, excluding extension type and length bytes).
mbedtls_ecjpake_write_round_two()
Generate and write the second round message (TLS: contents of the Client/ServerKeyExchange).
mbedtls_ecjpake_free()
This clears an ECJPAKE context and frees any embedded data structure.
mbedtls_ecjpake_init()
Initialize an ECJPAKE context.
mbedtls_ecjpake_setup()
Set up an ECJPAKE context for use.
mbedtls_ecjpake_write_shared_key()
Write the shared key material to be passed to a Key Derivation Function as described in RFC8236.
mbedtls_ecjpake_set_point_format()
Set the point format for future reads and writes.
mbedtls_ecjpake_derive_k()
ecjpake_test_load()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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