Lines Matching refs:srcSize
493 uint32_t srcSize, in Cy_Crypto_Aes_Cbc_Run() argument
507 cfContext->srcSize = srcSize; in Cy_Crypto_Aes_Cbc_Run()
515 SCB_CleanDCache_by_Addr((volatile void *)src,(int32_t)srcSize); in Cy_Crypto_Aes_Cbc_Run()
518 SCB_InvalidateDCache_by_Addr((volatile void *)dst, (int32_t)srcSize); in Cy_Crypto_Aes_Cbc_Run()
529 uint32_t srcSize, in Cy_Crypto_Aes_Cfb_Run() argument
543 cfContext->srcSize = srcSize; in Cy_Crypto_Aes_Cfb_Run()
551 SCB_CleanDCache_by_Addr((volatile void *)src,(int32_t)srcSize); in Cy_Crypto_Aes_Cfb_Run()
554 SCB_InvalidateDCache_by_Addr((volatile void *)dst, (int32_t)srcSize); in Cy_Crypto_Aes_Cfb_Run()
565 uint32_t srcSize, in Cy_Crypto_Aes_Ctr_Run() argument
581 cfContext->srcSize = srcSize; in Cy_Crypto_Aes_Ctr_Run()
591 SCB_CleanDCache_by_Addr((volatile void *)src,(int32_t)srcSize); in Cy_Crypto_Aes_Ctr_Run()
595 SCB_InvalidateDCache_by_Addr((volatile void *)dst, (int32_t)srcSize); in Cy_Crypto_Aes_Ctr_Run()
608 uint32_t srcSize, in Cy_Crypto_Aes_Cmac_Run() argument
621 cfContext->srcSize = srcSize; in Cy_Crypto_Aes_Cmac_Run()
630 SCB_CleanDCache_by_Addr((volatile void *)src,(int32_t)srcSize); in Cy_Crypto_Aes_Cmac_Run()