All of lore.kernel.org
 help / color / mirror / Atom feed
* HMAC broken on s390
@ 2007-12-03 13:31 Jan Glauber
  2007-12-03 22:09 ` Herbert Xu
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Glauber @ 2007-12-03 13:31 UTC (permalink / raw)
  To: Herbert Xu; +Cc: linux-crypto

Hi Herbert,

commit 788fefa33b0b50581585925c53c230a36af35d0e in cryptodev breaks hmac
on s390 du to the usage of sg_chain():

static inline void sg_chain(struct scatterlist *prv, unsigned int prv_nents,
                            struct scatterlist *sgl)
{
#ifndef ARCH_HAS_SG_CHAIN
        BUG();
#endif

ARCH_HAS_SG_CHAIN is false for s390 (and also for some other arch's).

What should we do with this?

Cheers,
Jan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-12-04  8:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-03 13:31 HMAC broken on s390 Jan Glauber
2007-12-03 22:09 ` Herbert Xu
2007-12-04  8:25   ` Jens Axboe
2007-12-04  8:51     ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.