Home
last modified time | relevance | path

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

/trusted-firmware-m-3.5.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/poly/
Dpoly.c248 static void poly_clamp_r(uint32_t *pKeyR) in poly_clamp_r() argument
250 if (pKeyR == NULL) { in poly_clamp_r()
256 pKeyR[i] = pKeyR[i] & g_PolyMaskKeyR[i]; in poly_clamp_r()
276 uint32_t *pKeyR = ctx->key; in poly_restore_context() local
293 PkaCopyDataIntoPkaReg(KEY_R_REG, LEN_ID_MAX_BITS, pKeyR, CC_POLY_KEY_SIZE_IN_WORDS/2); in poly_restore_context()
342 uint32_t *pKeyR = key; in PolyMacCalc_setup() local
343 uint32_t *pKeyS = pKeyR + CC_POLY_KEY_SIZE_IN_WORDS/2; in PolyMacCalc_setup()
346 poly_clamp_r(pKeyR); in PolyMacCalc_setup()
356 PkaCopyDataIntoPkaReg(KEY_R_REG, LEN_ID_MAX_BITS, pKeyR, CC_POLY_KEY_SIZE_IN_WORDS/2); in PolyMacCalc_setup()