netxduo
_nx_crypto_sha256_padding
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (5/7)...
Files
loading (7/7)...
netxduo
addons
common
crypto_libraries
inc
src
nx_crypto_3des.c
nx_crypto_aes.c
nx_crypto_cbc.c
nx_crypto_ccm.c
nx_crypto_ctr.c
nx_crypto_des.c
nx_crypto_dh.c
nx_crypto_drbg.c
nx_crypto_ec_secp192r1_fixed_points.c
nx_crypto_ec_secp224r1_fixed_points.c
nx_crypto_ec_secp256r1_fixed_points.c
nx_crypto_ec_secp384r1_fixed_points.c
nx_crypto_ec_secp521r1_fixed_points.c
nx_crypto_ec.c
nx_crypto_ecdh.c
nx_crypto_ecdsa.c
nx_crypto_ecjpake.c
nx_crypto_gcm.c
nx_crypto_generic_ciphersuites.c
nx_crypto_hkdf.c
nx_crypto_hmac_md5.c
nx_crypto_hmac_sha1.c
nx_crypto_hmac_sha2.c
nx_crypto_hmac_sha5.c
nx_crypto_hmac.c
nx_crypto_huge_number_extended.c
nx_crypto_huge_number.c
nx_crypto_initialize.c
nx_crypto_md5.c
nx_crypto_methods.c
nx_crypto_module_start.c
nx_crypto_null_cipher.c
nx_crypto_phash.c
nx_crypto_pkcs1_v1.5.c
nx_crypto_rsa.c
nx_crypto_sha1.c
nx_crypto_sha2.c
_sha2_round_constants
_nx_crypto_sha256_padding
_nx_crypto_sha256_initialize()
_nx_crypto_sha256_update()
_nx_crypto_sha256_digest_calculate()
_nx_crypto_sha256_process_buffer()
_nx_crypto_method_sha256_init()
_nx_crypto_method_sha256_cleanup()
_nx_crypto_method_sha256_operation()
nx_crypto_sha5.c
nx_crypto_tls_prf_1.c
nx_crypto_tls_prf_sha256.c
nx_crypto_tls_prf_sha384.c
nx_crypto_tls_prf_sha512.c
nx_crypto_xcbc_mac.c
nx_secure
ports
threadx
filex
usbx
HAL
CMSIS
lan8742
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_crypto_sha256_padding
_nx_crypto_sha256_padding variable
Syntax
Show:
Summary
Declaration
from
nx_crypto_sha2.c:54
const
UCHAR
_nx_crypto_sha256_padding
[
64
]
=
{
0x80
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
}
;
Examples
References
from
examples
Code
Location
Referrer
const
UCHAR
_nx_crypto_sha256_padding
[
64
]
=
{
0x80
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
}
;
nx_crypto_sha2.c:54
_nx_crypto_sha256_update
(
context
,
(
UCHAR
*
)
_nx_crypto_sha256_padding
,
padding_bytes
)
;
nx_crypto_sha2.c:339
_nx_crypto_sha256_digest_calculate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_nx_crypto_sha256_padding
is read by 1 function:
All items filtered out
_nx_crypto_sha256_padding
_nx_crypto_sha256_digest_calculate()
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