Home
last modified time | relevance | path

Searched refs:Nonce (Results 1 – 1 of 1) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ccm.c187 UCHAR *X, UCHAR *Nonce, UCHAR L, in _nx_crypto_ccm_authentication_init() argument
219 NX_CRYPTO_MEMCPY(B + 1, Nonce, (UINT)15 - L); /* Use case of memcpy is verified. */ in _nx_crypto_ccm_authentication_init()
306 UCHAR *Nonce = iv + 1; in _nx_crypto_ccm_encrypt_init() local
328 Nonce, L, icv_len, block_size); in _nx_crypto_ccm_encrypt_init()
336 NX_CRYPTO_MEMCPY(A + 1, Nonce, (UINT)(15 - L)); /* Use case of memcpy is verified. */ in _nx_crypto_ccm_encrypt_init()