Searched refs:temp_ctx (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/crypto/ux500/cryp/
H A Dcryp_core.c1698 struct cryp_ctx *temp_ctx = NULL; ux500_cryp_suspend() local
1720 if (device_data->current_ctx == ++temp_ctx) { ux500_cryp_suspend()
1741 struct cryp_ctx *temp_ctx = NULL; ux500_cryp_resume() local
1752 if (device_data->current_ctx == ++temp_ctx) ux500_cryp_resume()
/linux-4.1.27/drivers/crypto/ux500/hash/
H A Dhash_core.c1893 struct hash_ctx *temp_ctx = NULL; ux500_hash_suspend() local
1906 if (device_data->current_ctx == ++temp_ctx) { ux500_hash_suspend()
1930 struct hash_ctx *temp_ctx = NULL; ux500_hash_resume() local
1939 if (device_data->current_ctx == ++temp_ctx) ux500_hash_resume()

Completed in 183 milliseconds