Searched refs:save_input (Results 1 – 1 of 1) sorted by relevance
234 UCHAR save_input[16]; in _nx_crypto_cbc_decrypt() local260 NX_CRYPTO_MEMCPY(save_input, &input[i], block_size); /* Use case of memcpy is verified. */ in _nx_crypto_cbc_decrypt()268 NX_CRYPTO_MEMCPY(last_cipher, save_input, block_size); /* Use case of memcpy is verified. */ in _nx_crypto_cbc_decrypt()272 NX_CRYPTO_MEMSET(save_input, 0, sizeof(save_input)); in _nx_crypto_cbc_decrypt()