Searched refs:cy_stc_crypto_aes_buffers_t (Results 1 – 9 of 9) sorted by relevance
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/ |
D | cy_crypto_core_aes_v1.c | 207 cy_stc_crypto_aes_buffers_t *aesBuffers) in Cy_Crypto_Core_V1_Aes_Init() 240 …Cy_Crypto_Core_V1_MemSet(base, (void *)aesState->buffers, 0u, sizeof(cy_stc_crypto_aes_buffers_t)); in Cy_Crypto_Core_V1_Aes_Free() 279 cy_stc_crypto_aes_buffers_t *aesBuffers = (cy_stc_crypto_aes_buffers_t*)aesState->buffers; in Cy_Crypto_Core_V1_Aes_Ecb() 333 cy_stc_crypto_aes_buffers_t *aesBuffers = (cy_stc_crypto_aes_buffers_t*)aesState->buffers; in Cy_Crypto_Core_V1_Aes_Cbc() 442 cy_stc_crypto_aes_buffers_t *aesBuffers = (cy_stc_crypto_aes_buffers_t*)aesState->buffers; in Cy_Crypto_Core_V1_Aes_Cfb() 539 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_v1.c | 293 …cy_stc_crypto_aes_buffers_t *aesBuffers = (cy_stc_crypto_aes_buffers_t *)(Cy_Crypto_Core_GetVuMem… in Cy_Crypto_Core_V1_Cmac() 295 … (cy_stc_crypto_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 | 138 …Cy_Crypto_Core_V2_MemSet(base, (void *)aesState->buffers, 0u, sizeof(cy_stc_crypto_aes_buffers_t)); in Cy_Crypto_Core_V2_Aes_Free() 174 cy_stc_crypto_aes_buffers_t *aesBuffers) in Cy_Crypto_Core_V2_Aes_Init() 185 aesState->buffers = (cy_stc_crypto_aes_buffers_t*) aesBuffers; in Cy_Crypto_Core_V2_Aes_Init()
|
D | cy_crypto_core_cmac_v2.c | 269 cy_stc_crypto_aes_buffers_t aesBuffersData = {{ 0 }, { 0 }, { 0 }, { 0 }, { 0 }}; in Cy_Crypto_Core_V2_Cmac()
|
D | cy_crypto_server.c | 500 …*)cfContext->key, cfContext->keyLength, &cfContext->aesState, (cy_stc_crypto_aes_buffers_t *)(Cy_C… in Cy_Crypto_Server_Process()
|
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/ |
D | cy_crypto_core_aes.h | 50 cy_stc_crypto_aes_buffers_t *aesBuffers); 118 …cy_stc_crypto_aes_buffers_t *aesBuffers = (cy_stc_crypto_aes_buffers_t *)Cy_Crypto_Core_GetVuMemor… in Cy_Crypto_Core_Aes_Init() 162 cy_stc_crypto_aes_buffers_t *aesBuffers) in Cy_Crypto_Core_Aes_InitContext()
|
D | cy_crypto_core_aes_v2.h | 51 cy_stc_crypto_aes_buffers_t *aesBuffers);
|
D | cy_crypto_common.h | 582 } cy_stc_crypto_aes_buffers_t; typedef 590 cy_stc_crypto_aes_buffers_t *buffers;
|
D | cy_crypto_core_aes_v1.h | 58 cy_stc_crypto_aes_buffers_t *aesBuffers);
|