Searched refs:_nx_crypto_ctr_encrypt_init (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/crypto_libraries/inc/ |
| D | nx_crypto_ctr.h | 77 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/ |
| D | nx_crypto_ctr.c | 293 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
|
| D | nx_crypto_aes.c | 2872 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/ |
| D | nx_secure_aes_additional_test.c | 273 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()
|