Home
last modified time | relevance | path

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

/linux/arch/s390/crypto/
H A Dphmac_s390.c23 static struct crypto_engine *phmac_crypto_engine; variable
638 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 …]