netxduo
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_seed
is only used within netxduo.
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
STM32 Libraries and Samples
netxduo
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_seed
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_seed field
Syntax
Show:
Summary
Declaration
from
nx_crypto_phash.h:68
UCHAR
*
nx_crypto_phash_seed
;
Examples
References
from
examples
Code
Location
Referrer
UCHAR
*
nx_crypto_phash_seed
;
/* seed */
nx_crypto_phash.h:68
seed
=
phash
->
nx_crypto_phash_seed
;
nx_crypto_phash.c:110
_nx_crypto_phash()
phash
->
nx_crypto_phash_seed
=
prf
->
nx_secure_tls_prf_label_seed_buffer
;
nx_crypto_tls_prf_1.c:275
_nx_crypto_method_prf_1_operation()
NX_CRYPTO_MEMCPY
(
phash
->
nx_crypto_phash_seed
,
key
,
key_size_in_bits
)
;
/* Use case of memcpy is verified. */
nx_crypto_tls_prf_1.c:282
_nx_crypto_method_prf_1_operation()
NX_CRYPTO_MEMCPY
(
&
phash
->
nx_crypto_phash_seed
[
key_size_in_bits
]
,
input
,
input_length_in_byte
)
;
/* Use case of memcpy is verified. */
nx_crypto_tls_prf_1.c:283
_nx_crypto_method_prf_1_operation()
phash
->
nx_crypto_phash_seed
=
prf
->
nx_secure_tls_prf_label_seed_buffer
;
nx_crypto_tls_prf_sha256.c:274
_nx_crypto_method_prf_sha_256_operation()
NX_CRYPTO_MEMCPY
(
phash
->
nx_crypto_phash_seed
,
key
,
key_size_in_bits
)
;
/* Use case of memcpy is verified. */
nx_crypto_tls_prf_sha256.c:281
_nx_crypto_method_prf_sha_256_operation()
NX_CRYPTO_MEMCPY
(
&
phash
->
nx_crypto_phash_seed
[
key_size_in_bits
]
,
input
,
input_length_in_byte
)
;
/* Use case of memcpy is verified. */
nx_crypto_tls_prf_sha256.c:282
_nx_crypto_method_prf_sha_256_operation()
phash
->
nx_crypto_phash_seed
=
prf
->
nx_secure_tls_prf_label_seed_buffer
;
nx_crypto_tls_prf_sha384.c:274
_nx_crypto_method_prf_sha384_operation()
NX_CRYPTO_MEMCPY
(
phash
->
nx_crypto_phash_seed
,
key
,
key_size_in_bits
)
;
/* Use case of memcpy is verified. */
nx_crypto_tls_prf_sha384.c:281
_nx_crypto_method_prf_sha384_operation()
NX_CRYPTO_MEMCPY
(
&
phash
->
nx_crypto_phash_seed
[
key_size_in_bits
]
,
input
,
input_length_in_byte
)
;
/* Use case of memcpy is verified. */
nx_crypto_tls_prf_sha384.c:282
_nx_crypto_method_prf_sha384_operation()
phash
->
nx_crypto_phash_seed
=
prf
->
nx_secure_tls_prf_label_seed_buffer
;
nx_crypto_tls_prf_sha512.c:274
_nx_crypto_method_prf_sha512_operation()
NX_CRYPTO_MEMCPY
(
phash
->
nx_crypto_phash_seed
,
key
,
key_size_in_bits
)
;
/* Use case of memcpy is verified. */
nx_crypto_tls_prf_sha512.c:281
_nx_crypto_method_prf_sha512_operation()
NX_CRYPTO_MEMCPY
(
&
phash
->
nx_crypto_phash_seed
[
key_size_in_bits
]
,
input
,
input_length_in_byte
)
;
/* Use case of memcpy is verified. */
nx_crypto_tls_prf_sha512.c:282
_nx_crypto_method_prf_sha512_operation()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_seed
is written by 4 functions and is read by 5 functions:
_nx_crypto_method_prf_1_operation()
_nx_crypto_method_prf_sha_256_operation()
_nx_crypto_method_prf_sha384_operation()
_nx_crypto_method_prf_sha512_operation()
All items filtered out
NX_CRYPTO_PHASH_STRUCT::nx_crypto_phash_seed
_nx_crypto_phash()
_nx_crypto_method_prf_1_operation()
_nx_crypto_method_prf_sha_256_operation()
_nx_crypto_method_prf_sha384_operation()
_nx_crypto_method_prf_sha512_operation()
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