Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_ctr.h77 NX_CRYPTO_KEEP UINT _nx_crypto_ctr_encrypt_init(NX_CRYPTO_CTR *ctr_metadata, UCHAR *iv, UINT iv_len,
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_ctr.c293 NX_CRYPTO_KEEP UINT _nx_crypto_ctr_encrypt_init(NX_CRYPTO_CTR *ctr_metadata, UCHAR *iv, UINT iv_len, in _nx_crypto_ctr_encrypt_init() function
Dnx_crypto_aes.c2872 status = _nx_crypto_ctr_encrypt_init(&(ctx -> nx_crypto_aes_mode_context.ctr), in _nx_crypto_method_aes_ctr_operation()
2889 status = _nx_crypto_ctr_encrypt_init(&(ctx -> nx_crypto_aes_mode_context.ctr), in _nx_crypto_method_aes_ctr_operation()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_aes_additional_test.c273 status = _nx_crypto_ctr_encrypt_init(NX_CRYPTO_NULL, NX_CRYPTO_NULL, 7, NX_CRYPTO_NULL, 4); in thread_0_entry()
275 status = _nx_crypto_ctr_encrypt_init(NX_CRYPTO_NULL, NX_CRYPTO_NULL, 8, NX_CRYPTO_NULL, 3); in thread_0_entry()