Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/aspeed/
H A Daspeed-hace.c157 hace_dev->crypt_engine_hash = crypto_engine_alloc_init(hace_dev->dev, in aspeed_hace_probe()
159 if (!hace_dev->crypt_engine_hash) { in aspeed_hace_probe()
164 rc = crypto_engine_start(hace_dev->crypt_engine_hash); in aspeed_hace_probe()
245 crypto_engine_exit(hace_dev->crypt_engine_hash); in aspeed_hace_probe()
260 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()