mbedTLS
psa_tls12_prf_key_derivation_s::other_secret_length
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_length
psa_tls12_prf_key_derivation_s::other_secret_length field
Syntax
Show:
Summary
Declaration
from
crypto_builtin_key_derivation.h:86
size_t
MBEDTLS_PRIVATE
(
other_secret_length
;
Examples
References
from
examples
Code
Location
Referrer
size_t
MBEDTLS_PRIVATE
(
other_secret_length
)
;
crypto_builtin_key_derivation.h:86
operation
->
ctx
.
tls12_prf
.
other_secret_length
)
;
psa_crypto.c:5550
psa_key_derivation_abort()
4
+
data_length
+
prf
->
other_secret_length
:
psa_crypto.c:7002
psa_tls12_prf_psk_to_ms_set_key()
*
cur
++
=
MBEDTLS_BYTE_1
(
prf
->
other_secret_length
)
;
psa_crypto.c:7034
psa_tls12_prf_psk_to_ms_set_key()
*
cur
++
=
MBEDTLS_BYTE_0
(
prf
->
other_secret_length
)
;
psa_crypto.c:7035
psa_tls12_prf_psk_to_ms_set_key()
if
(
prf
->
other_secret_length
!=
0
)
{
psa_crypto.c:7036
psa_tls12_prf_psk_to_ms_set_key()
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()
cur
+=
prf
->
other_secret_length
;
psa_crypto.c:7039
psa_tls12_prf_psk_to_ms_set_key()
prf
->
other_secret_length
=
data_length
;
psa_crypto.c:7075
psa_tls12_prf_psk_to_ms_set_other_key()
prf
->
other_secret_length
=
0
;
psa_crypto.c:7077
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_length
is written by 1 function and is read by 2 functions:
psa_tls12_prf_psk_to_ms_set_other_key()
All items filtered out
psa_tls12_prf_key_derivation_s::other_secret_length
psa_key_derivation_abort()
psa_tls12_prf_psk_to_ms_set_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