Searched refs:_cpacf_kmac (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/s390/include/asm/ |
| H A D | cpacf.h | 525 static inline int _cpacf_kmac(unsigned long *gr0, void *param, in _cpacf_kmac() function 559 return _cpacf_kmac(&func, param, src, src_len); in cpacf_kmac()
|
| /linux/arch/s390/crypto/ |
| H A D | phmac_s390.c | 444 k = _cpacf_kmac(&ctx->gr0.reg, ctx->param, ctx->buf, bs); in phmac_kmac_update() 483 k = _cpacf_kmac(&ctx->gr0.reg, ctx->param, hwh->walkaddr, n); in phmac_kmac_update() 543 k = _cpacf_kmac(&ctx->gr0.reg, ctx->param, ctx->buf, n); in phmac_kmac_final()
|