Searched refs:chainup_buffers (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/crypto/intel/ixp4xx/ |
H A D | ixp4xx_crypto.c | 869 static struct buffer_desc *chainup_buffers(struct device *dev, in chainup_buffers() function 1025 if (!chainup_buffers(dev, req->dst, nbytes, &dst_hook, in ablk_perform() 1035 if (!chainup_buffers(dev, req->src, nbytes, &src_hook, flags, in ablk_perform() 1137 buf = chainup_buffers(dev, req->src, crypt->auth_len, in aead_perform() 1157 buf = chainup_buffers(dev, req->dst, crypt->auth_len, in aead_perform()
|