Searched refs:algo (Results 1 – 8 of 8) sorted by relevance
492 __STATIC_INLINE void XMC_FCE_EnableCRCAlgorithm(const XMC_FCE_t *const engine, uint32_t algo) in XMC_FCE_EnableCRCAlgorithm() argument494 engine->kernel_ptr->CFG |= (uint32_t)algo; in XMC_FCE_EnableCRCAlgorithm()512 __STATIC_INLINE void XMC_FCE_DisableCRCAlgorithm(const XMC_FCE_t *const engine, uint32_t algo) in XMC_FCE_DisableCRCAlgorithm() argument514 engine->kernel_ptr->CFG &= ~(uint32_t)algo; in XMC_FCE_DisableCRCAlgorithm()
63 cy_en_crypto_ecc_red_mul_algs_t algo; member91 cy_en_crypto_ecc_red_mul_algs_t algo; member
109 cy_en_cryptolite_ecc_red_mul_algs_t algo; member
233 Cy_Crypto_Core_EC_NistP_SetRedAlg(eccDp->algo); in Cy_Crypto_Core_ECC_MakePrivateKey()361 Cy_Crypto_Core_EC_NistP_SetRedAlg(eccDp->algo); in Cy_Crypto_Core_ECC_MakePublicKey()
138 dp->algo = CY_CRYPTO_NIST_P_BARRETT_RED_ALG; in Cy_Crypto_Core_EDW_GetCurveParams()
582 Cy_Crypto_Core_EC_NistP_SetRedAlg(eccDp->algo); in Cy_Crypto_Core_ECC_VerifyHash()
2554 Cy_Crypto_Core_EC_NistP_SetRedAlg(eccDp->algo); in Cy_Crypto_Core_EC_NistP_PointMultiplication()
401 uint32_t algo; member