Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/aspeed/
H A Daspeed-hace.c153 hace_dev->crypt_engine_hash = crypto_engine_alloc_init(hace_dev->dev, in aspeed_hace_probe()
155 if (!hace_dev->crypt_engine_hash) { in aspeed_hace_probe()
160 rc = crypto_engine_start(hace_dev->crypt_engine_hash); in aspeed_hace_probe()
241 crypto_engine_exit(hace_dev->crypt_engine_hash); in aspeed_hace_probe()
256 crypto_engine_exit(hace_dev->crypt_engine_hash); in aspeed_hace_remove()
H A Daspeed-hace.h251 struct crypto_engine *crypt_engine_hash; member
H A Daspeed-hace-hash.c280 crypto_finalize_hash_request(hace_dev->crypt_engine_hash, req, 0); in aspeed_ahash_complete()
530 hace_dev->crypt_engine_hash, req); in aspeed_hace_hash_handle_queue()