Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/
H A Dcryp_core.c1493 struct cryp_ctx *temp_ctx = NULL; in ux500_cryp_suspend() local
1515 if (device_data->current_ctx == ++temp_ctx) { in ux500_cryp_suspend()
1536 struct cryp_ctx *temp_ctx = NULL; in ux500_cryp_resume() local
1547 if (device_data->current_ctx == ++temp_ctx) in ux500_cryp_resume()
/kernel/linux/linux-5.10/drivers/crypto/ux500/hash/
H A Dhash_core.c1863 struct hash_ctx *temp_ctx = NULL; in ux500_hash_suspend() local
1876 if (device_data->current_ctx == ++temp_ctx) { in ux500_hash_suspend()
1900 struct hash_ctx *temp_ctx = NULL; in ux500_hash_resume() local
1909 if (device_data->current_ctx == ++temp_ctx) in ux500_hash_resume()

Completed in 7 milliseconds