Searched refs:hashCtx (Results 1 – 2 of 2) sorted by relevance
| /hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/ |
| D | fsl_cau3.c | 2030 cau3_hash_ctx_t hashCtx; in CAU3_HASH() local 2033 status = CAU3_HASH_Init(base, &hashCtx, algo); in CAU3_HASH() 2039 status = CAU3_HASH_Update(base, &hashCtx, input, inputSize); in CAU3_HASH() 2045 status = CAU3_HASH_Finish(base, &hashCtx, output, outputSize); in CAU3_HASH()
|
| D | fsl_cau3_ble.c | 2225 cau3_hash_ctx_t hashCtx; in CAU3_HASH() local 2228 status = CAU3_HASH_Init(base, &hashCtx, algo); in CAU3_HASH() 2234 status = CAU3_HASH_Update(base, &hashCtx, input, inputSize); in CAU3_HASH() 2240 status = CAU3_HASH_Finish(base, &hashCtx, output, outputSize); in CAU3_HASH()
|