aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/curve25519-x86_64.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-24crypto: x86/curve25519 - use in/out register constraints more preciselyGravatar Jason A. Donenfeld 1-278/+489
2021-06-11crypto: x86/curve25519 - fix cpu feature checking logic in mod_exitGravatar Hangbin Liu 1-1/+1
2021-03-18x86: Fix various typos in commentsGravatar Ingo Molnar 1-3/+3
2020-09-11crypto: curve25519-x86_64 - Use XORL r32,32Gravatar Uros Bizjak 1-34/+34
2020-08-20crypto: algapi - Remove skbuff.h inclusionGravatar Herbert Xu 1-0/+1
2020-07-31crypto: x86/curve25519 - Remove unused carry variablesGravatar Herbert Xu 1-4/+2
2020-03-06crypto: x86/curve25519 - leave r12 as spare registerGravatar Jason A. Donenfeld 1-55/+55
2020-02-13crypto: x86/curve25519 - replace with formally verified implementationGravatar Jason A. Donenfeld 1-2254/+1292
2019-11-27crypto: arch - conditionalize crypto api in arch glue for lib codeGravatar Jason A. Donenfeld 1-3/+4
2019-11-17crypto: curve25519 - x86_64 library and KPP implementationsGravatar Jason A. Donenfeld 1-0/+2475