Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/crypto/ux500/cryp/
Dcryp_core.c1489 struct cryp_ctx *temp_ctx = NULL; in ux500_cryp_suspend() local
1507 if (device_data->current_ctx == ++temp_ctx) { in ux500_cryp_suspend()
1527 struct cryp_ctx *temp_ctx = NULL; in ux500_cryp_resume() local
1538 if (device_data->current_ctx == ++temp_ctx) in ux500_cryp_resume()
/linux-6.1.9/drivers/crypto/ux500/hash/
Dhash_core.c1856 struct hash_ctx *temp_ctx = NULL; in ux500_hash_suspend() local
1869 if (device_data->current_ctx == ++temp_ctx) { in ux500_hash_suspend()
1893 struct hash_ctx *temp_ctx = NULL; in ux500_hash_resume() local
1902 if (device_data->current_ctx == ++temp_ctx) in ux500_hash_resume()