Searched refs:cy_stc_crypto_aes_buffers_t (Results 1 – 10 of 10) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_crypto_core_aes_v1.c | 211 cy_stc_crypto_aes_buffers_t *aesBuffers) in Cy_Crypto_Core_V1_Aes_Init() 244 …re_V1_MemSet(base, (void *)aesState->buffers, 0u, ((uint16_t)sizeof(cy_stc_crypto_aes_buffers_t))); in Cy_Crypto_Core_V1_Aes_Free() 283 cy_stc_crypto_aes_buffers_t *aesBuffers = (cy_stc_crypto_aes_buffers_t*)aesState->buffers; in Cy_Crypto_Core_V1_Aes_Ecb() 338 cy_stc_crypto_aes_buffers_t *aesBuffers = (cy_stc_crypto_aes_buffers_t*)aesState->buffers; in Cy_Crypto_Core_V1_Aes_Cbc() 449 cy_stc_crypto_aes_buffers_t *aesBuffers = (cy_stc_crypto_aes_buffers_t*)aesState->buffers; in Cy_Crypto_Core_V1_Aes_Cfb() 548 cy_stc_crypto_aes_buffers_t *aesBuffers = (cy_stc_crypto_aes_buffers_t*)aesState->buffers; in Cy_Crypto_Core_V1_Aes_Ctr()
|
| D | cy_crypto_core_cmac_v2.c | 217 cy_stc_crypto_aes_buffers_t *bufferRemap; in Cy_Crypto_Core_V2_Cmac_Update() 231 …bufferRemap = (cy_stc_crypto_aes_buffers_t *)CY_REMAP_ADDRESS_FOR_CRYPTO(cmacState->aesState.buffe… in Cy_Crypto_Core_V2_Cmac_Update() 338 cy_stc_crypto_aes_buffers_t * bufferRemap; in Cy_Crypto_Core_V2_Cmac_Finish() 343 …bufferRemap = (cy_stc_crypto_aes_buffers_t *)CY_REMAP_ADDRESS_FOR_CRYPTO(cmacState->aesState.buffe… in Cy_Crypto_Core_V2_Cmac_Finish() 405 cy_stc_crypto_aes_buffers_t *bufferRemap; in Cy_Crypto_Core_V2_Cmac_Free() 409 …bufferRemap = (cy_stc_crypto_aes_buffers_t *)CY_REMAP_ADDRESS_FOR_CRYPTO(cmacState->aesState.buffe… in Cy_Crypto_Core_V2_Cmac_Free() 415 … Cy_Crypto_Core_V2_MemSet(base, bufferRemap, 0U, (uint16_t)sizeof(cy_stc_crypto_aes_buffers_t)); in Cy_Crypto_Core_V2_Cmac_Free()
|
| D | cy_crypto_core_cmac_v1.c | 297 …cy_stc_crypto_aes_buffers_t *aesBuffers = (cy_stc_crypto_aes_buffers_t *)(Cy_Crypto_Core_GetVuMem… in Cy_Crypto_Core_V1_Cmac() 299 … (cy_stc_crypto_v1_cmac_buffers_t *)((uint8_t*)aesBuffers + sizeof(cy_stc_crypto_aes_buffers_t)); in Cy_Crypto_Core_V1_Cmac()
|
| D | cy_crypto_core_aes_v2.c | 891 …e, (void *)aesCcmState->aesCbcMacState.buffers, 0u, (uint16_t)sizeof(cy_stc_crypto_aes_buffers_t)); in Cy_Crypto_Core_V2_Aes_Ccm_Free() 895 …base, (void *)aesCcmState->aesCtrState.buffers, 0u, (uint16_t)sizeof(cy_stc_crypto_aes_buffers_t)); in Cy_Crypto_Core_V2_Aes_Ccm_Free() 1088 cy_stc_crypto_aes_buffers_t *aesBuffersRemap; in Cy_Crypto_Core_V2_Aes_GCM_SetKey() 1099 …aesBuffersRemap = (cy_stc_crypto_aes_buffers_t *)CY_REMAP_ADDRESS_FOR_CRYPTO(aesGCMctx->aes_buffer… in Cy_Crypto_Core_V2_Aes_GCM_SetKey() 1787 …e_V2_MemSet(base, (void*)aesGCMctx->aes_buffer, 0U, (uint16_t)sizeof(cy_stc_crypto_aes_buffers_t)); in Cy_Crypto_Core_V2_Aes_GCM_Free() 1926 …re_V2_MemSet(base, (void *)aesState->buffers, 0u, ((uint16_t)sizeof(cy_stc_crypto_aes_buffers_t))); in Cy_Crypto_Core_V2_Aes_Free() 1966 cy_stc_crypto_aes_buffers_t *aesBuffers) in Cy_Crypto_Core_V2_Aes_Init() 1973 CRYPTO_MEM_ALIGN static cy_stc_crypto_aes_buffers_t *aesBuffersRemap; in Cy_Crypto_Core_V2_Aes_Init() 1976 aesBuffersRemap = (cy_stc_crypto_aes_buffers_t *)CY_REMAP_ADDRESS_FOR_CRYPTO(aesBuffers); in Cy_Crypto_Core_V2_Aes_Init()
|
| D | cy_crypto_server.c | 502 …*)cfContext->key, cfContext->keyLength, &cfContext->aesState, (cy_stc_crypto_aes_buffers_t *)((voi… in Cy_Crypto_Server_Process()
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_crypto_common.h | 773 } cy_stc_crypto_aes_buffers_t; typedef 783 CRYPTO_MEM_ALIGN cy_stc_crypto_aes_buffers_t *buffers; 811 CRYPTO_MEM_ALIGN cy_stc_crypto_aes_buffers_t aesCbcMacBuffer; 813 CRYPTO_MEM_ALIGN cy_stc_crypto_aes_buffers_t aesCtrBuffer; 876 cy_stc_crypto_aes_buffers_t aes_buffer; 918 cy_stc_crypto_aes_buffers_t *aes_buffer;
|
| D | cy_crypto_core_cmac_v2.h | 62 CY_ALIGN(32) cy_stc_crypto_aes_buffers_t aesBuffersData; 67 cy_stc_crypto_aes_buffers_t aesBuffersData;
|
| D | cy_crypto_core_aes.h | 53 cy_stc_crypto_aes_buffers_t *aesBuffers); 132 …cy_stc_crypto_aes_buffers_t *aesBuffers = (cy_stc_crypto_aes_buffers_t *)((void *)Cy_Crypto_Core_G… in Cy_Crypto_Core_Aes_Init() 183 cy_stc_crypto_aes_buffers_t *aesBuffers) in Cy_Crypto_Core_Aes_InitContext()
|
| D | cy_crypto_core_aes_v1.h | 60 cy_stc_crypto_aes_buffers_t *aesBuffers);
|
| D | cy_crypto_core_aes_v2.h | 145 cy_stc_crypto_aes_buffers_t *aesBuffers);
|