Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c1198 uint32_t testBit = 0; in CC_FfcDhValidateAndImportPublKey() local
1235 testBit = FFCDH_CTX_VALID_TAG_PARTN_STAT_KEY_BIT; in CC_FfcDhValidateAndImportPublKey()
1246 testBit = FFCDH_CTX_VALID_TAG_PARTN_EPHEM_KEY_BIT; in CC_FfcDhValidateAndImportPublKey()
1275 pDhCtx->validTag |= testBit; in CC_FfcDhValidateAndImportPublKey()
1329 uint32_t testBit; in CC_FfcDhValidateAndImportKeyPair() local
1382 testBit = FFCDH_CTX_VALID_TAG_USER_STAT_KEY_BIT; in CC_FfcDhValidateAndImportKeyPair()
1393 testBit = FFCDH_CTX_VALID_TAG_USER_EPHEM_KEY_BIT; in CC_FfcDhValidateAndImportKeyPair()
1461 pDhCtx->validTag |= testBit; in CC_FfcDhValidateAndImportKeyPair()