netxduo
NX_CRYPTO_MEMSET
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_MEMSET
NX_CRYPTO_MEMSET macro
Syntax
Show:
Summary
Declaration
from
nx_crypto.h:154
#define
NX_CRYPTO_MEMSET
_nx_crypto_memset_ptr
Examples
References
from
examples
Code
Location
#define
NX_CRYPTO_MEMSET
_nx_crypto_memset_ptr
nx_crypto.h:154
NX_CRYPTO_MEMSET
(
&
(
(
NX_CRYPTO_AES
*
)
crypto_metadata
)
->
nx_crypto_aes_mode_context
,
0
,
sizeof
(
(
(
NX_CRYPTO_AES
*
)
crypto_metadata
)
->
nx_crypto_aes_mode_context
)
)
;
nx_crypto_aes.c:1778
NX_CRYPTO_MEMSET
(
output
+
length
-
i
,
0
,
block_size
-
(
length
-
i
)
)
;
nx_crypto_ccm.c:164
NX_CRYPTO_MEMSET
(
B
,
0
,
NX_CRYPTO_CCM_BLOCK_SIZE
)
;
nx_crypto_ccm.c:194
NX_CRYPTO_MEMSET
(
X
,
0
,
NX_CRYPTO_CCM_BLOCK_SIZE
)
;
nx_crypto_ccm.c:195
NX_CRYPTO_MEMSET
(
A
,
0
,
sizeof
(
ccm_metadata
->
nx_crypto_ccm_A
)
)
;
nx_crypto_ccm.c:331
NX_CRYPTO_MEMSET
(
control_block
,
0x0
,
16
)
;
nx_crypto_ctr.c:309
NX_CRYPTO_MEMSET
(
&
seed_material
[
personalization_string_len
]
,
0
,
nx_crypto_drbg.c:336
NX_CRYPTO_MEMSET
(
drbg_ptr
->
nx_crypto_drbg_key
,
0
,
sizeof
(
drbg_ptr
->
nx_crypto_drbg_key
)
)
;
nx_crypto_drbg.c:361
NX_CRYPTO_MEMSET
(
drbg_ptr
->
nx_crypto_drbg_v
,
0
,
sizeof
(
drbg_ptr
->
nx_crypto_drbg_v
)
)
;
nx_crypto_drbg.c:362
NX_CRYPTO_MEMSET
(
&
seed_material
[
additional_input_len
]
,
0
,
nx_crypto_drbg.c:467
NX_CRYPTO_MEMSET
(
&
addition
[
additional_input_len
]
,
0
,
nx_crypto_drbg.c:606
NX_CRYPTO_MEMSET
(
iv
,
0
,
NX_CRYPTO_DRBG_BLOCK_LENGTH
)
;
nx_crypto_drbg.c:780
NX_CRYPTO_MEMSET
(
&
iv
[
s_len
]
,
0
,
NX_CRYPTO_DRBG_BLOCK_LENGTH
-
(
s_len
%
NX_CRYPTO_DRBG_BLOCK_LENGTH
)
)
;
nx_crypto_drbg.c:793
NX_CRYPTO_MEMSET
(
bcc_chain
,
0
,
sizeof
(
bcc_chain
)
)
;
nx_crypto_drbg.c:800
NX_CRYPTO_MEMSET
(
data
,
0
,
(
48
-
size
)
)
;
nx_crypto_ec.c:1214
NX_CRYPTO_MEMSET
(
data
,
0
,
(
56
-
size
)
)
;
nx_crypto_ec.c:1351
NX_CRYPTO_MEMSET
(
data
,
0
,
(
64
-
size
)
)
;
nx_crypto_ec.c:1495
NX_CRYPTO_MEMSET
(
data
,
0
,
(
96
-
size
)
)
;
nx_crypto_ec.c:1660
NX_CRYPTO_MEMSET
(
data
,
0
,
(
132
-
size
)
)
;
nx_crypto_ec.c:1832
NX_CRYPTO_MEMSET
(
&
expanded_d
.
nx_crypto_huge_number_data
[
expanded_d
.
nx_crypto_huge_number_size
]
,
0
,
nx_crypto_ec.c:3030
NX_CRYPTO_MEMSET
(
d
.
nx_crypto_huge_number_data
,
0
,
d
.
nx_crypto_huge_number_size
<
<
HN_SIZE_SHIFT
)
;
nx_crypto_ec.c:3415
NX_CRYPTO_MEMSET
(
d
.
nx_crypto_huge_number_data
,
0
,
d
.
nx_crypto_huge_number_size
<
<
HN_SIZE_SHIFT
)
;
nx_crypto_ec.c:3450
NX_CRYPTO_MEMSET
(
d
.
nx_crypto_huge_number_data
,
0
,
d
.
nx_crypto_huge_number_size
<
<
HN_SIZE_SHIFT
)
;
nx_crypto_ec.c:3456
NX_CRYPTO_MEMSET
(
ecdh_ptr
->
nx_crypto_ecdh_private_key_buffer
,
0
,
nx_crypto_ecdh.c:103
NX_CRYPTO_MEMSET
(
ecdh_ptr
->
nx_crypto_ecdh_private_key_buffer
,
0
,
nx_crypto_ecdh.c:288
NX_CRYPTO_MEMSET
(
crypto_metadata
,
0
,
crypto_metadata_size
)
;
nx_crypto_ecjpake.c:1680
NX_CRYPTO_MEMSET
(
output
,
0
,
NX_CRYPTO_GCM_BLOCK_SIZE
)
;
nx_crypto_gcm.c:210
NX_CRYPTO_MEMSET
(
&
tmp_block
[
input_length
]
,
0
,
sizeof
(
tmp_block
)
-
input_length
)
;
nx_crypto_gcm.c:316
NX_CRYPTO_MEMSET
(
hkey
,
0
,
NX_CRYPTO_GCM_BLOCK_SIZE
)
;
nx_crypto_gcm.c:477
NX_CRYPTO_MEMSET
(
j0
,
0
,
NX_CRYPTO_GCM_BLOCK_SIZE
)
;
nx_crypto_gcm.c:498
NX_CRYPTO_MEMSET
(
tmp_block
,
0
,
NX_CRYPTO_GCM_BLOCK_SIZE
)
;
nx_crypto_gcm.c:502
NX_CRYPTO_MEMSET
(
s
,
0
,
NX_CRYPTO_GCM_BLOCK_SIZE
)
;
nx_crypto_gcm.c:509
NX_CRYPTO_MEMSET
(
temp_T
,
0
,
temp_T_size
)
;
nx_crypto_hkdf.c:659
NX_CRYPTO_MEMSET
(
hmac_metadata
->
k_ipad
,
0
,
hmac_metadata
->
block_size
)
;
nx_crypto_hmac.c:172
NX_CRYPTO_MEMSET
(
hmac_metadata
->
k_opad
,
0
,
hmac_metadata
->
block_size
)
;
nx_crypto_hmac.c:174
NX_CRYPTO_MEMSET
(
result_buffer
,
0
,
(
left_size
+
right_size
)
<
<
HN_SIZE_SHIFT
)
;
nx_crypto_huge_number.c:1111
NX_CRYPTO_MEMSET
(
result_buffer
,
0
,
result_size
<
<
HN_SIZE_SHIFT
)
;
nx_crypto_huge_number.c:1305
NX_CRYPTO_MEMSET
(
byte_stream
,
0
,
byte_stream_size
)
;
nx_crypto_huge_number.c:2042
NX_CRYPTO_MEMSET
(
result
->
nx_crypto_huge_number_data
,
0
,
(
m_len
+
1
)
*
sizeof
(
HN_UBASE
)
)
;
nx_crypto_huge_number.c:2470
NX_CRYPTO_MEMSET
(
val
,
0
,
(
m_len
<
<
HN_SIZE_SHIFT
)
)
;
nx_crypto_huge_number.c:2661
NX_CRYPTO_MEMSET
(
temp_A
,
0
,
temp_A_size
)
;
nx_crypto_phash.c:131
NX_CRYPTO_MEMSET
(
output
,
0xff
,
expected_output_length
)
;
nx_crypto_pkcs1_v1.5.c:365
NX_CRYPTO_MEMSET
(
output
,
0
,
output_length_in_byte
)
;
nx_crypto_tls_prf_1.c:300
NX_CRYPTO_MEMSET
(
output
,
0
,
output_length_in_byte
)
;
nx_crypto_tls_prf_sha256.c:301
NX_CRYPTO_MEMSET
(
output
,
0
,
output_length_in_byte
)
;
nx_crypto_tls_prf_sha384.c:301
NX_CRYPTO_MEMSET
(
output
,
0
,
output_length_in_byte
)
;
nx_crypto_tls_prf_sha512.c:301
NX_CRYPTO_MEMSET
(
K1
,
1
,
sizeof
(
K1
)
)
;
nx_crypto_xcbc_mac.c:178
NX_CRYPTO_MEMSET
(
E
,
0
,
sizeof
(
E
)
)
;
nx_crypto_xcbc_mac.c:183
NX_CRYPTO_MEMSET
(
K2
,
2
,
sizeof
(
K2
)
)
;
nx_crypto_xcbc_mac.c:203
NX_CRYPTO_MEMSET
(
K2
,
3
,
sizeof
(
K2
)
)
;
nx_crypto_xcbc_mac.c:209
NX_CRYPTO_MEMSET
(
pad
,
0
,
sizeof
(
pad
)
)
;
nx_crypto_xcbc_mac.c:212
NX_CRYPTO_MEMSET
(
_nx_secure_padded_signature
,
0xff
,
signature_offset
)
;
nx_secure_tls_ecc_generate_keys.c:727
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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