Searched refs:swapConfig (Results 1 – 2 of 2) sorted by relevance
435 … 0x122u | (handle->swapConfig & 0xFC0000u); /* CIPHER_ENCRYPT | ENABLE_CIPHER | DECR_SEMAPHORE */ in DCP_AES_EncryptEcbNonBlocking()532 …dcpPacket->control0 = 0x22u | (handle->swapConfig & 0xFC0000u); /* ENABLE_CIPHER |… in DCP_AES_DecryptEcbNonBlocking()637 …0x322u | (handle->swapConfig & 0xFC0000u); /* CIPHER_INIT | CIPHER_ENCRYPT | ENABLE_CIPHER | DECR_… in DCP_AES_EncryptCbcNonBlocking()747 …dcpPacket->control0 = 0x222u | (handle->swapConfig & 0xFC0000u); /* CIPHER_INIT | ENABLE_CIPHER | … in DCP_AES_DecryptCbcNonBlocking()979 dcpPacket->control0 = ctxInternal->ctrl0 | (ctxInternal->handle->swapConfig & 0xFC0000u) | in dcp_hash_update_non_blocking()
153 uint32_t swapConfig; /*!< For configuration of key, input, output byte/word swap options */ member