Home
last modified time | relevance | path

Searched refs:unprocessed_data (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_psa_cipher.c307 CC_PalMemCopy(&(operation->unprocessed_data in cc3xx_cipher_update()
320 CC_PalMemCopy(&(operation->unprocessed_data in cc3xx_cipher_update()
330 operation->unprocessed_data, in cc3xx_cipher_update()
354 CC_PalMemCopy(operation->unprocessed_data, in cc3xx_cipher_update()
502 operation->unprocessed_data, in cc3xx_cipher_finish()
528 operation->unprocessed_data, in cc3xx_cipher_finish()
Dcc3xx_psa_mac.c153 &(cmac_ctx)->unprocessed_data[cmac_ctx->unprocessed_size], in cmac_update()
157 (const uint8_t *)&(cmac_ctx)->unprocessed_data, block_size, in cmac_update()
205 &(cmac_ctx)->unprocessed_data[cmac_ctx->unprocessed_size], in cmac_update()
227 ret = SetDataBuffersInfo((const uint8_t *)&(cmac_ctx)->unprocessed_data, in cmac_finish()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/include/
Dcc3xx_crypto_primitives_private.h67 uint8_t unprocessed_data[AES_BLOCK_SIZE]; /*!< Cached data */ member
/trusted-firmware-m-latest/interface/include/mbedtls/
Dcipher.h337 unsigned char MBEDTLS_PRIVATE(unprocessed_data)[MBEDTLS_MAX_BLOCK_LENGTH];