Searched refs:ProcessHashDrv (Results 1 – 4 of 4) sorted by relevance
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
D | mbedtls_hash_common.c | 56 rc = ProcessHashDrv(pHashCtx, &inBuffInfo, pHashCtx->blockSizeInBytes); in mbedtls_hashUpdate() 75 rc = ProcessHashDrv(pHashCtx, &inBuffInfo, bytesToAdd); in mbedtls_hashUpdate() 167 drvRc = ProcessHashDrv(pHashCtx, &inBuffInfo, dataInSize); in mbedtls_sha_finish_internal()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/ |
D | cc3xx_psa_hash.c | 80 rc = ProcessHashDrv(pHashUserCtx, &inBuffInfo, in hash_update() 101 rc = ProcessHashDrv(pHashUserCtx, &inBuffInfo, bytesToAdd); in hash_update() 266 drvRc = ProcessHashDrv(pHashCtx, &inBuffInfo, dataInSize); in cc3xx_hash_finish()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/ |
D | hash_driver.h | 57 drvError_t ProcessHashDrv(void *pCtx, CCBuffInfo_t *pInputBuffInfo, uint32_t dataInSize);
|
D | hash_driver.c | 98 drvError_t ProcessHashDrv( void *pCtx, in ProcessHashDrv() function
|