Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 766423
Collapse All | Expand All

(-)a/cipher/sha512.c (-2 / +1 lines)
Lines 291-297 static unsigned int Link Here
291
do_transform_generic (void *context, const unsigned char *data, size_t nblks)
291
do_transform_generic (void *context, const unsigned char *data, size_t nblks)
292
{
292
{
293
  SHA512_CONTEXT *hd = context;
293
  SHA512_CONTEXT *hd = context;
294
  return _gcry_sha512_transform_armv7_neon (&hd->state, data, k, nblks);
294
  return _gcry_sha512_transform_arm (&hd->state, data, k, nblks);
295
}
295
}
296
#else
296
#else
297
static unsigned int
297
static unsigned int
298
- 

Return to bug 766423