mbedTLS
psa_tls12_ecjpake_to_pms_t::data
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
psa_tls12_ecjpake_to_pms_t::data
psa_tls12_ecjpake_to_pms_t::data field
Syntax
Show:
Summary
Declaration
from
crypto_builtin_key_derivation.h:49
uint8_t
MBEDTLS_PRIVATE
(
data
)
[
PSA_TLS12_ECJPAKE_TO_PMS_DATA_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
MBEDTLS_PRIVATE
(
data
)
[
PSA_TLS12_ECJPAKE_TO_PMS_DATA_SIZE
]
;
crypto_builtin_key_derivation.h:49
mbedtls_platform_zeroize
(
operation
->
ctx
.
tls12_ecjpake_to_pms
.
data
,
psa_crypto.c:5562
psa_key_derivation_abort()
sizeof
(
operation
->
ctx
.
tls12_ecjpake_to_pms
.
data
)
)
;
psa_crypto.c:5563
psa_key_derivation_abort()
status
=
psa_hash_compute
(
PSA_ALG_SHA_256
,
ecjpake
->
data
,
psa_crypto.c:5887
psa_key_derivation_tls12_ecjpake_to_pms_read()
memcpy
(
ecjpake
->
data
,
data
+
1
,
PSA_TLS12_ECJPAKE_TO_PMS_DATA_SIZE
)
;
psa_crypto.c:7127
psa_tls12_ecjpake_to_pms_input()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
psa_tls12_ecjpake_to_pms_t::data
is read by 3 functions:
All items filtered out
psa_tls12_ecjpake_to_pms_t::data
psa_key_derivation_abort()
psa_key_derivation_tls12_ecjpake_to_pms_read()
psa_tls12_ecjpake_to_pms_input()
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