Searched refs:Cy_Crypto_Core_V2_FFStart (Results 1 – 7 of 7) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_crypto_core_sha_v2.c | 418 Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_LOAD0, hashRemap, CY_CRYPTO_SHA3_STATE_SIZE); in Cy_Crypto_Sha3_Update() 497 Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_STORE, hashRemap, 128); in Cy_Crypto_Sha3_Update() 504 Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_STORE, &hashRemap[128u], 72u); in Cy_Crypto_Sha3_Update() 563 … Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_LOAD0, hashRemap, CY_CRYPTO_SHA3_STATE_SIZE); in Cy_Crypto_Sha3_Finish() 575 Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_STORE, digest, hashState->digestSize); in Cy_Crypto_Sha3_Finish() 631 Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_LOAD0, hashRemap, hashState->hashSize); in Cy_Crypto_Sha1_Sha2_Update() 639 Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_LOAD0, blockRemap, hashBlockIdx); in Cy_Crypto_Sha1_Sha2_Update() 674 Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_STORE, blockRemap, hashState->blockIdx); in Cy_Crypto_Sha1_Sha2_Update() 680 Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_STORE, hashRemap, hashState->hashSize); in Cy_Crypto_Sha1_Sha2_Update() 739 Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_LOAD0, hashRemap, hashState->hashSize); in Cy_Crypto_Sha1_Sha2_Finish() [all …]
|
| D | cy_crypto_core_mem_v2.c | 98 …Cy_Crypto_Core_V2_FFStart (base, CY_CRYPTO_V2_RB_FF_STORE, (const uint8_t*)dstRemap, (uint32_t)s… in Cy_Crypto_Core_V2_MemCpy() 156 Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_STORE, dstRemap, (uint32_t)size); in Cy_Crypto_Core_V2_MemSet() 320 Cy_Crypto_Core_V2_FFStart (base, CY_CRYPTO_V2_RB_FF_STORE, dstRemap, (uint32_t)size); in Cy_Crypto_Core_V2_MemXor()
|
| D | cy_crypto_core_crc_v2.c | 148 Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_LOAD0, (uint8_t const *)dataRemap, dataSize); in Cy_Crypto_Core_V2_Crc() 300 Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_LOAD0, (uint8_t const *)dataRemap, dataSize); in Cy_Crypto_Core_V2_Crc_CalcPartial() 399 Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_LOAD0, (uint8_t const *)dataRemap, dataSize); in Cy_Crypto_Core_V2_Crc_Calc()
|
| D | cy_crypto_core_cmac_v2.c | 173 Cy_Crypto_Core_V2_FFStart (base, CY_CRYPTO_V2_RB_FF_STORE, kRemap, CY_CRYPTO_AES_BLOCK_SIZE); in Cy_Crypto_Core_V2_Cmac_Start() 244 … Cy_Crypto_Core_V2_FFStart (base, CY_CRYPTO_V2_RB_FF_STORE, tempRemap, CY_CRYPTO_AES_BLOCK_SIZE); in Cy_Crypto_Core_V2_Cmac_Update() 280 … Cy_Crypto_Core_V2_FFStart (base, CY_CRYPTO_V2_RB_FF_STORE, tempRemap, CY_CRYPTO_AES_BLOCK_SIZE); in Cy_Crypto_Core_V2_Cmac_Update() 369 … Cy_Crypto_Core_V2_FFStart (base, CY_CRYPTO_V2_RB_FF_STORE, cmacRemap, CY_CRYPTO_AES_BLOCK_SIZE); in Cy_Crypto_Core_V2_Cmac_Finish()
|
| D | cy_crypto_core_des_v2.c | 147 …Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_STORE, dstRemap, CY_CRYPTO_DES_KEY_BYTE_LENG… in Cy_Crypto_Core_V2_Des() 236 …Cy_Crypto_Core_V2_FFStart (base, CY_CRYPTO_V2_RB_FF_STORE, dstRemap, CY_CRYPTO_DES_KEY_BYTE_LENG… in Cy_Crypto_Core_V2_Tdes()
|
| D | cy_crypto_core_aes_v2.c | 1001 Cy_Crypto_Core_V2_FFStart(base, CY_CRYPTO_V2_RB_FF_STORE, y, CY_CRYPTO_AES_BLOCK_SIZE); in Cy_Crypto_Core_V2_Aes_GCM_Ghash() 2049 … Cy_Crypto_Core_V2_FFStart (base, CY_CRYPTO_V2_RB_FF_STORE, dstRemap, CY_CRYPTO_AES_BLOCK_SIZE); in Cy_Crypto_Core_V2_Aes_Ecb() 2343 Cy_Crypto_Core_V2_FFStart (base, CY_CRYPTO_V2_RB_FF_STORE, dstRemap, size); in Cy_Crypto_Core_V2_Aes_Cbc() 2386 … Cy_Crypto_Core_V2_FFStart (base, CY_CRYPTO_V2_RB_FF_STORE, ivRemap, CY_CRYPTO_AES_BLOCK_SIZE); in Cy_Crypto_Core_V2_Aes_Cbc() 2948 Cy_Crypto_Core_V2_FFStart (base, CY_CRYPTO_V2_RB_FF_STORE, dstRemap, size); in Cy_Crypto_Core_V2_Aes_Cfb() 2978 … Cy_Crypto_Core_V2_FFStart (base, CY_CRYPTO_V2_RB_FF_STORE, ivRemap, CY_CRYPTO_AES_BLOCK_SIZE); in Cy_Crypto_Core_V2_Aes_Cfb() 3144 Cy_Crypto_Core_V2_FFStart (base, CY_CRYPTO_V2_RB_FF_STORE, dstRemap, bytes_rem); in Cy_Crypto_Core_V2_Aes_Cfb_Update() 3194 …Cy_Crypto_Core_V2_FFStart (base, CY_CRYPTO_V2_RB_FF_STORE, unprocessedRemap, CY_CRYPTO_AES_BLOCK_S… in Cy_Crypto_Core_V2_Aes_Cfb_Update() 3198 Cy_Crypto_Core_V2_FFStart (base, CY_CRYPTO_V2_RB_FF_STORE, dstRemap, srcSize); in Cy_Crypto_Core_V2_Aes_Cfb_Update() 3362 Cy_Crypto_Core_V2_FFStart (base, CY_CRYPTO_V2_RB_FF_STORE, dstRemap, srcSize); in Cy_Crypto_Core_V2_Aes_Ctr() [all …]
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_crypto_core_hw_v2.h | 155 __STATIC_INLINE void Cy_Crypto_Core_V2_FFStart(CRYPTO_Type *base, in Cy_Crypto_Core_V2_FFStart() function
|