Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/aspeed/
Daspeed-hace.c155 hace_dev->crypt_engine_hash = crypto_engine_alloc_init(hace_dev->dev, in aspeed_hace_probe()
157 if (!hace_dev->crypt_engine_hash) { in aspeed_hace_probe()
162 rc = crypto_engine_start(hace_dev->crypt_engine_hash); in aspeed_hace_probe()
243 crypto_engine_exit(hace_dev->crypt_engine_hash); in aspeed_hace_probe()
258 crypto_engine_exit(hace_dev->crypt_engine_hash); in aspeed_hace_remove()
Daspeed-hace.h265 struct crypto_engine *crypt_engine_hash; member
Daspeed-hace-hash.c291 crypto_finalize_hash_request(hace_dev->crypt_engine_hash, req, 0); in aspeed_ahash_complete()
541 hace_dev->crypt_engine_hash, req); in aspeed_hace_hash_handle_queue()