mbedTLS
mbedtls_lmots_public_t::public_key
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_lmots_public_t::public_key
mbedtls_lmots_public_t::public_key field
Syntax
Show:
Summary
Declaration
from
lms.h:123
unsigned
char
MBEDTLS_PRIVATE
(
public_key
)
[
MBEDTLS_LMOTS_N_HASH_LEN_MAX
]
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
MBEDTLS_PRIVATE
(
public_key
)
[
MBEDTLS_LMOTS_N_HASH_LEN_MAX
]
;
lms.h:123
memcpy
(
ctx
->
public_key
,
lmots.c:419
mbedtls_lmots_import_public_key()
memcpy
(
key
+
PUBLIC_KEY_KEY_HASH_OFFSET
,
ctx
->
public_key
,
lmots.c:450
mbedtls_lmots_export_public_key()
if
(
memcmp
(
&
Kc_public_key_candidate
,
ctx
->
public_key
,
lmots.c:546
mbedtls_lmots_verify()
sizeof
(
ctx
->
public_key
)
)
)
{
lmots.c:547
mbedtls_lmots_verify()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_lmots_public_t::public_key
is read by 3 functions:
All items filtered out
mbedtls_lmots_public_t::public_key
mbedtls_lmots_import_public_key()
mbedtls_lmots_export_public_key()
mbedtls_lmots_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