netxduo
_nx_crypto_ccm_xor()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (4/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_ccm_xor()
_nx_crypto_ccm_cbc_pad()
_nx_crypto_ccm_authentication_init()
_nx_crypto_ccm_encrypt_init()
_nx_crypto_ccm_encrypt_update()
_nx_crypto_ccm_encrypt_calculate()
_nx_crypto_ccm_decrypt_calculate()
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
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
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_crypto_ccm_xor()
_nx_crypto_ccm_xor() function
Syntax
Show:
Summary
Declaration
from
nx_crypto_ccm.c:68
static
VOID
_nx_crypto_ccm_xor
(
UCHAR
*
plaintext
,
UCHAR
*
key
,
UCHAR
*
ciphertext
)
;
Arguments
Argument
plaintext
key
ciphertext
Examples
References
from
examples
Code
Location
Referrer
NX_CRYPTO_KEEP
static
VOID
_nx_crypto_ccm_xor
(
UCHAR
*
plaintext
,
UCHAR
*
key
,
UCHAR
*
ciphertext
)
nx_crypto_ccm.c:68
_nx_crypto_ccm_xor
(
output
,
last_cipher
,
output
)
;
nx_crypto_ccm.c:165
_nx_crypto_ccm_cbc_pad()
_nx_crypto_ccm_xor
(
input
+
i
,
last_cipher
,
output
)
;
nx_crypto_ccm.c:169
_nx_crypto_ccm_cbc_pad()
Call Tree
from
examples
_nx_crypto_ccm_xor()
is called by 1 function:
_nx_crypto_ccm_cbc_pad()
All items filtered out
_nx_crypto_ccm_xor()
All items filtered out
Data Use
from
examples
_nx_crypto_ccm_xor()
:
All items filtered out
_nx_crypto_ccm_xor()
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