Searched refs:cy_CryptoFunctionTable (Results 1 – 1 of 1) sorted by relevance
111 static cy_stc_crypto_pfn_t const *cy_CryptoFunctionTable = NULL; variable242 cy_CryptoFunctionTable = &cryptoV1FullFuncs; in Cy_Crypto_Server_Start()248 cy_CryptoFunctionTable = &cryptoV2FullFuncs; in Cy_Crypto_Server_Start()252 if (cy_CryptoFunctionTable != NULL) in Cy_Crypto_Server_Start()266 CY_ASSERT(NULL != cy_CryptoFunctionTable); in Cy_Crypto_Server_Start_Common()375 cy_CryptoFunctionTable = NULL; in Cy_Crypto_Server_Stop()426 if (NULL != cy_CryptoFunctionTable) in Cy_Crypto_Server_Process()466 if (NULL != cy_CryptoFunctionTable->prngInitFunc) in Cy_Crypto_Server_Process()469 myData->resp = (cy_CryptoFunctionTable->prngInitFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()475 if (NULL != cy_CryptoFunctionTable->prngFunc) in Cy_Crypto_Server_Process()[all …]