Lines Matching refs:cy_CryptoFunctionTable

111 static cy_stc_crypto_pfn_t const *cy_CryptoFunctionTable = NULL;  variable
242 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()
478 myData->resp = (cy_CryptoFunctionTable->prngFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()
486 if (NULL != cy_CryptoFunctionTable->trngFunc) in Cy_Crypto_Server_Process()
489 myData->resp = (cy_CryptoFunctionTable->trngFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()
497 if (NULL != cy_CryptoFunctionTable->aesInitFunc) in Cy_Crypto_Server_Process()
501 (cy_CryptoFunctionTable->aesInitFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()
507 if (NULL != cy_CryptoFunctionTable->aesEcbFunc) in Cy_Crypto_Server_Process()
511 (cy_CryptoFunctionTable->aesEcbFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()
521 if (NULL != cy_CryptoFunctionTable->aesCbcFunc) in Cy_Crypto_Server_Process()
525 (cy_CryptoFunctionTable->aesCbcFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()
538 if (NULL != cy_CryptoFunctionTable->aesCfbFunc) in Cy_Crypto_Server_Process()
542 (cy_CryptoFunctionTable->aesCfbFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()
555 if (NULL != cy_CryptoFunctionTable->aesCtrFunc) in Cy_Crypto_Server_Process()
559 (cy_CryptoFunctionTable->aesCtrFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()
574 if (NULL != cy_CryptoFunctionTable->cmacFunc) in Cy_Crypto_Server_Process()
577 myData->resp = (cy_CryptoFunctionTable->cmacFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()
586 if (NULL != cy_CryptoFunctionTable->shaFunc) in Cy_Crypto_Server_Process()
589 myData->resp = (cy_CryptoFunctionTable->shaFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()
598 if (NULL != cy_CryptoFunctionTable->hmacFunc) in Cy_Crypto_Server_Process()
601 myData->resp = (cy_CryptoFunctionTable->hmacFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()
609 if (NULL != cy_CryptoFunctionTable->memCpyFunc) in Cy_Crypto_Server_Process()
612 (cy_CryptoFunctionTable->memCpyFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()
619 if (NULL != cy_CryptoFunctionTable->memSetFunc) in Cy_Crypto_Server_Process()
622 (cy_CryptoFunctionTable->memSetFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()
629 if (NULL != cy_CryptoFunctionTable->memCmpFunc) in Cy_Crypto_Server_Process()
633 (cy_CryptoFunctionTable->memCmpFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()
640 if (NULL != cy_CryptoFunctionTable->memXorFunc) in Cy_Crypto_Server_Process()
643 (cy_CryptoFunctionTable->memXorFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()
651 if (NULL != cy_CryptoFunctionTable->crcInitFunc) in Cy_Crypto_Server_Process()
654 myData->resp = (cy_CryptoFunctionTable->crcInitFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()
660 if (NULL != cy_CryptoFunctionTable->crcFunc) in Cy_Crypto_Server_Process()
663 myData->resp = (cy_CryptoFunctionTable->crcFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()
671 if (NULL != cy_CryptoFunctionTable->desFunc) in Cy_Crypto_Server_Process()
674 myData->resp = (cy_CryptoFunctionTable->desFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()
680 if (NULL != cy_CryptoFunctionTable->tdesFunc) in Cy_Crypto_Server_Process()
683 myData->resp = (cy_CryptoFunctionTable->tdesFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()
691 if (NULL != cy_CryptoFunctionTable->rsaProcFunc) in Cy_Crypto_Server_Process()
694 myData->resp = (cy_CryptoFunctionTable->rsaProcFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()
700 if (NULL != cy_CryptoFunctionTable->rsaCoefFunc) in Cy_Crypto_Server_Process()
703 … myData->resp = (cy_CryptoFunctionTable->rsaCoefFunc)(CY_CRYPTO_BASE, cfContext->key); in Cy_Crypto_Server_Process()
709 if (NULL != cy_CryptoFunctionTable->rsaVerifyFunc) in Cy_Crypto_Server_Process()
712 myData->resp = (cy_CryptoFunctionTable->rsaVerifyFunc)(CY_CRYPTO_BASE, in Cy_Crypto_Server_Process()