Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto.c49 static bool Cy_Crypto_IsServerReady(cy_stc_crypto_context_t const *context);
123 static bool Cy_Crypto_IsServerReady(cy_stc_crypto_context_t const *context) in Cy_Crypto_IsServerReady() function
146 if (Cy_Crypto_IsServerReady(clientContext)) in Cy_Crypto_Sync()
153 while (!Cy_Crypto_IsServerReady(clientContext)) in Cy_Crypto_Sync()
185 if (Cy_Crypto_IsServerReady(clientContext)) in Cy_Crypto_Client_Send()