Home
last modified time | relevance | path

Searched refs:temp_buffer (Results 1 – 5 of 5) sorted by relevance

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/
Dwhd_bus_spi_protocol.c528 uint8_t temp_buffer[12 + MAX_BUS_HEADER_SIZE]; in whd_bus_spi_read_frame() local
530 (whd_transfer_bytes_packet_t *)temp_buffer) ); in whd_bus_spi_read_frame()
540 whd_sdpcm_update_credit(whd_driver, (uint8_t *)(temp_buffer + sizeof(whd_bus_header_t) ) ); in whd_bus_spi_read_frame()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_cryptolite_aes.h108 CY_ALIGN(4) uint8_t temp_buffer[CY_CRYPTOLITE_AES_BLOCK_SIZE];
Dcy_crypto_common.h815 CRYPTO_MEM_ALIGN_4 uint8_t temp_buffer[CY_CRYPTO_AES_BLOCK_SIZE]; member
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_cryptolite_aes_ccm.c76 aesCcmState->temp = aesCcm_buffer->temp_buffer; in Cy_Cryptolite_Aes_Ccm_Init()
Dcy_crypto_core_aes_v2.c92 aesCcmState->temp = aesCcmBuffer->temp_buffer; in Cy_Crypto_Core_V2_Aes_Ccm_Init()