mbedTLS
psa_tls12_prf_key_derivation_s::other_secret
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
psa_tls12_prf_key_derivation_s::other_secret
psa_tls12_prf_key_derivation_s::other_secret field
Syntax
Show:
Summary
Declaration
from
crypto_builtin_key_derivation.h:85
uint8_t
*
MBEDTLS_PRIVATE
(
other_secret
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
*
MBEDTLS_PRIVATE
(
other_secret
)
;
crypto_builtin_key_derivation.h:85
if
(
operation
->
ctx
.
tls12_prf
.
other_secret
!=
NULL
)
{
psa_crypto.c:5548
psa_key_derivation_abort()
mbedtls_zeroize_and_free
(
operation
->
ctx
.
tls12_prf
.
other_secret
,
psa_crypto.c:5549
psa_key_derivation_abort()
memcpy
(
cur
,
prf
->
other_secret
,
prf
->
other_secret_length
)
;
psa_crypto.c:7037
psa_tls12_prf_psk_to_ms_set_key()
mbedtls_platform_zeroize
(
prf
->
other_secret
,
prf
->
other_secret_length
)
;
psa_crypto.c:7038
psa_tls12_prf_psk_to_ms_set_key()
prf
->
other_secret
=
mbedtls_calloc
(
1
,
data_length
)
;
psa_crypto.c:7069
psa_tls12_prf_psk_to_ms_set_other_key()
if
(
prf
->
other_secret
==
NULL
)
{
psa_crypto.c:7070
psa_tls12_prf_psk_to_ms_set_other_key()
memcpy
(
prf
->
other_secret
,
data
,
data_length
)
;
psa_crypto.c:7074
psa_tls12_prf_psk_to_ms_set_other_key()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
psa_tls12_prf_key_derivation_s::other_secret
is written by 1 function and is read by 3 functions:
psa_tls12_prf_psk_to_ms_set_other_key()
All items filtered out
psa_tls12_prf_key_derivation_s::other_secret
psa_key_derivation_abort()
psa_tls12_prf_psk_to_ms_set_key()
psa_tls12_prf_psk_to_ms_set_other_key()
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