Searched refs:p_r (Results 1 – 1 of 1) sorted by relevance
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/ |
D | cy_crypto_core_ecc_ecdsa.c | 104 uint32_t p_r = 9U; in Cy_Crypto_Core_ECC_SignHash() local 115 CY_CRYPTO_VU_ALLOC_MEM (base, p_r, bitsize); in Cy_Crypto_Core_ECC_SignHash() 117 Cy_Crypto_Core_Vu_SetMemValue (base, p_r, (uint8_t *)ephKey.pubkey.x, bitsize); in Cy_Crypto_Core_ECC_SignHash() 120 CY_CRYPTO_VU_REG_BIT(p_r) | CY_CRYPTO_VU_REG_BIT(p_s); in Cy_Crypto_Core_ECC_SignHash() 122 if (!Cy_Crypto_Core_Vu_IsRegZero(base, p_r)) in Cy_Crypto_Core_ECC_SignHash() 130 if (!Cy_Crypto_Core_Vu_IsRegLess(base, p_r, VR_P)) in Cy_Crypto_Core_ECC_SignHash() 133 CY_CRYPTO_VU_MOV(base, p_temp, p_r); in Cy_Crypto_Core_ECC_SignHash() 137 Cy_Crypto_Core_EC_Bar_MulRed(base, p_r, p_temp, bitsize); in Cy_Crypto_Core_ECC_SignHash() 140 Cy_Crypto_Core_Vu_GetMemValue (base, sig, p_r, bitsize); in Cy_Crypto_Core_ECC_SignHash() 142 if (Cy_Crypto_Core_Vu_IsRegZero(base, p_r)) in Cy_Crypto_Core_ECC_SignHash() [all …]
|