Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A android_kernel_samsung_matisse
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • matisse
  • android_kernel_samsung_matisse
  • Repository

Switch branch/tag
  1. android_kernel_samsung_matisse
  2. crypto
History Find file
Download source code
zip tar.gz tar.bz2 tar
Download this directory
zip tar.gz tar.bz2 tar
Clone
  • Visual Studio Code (SSH)
    Visual Studio Code (HTTPS)
  • Copy SSH clone URLgit@git.sphere.ly:matisse/android_kernel_samsung_matisse.git
  • Copy HTTPS clone URLhttps://git.sphere.ly/matisse/android_kernel_samsung_matisse.git
[CRYPTO] hmac: Fix error truncation by unlikely()
Herbert Xu authored 18 years ago

The error return values are truncated by unlikely so we need to
save it first.  Thanks to Kyle Moffett for spotting this.
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
73af07de
Name Last commit Last update
..
Kconfig
Makefile
aes.c
algapi.c
anubis.c
api.c
arc4.c
blkcipher.c
blowfish.c
cast5.c
cast6.c
cbc.c
cipher.c
compress.c
crc32c.c
crypto_null.c
cryptomgr.c
deflate.c
des.c
digest.c
ecb.c
hash.c
hmac.c
internal.h
khazad.c
md4.c
md5.c
michael_mic.c
proc.c
scatterwalk.c
scatterwalk.h
serpent.c
sha1.c
sha256.c
sha512.c
tcrypt.c
tcrypt.h
tea.c
tgr192.c
twofish.c
twofish_common.c
wp512.c