Searched refs:xdata (Results 1 – 3 of 3) sorted by relevance
440 … myData->resp = Cy_Crypto_Core_GetLibInfo((cy_en_crypto_lib_info_t*)myData->xdata); in Cy_Crypto_Server_Process()446 cy_stc_crypto_context_str_t *cfContext = myData->xdata; in Cy_Crypto_Server_Process()453 cy_stc_crypto_context_str_t *cfContext = myData->xdata; in Cy_Crypto_Server_Process()461 cy_stc_crypto_context_str_t *cfContext = myData->xdata; in Cy_Crypto_Server_Process()470 cy_stc_crypto_context_prng_t *cfContext = myData->xdata; in Cy_Crypto_Server_Process()479 cy_stc_crypto_context_prng_t *cfContext = myData->xdata; in Cy_Crypto_Server_Process()488 cy_stc_crypto_context_trng_t *cfContext = myData->xdata; in Cy_Crypto_Server_Process()497 … cy_stc_crypto_context_aes_t *cfContext = (cy_stc_crypto_context_aes_t *)myData->xdata; in Cy_Crypto_Server_Process()507 … cy_stc_crypto_context_aes_t *cfContext = (cy_stc_crypto_context_aes_t *)myData->xdata; in Cy_Crypto_Server_Process()520 … cy_stc_crypto_context_aes_t *cfContext = (cy_stc_crypto_context_aes_t *)myData->xdata; in Cy_Crypto_Server_Process()[all …]
288 clientContext->xdata = NULL; in Cy_Crypto_Enable()321 clientContext->xdata = (void *)cryptoInfo; in Cy_Crypto_GetLibraryInfo()335 clientContext->xdata = NULL; in Cy_Crypto_Disable()359 clientContext->xdata = (void *)cfContext; in Cy_Crypto_Prng_Init()379 clientContext->xdata = (void *)cfContext; in Cy_Crypto_Prng_Generate()400 clientContext->xdata = cfContext; in Cy_Crypto_Aes_Init()420 clientContext->xdata = cfContext; in Cy_Crypto_Aes_Ecb_Run()443 clientContext->xdata = cfContext; in Cy_Crypto_Aes_Cbc_Run()468 clientContext->xdata = cfContext; in Cy_Crypto_Aes_Cfb_Run()495 clientContext->xdata = cfContext; in Cy_Crypto_Aes_Ctr_Run()[all …]
726 void *xdata; member