Home
last modified time | relevance | path

Searched refs:isUpdateState (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/dcp/
Dfsl_dcp.c1255 bool isUpdateState; in DCP_HASH_Update() local
1289 isUpdateState = ctxInternal->fsm_state == kDCP_StateHashUpdate; in DCP_HASH_Update()
1290 if (!isUpdateState) in DCP_HASH_Update()
/hal_nxp-latest/mcux/mcux-sdk/drivers/hashcrypt/
Dfsl_hashcrypt.c976 bool isUpdateState; in HASHCRYPT_SHA_Update() local
1006 isUpdateState = ctxInternal->state == kHASHCRYPT_HashUpdate; in HASHCRYPT_SHA_Update()
1007 if (!isUpdateState) in HASHCRYPT_SHA_Update()
/hal_nxp-latest/mcux/mcux-sdk/drivers/ltc/
Dfsl_ltc.c3599 bool isUpdateState; in LTC_HASH_Update() local
3624 isUpdateState = ctxInternal->state == kLTC_HashUpdate; in LTC_HASH_Update()
3635 isUpdateState = true; in LTC_HASH_Update()
3652 else if (isUpdateState) in LTC_HASH_Update()
3668 if (isUpdateState) in LTC_HASH_Update()
/hal_nxp-latest/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c3181 bool isUpdateState; in CAAM_HASH_Update() local
3217 isUpdateState = ctxInternal->fsm_state == kCAAM_HashUpdate; in CAAM_HASH_Update()
3218 if (!isUpdateState) in CAAM_HASH_Update()
3234 if (isUpdateState) in CAAM_HASH_Update()
4143 bool isUpdateState; in CAAM_CRC_Update() local
4179 isUpdateState = ctxInternal->fsm_state == kCAAM_HashUpdate; in CAAM_CRC_Update()
4180 if (!isUpdateState) in CAAM_CRC_Update()
4196 if (isUpdateState) in CAAM_CRC_Update()
/hal_nxp-latest/mcux/mcux-sdk/drivers/cau3/
Dfsl_cau3.c2108 bool isUpdateState; in CAU3_HASH_Update() local
2136 isUpdateState = ctxInternal->state == kCAU3_StateHashUpdate; in CAU3_HASH_Update()
2137 if (!isUpdateState) in CAU3_HASH_Update()