Home
last modified time | relevance | path

Searched refs:pHashUserCtx (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_psa_hash.c35 static psa_status_t hash_update(cc3xx_hash_operation_t *pHashUserCtx, in hash_update() argument
41 HashContext_t *ctx_ptr = &(pHashUserCtx->ctx); in hash_update()
80 rc = ProcessHashDrv(pHashUserCtx, &inBuffInfo, in hash_update()
101 rc = ProcessHashDrv(pHashUserCtx, &inBuffInfo, bytesToAdd); in hash_update()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dmbedtls_hash_common.h15 uint32_t mbedtls_hashUpdate(void *pHashUserCtx,
Dmbedtls_hash_common.c22 static uint32_t mbedtls_hashUpdate(void *pHashUserCtx, in mbedtls_hashUpdate() argument
32 pHashCtx = (HashContext_t *)pHashUserCtx; in mbedtls_hashUpdate()