Searched refs:p_u2 (Results 1 – 3 of 3) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_cryptolite_ecdsa.c | 530 cfContext->p_u2 = eccBuffer->p_u2; in Cy_Cryptolite_ECC_Init() 594 if(cfContext->p_u2 != NULL) in Cy_Cryptolite_ECC_Free() 596 Cy_Cryptolite_Vu_clr(cfContext->p_u2, VU_BITS_TO_WORDS(BIT_SIZE)); in Cy_Cryptolite_ECC_Free() 597 cfContext->p_u2 = NULL; in Cy_Cryptolite_ECC_Free() 686 uint8_t *p_u2 = cfContext->p_u2; in Cy_Cryptolite_ECC_SignHash() local 735 Cy_Cryptolite_Setnumber(p_u2, (uint8_t *)key->k, bytesize); in Cy_Cryptolite_ECC_SignHash() 736 Cy_Cryptolite_EC_MulMod(base, cfContext, p_s, p_u2, p_r, (int)bitsize); in Cy_Cryptolite_ECC_SignHash() 838 uint8_t *p_u2 = cfContext->p_u2; in Cy_Cryptolite_ECC_VerifyHash() local 899 Cy_Cryptolite_EC_MulMod(base, cfContext, p_u2, p_r, p_s, (int)bitsize); in Cy_Cryptolite_ECC_VerifyHash() 924 Cy_Cryptolite_EC_NistP_PointMul(base, cfContext, p_qx, p_qy, p_u2, p_o, (int)bitsize); in Cy_Cryptolite_ECC_VerifyHash()
|
| D | cy_crypto_core_ecc_ecdsa.c | 377 uint32_t p_u2 = 7U; in Cy_Crypto_Core_ECC_VerifyHash() local 469 tmpResult = CY_CRYPTO_VU_ALLOC_MEM (base, p_u2, bitsize); in Cy_Crypto_Core_ECC_VerifyHash() 500 CY_CRYPTO_VU_REG_BIT(p_u1) | CY_CRYPTO_VU_REG_BIT(p_u2) | in Cy_Crypto_Core_ECC_VerifyHash() 575 tmpResult =Cy_Crypto_Core_EC_MulMod(base, p_u2, p_r, p_s, bitsize); in Cy_Crypto_Core_ECC_VerifyHash() 603 tmpResult = Cy_Crypto_Core_EC_NistP_PointMul(base, p_qx, p_qy, p_u2, p_o, bitsize); in Cy_Crypto_Core_ECC_VerifyHash()
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_cryptolite_ecdsa.h | 137 CY_ALIGN(4) uint8_t p_u2[4*VU_BITS_TO_WORDS(BIT_SIZE)]; 161 uint8_t *p_u2; member
|