Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/dcp/
Dfsl_dcp.c1443 dcp_hash_ctx_t hashCtx = {0}; in DCP_HASH() local
1446 status = DCP_HASH_Init(base, handle, &hashCtx, algo); in DCP_HASH()
1452 status = DCP_HASH_Update(base, &hashCtx, input, inputSize); in DCP_HASH()
1458 status = DCP_HASH_Finish(base, &hashCtx, output, outputSize); in DCP_HASH()
/hal_nxp-latest/mcux/mcux-sdk/drivers/hashcrypt/
Dfsl_hashcrypt.c925 hashcrypt_hash_ctx_t hashCtx; in HASHCRYPT_SHA() local
928 status = HASHCRYPT_SHA_Init(base, &hashCtx, algo); in HASHCRYPT_SHA()
934 status = HASHCRYPT_SHA_Update(base, &hashCtx, input, inputSize); in HASHCRYPT_SHA()
940 status = HASHCRYPT_SHA_Finish(base, &hashCtx, output, outputSize); in HASHCRYPT_SHA()
/hal_nxp-latest/mcux/mcux-sdk/drivers/cau3/
Dfsl_cau3.c2240 cau3_hash_ctx_t hashCtx; in CAU3_HASH() local
2243 status = CAU3_HASH_Init(base, &hashCtx, algo); in CAU3_HASH()
2249 status = CAU3_HASH_Update(base, &hashCtx, input, inputSize); in CAU3_HASH()
2255 status = CAU3_HASH_Finish(base, &hashCtx, output, outputSize); in CAU3_HASH()