Home
last modified time | relevance | path

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

/hal_infineon-latest/XMCLib/drivers/inc/
Dxmc_fce.h492 __STATIC_INLINE void XMC_FCE_EnableCRCAlgorithm(const XMC_FCE_t *const engine, uint32_t algo) in XMC_FCE_EnableCRCAlgorithm() argument
494 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() argument
514 engine->kernel_ptr->CFG &= ~(uint32_t)algo; in XMC_FCE_DisableCRCAlgorithm()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_ecc.h63 cy_en_crypto_ecc_red_mul_algs_t algo; member
91 cy_en_crypto_ecc_red_mul_algs_t algo; member
Dcy_cryptolite_ecdsa.h109 cy_en_cryptolite_ecc_red_mul_algs_t algo; member
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_ecc_key_gen.c233 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()
Dcy_crypto_core_ecc_domain_params.c138 dp->algo = CY_CRYPTO_NIST_P_BARRETT_RED_ALG; in Cy_Crypto_Core_EDW_GetCurveParams()
Dcy_crypto_core_ecc_ecdsa.c582 Cy_Crypto_Core_EC_NistP_SetRedAlg(eccDp->algo); in Cy_Crypto_Core_ECC_VerifyHash()
Dcy_crypto_core_ecc_nist_p.c2554 Cy_Crypto_Core_EC_NistP_SetRedAlg(eccDp->algo); in Cy_Crypto_Core_EC_NistP_PointMultiplication()
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_wlioctl.h401 uint32_t algo; member