Searched refs:phmac_crypto_engine (Results 1 – 1 of 1) sorted by relevance
23 static struct crypto_engine *phmac_crypto_engine; variable638 rc = crypto_transfer_hash_request_to_engine(phmac_crypto_engine, req); in phmac_update()680 rc = crypto_transfer_hash_request_to_engine(phmac_crypto_engine, req); in phmac_final()732 rc = crypto_transfer_hash_request_to_engine(phmac_crypto_engine, req); in phmac_finup()999 if (phmac_crypto_engine) { in s390_phmac_exit()1000 crypto_engine_stop(phmac_crypto_engine); in s390_phmac_exit()1001 crypto_engine_exit(phmac_crypto_engine); in s390_phmac_exit()1030 phmac_crypto_engine = in s390_phmac_init()1033 if (!phmac_crypto_engine) { in s390_phmac_init()1037 rc = crypto_engine_start(phmac_crypto_engine); in s390_phmac_init()[all …]