mbedTLS
mbedtls_lms_public_t::have_public_key
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_lms_public_t::have_public_key
mbedtls_lms_public_t::have_public_key field
Syntax
Show:
Summary
Declaration
from
lms.h:194
unsigned
char
MBEDTLS_PRIVATE
(
have_public_key
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
MBEDTLS_PRIVATE
(
have_public_key
)
;
/*!< Whether the context contains a public key.
lms.h:194
ctx
->
have_public_key
=
1
;
lms.c:268
mbedtls_lms_import_public_key()
if
(
!
ctx
->
have_public_key
)
{
lms.c:281
mbedtls_lms_export_public_key()
if
(
!
ctx
->
have_public_key
)
{
lms.c:316
mbedtls_lms_verify()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_lms_public_t::have_public_key
is written by 1 function and is read by 2 functions:
mbedtls_lms_import_public_key()
All items filtered out
mbedtls_lms_public_t::have_public_key
mbedtls_lms_export_public_key()
mbedtls_lms_verify()
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