summaryrefslogtreecommitdiff
path: root/include/asm-frv/sections.h
AgeCommit message (Collapse)Author
2005-04-16Linux-2.6.12-rc2Linus Torvalds
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
o/ecc.c?id=01474b70a779319db6d3d2d67a7232a7b4202029'>crypto: ecdh - Initialize ctx->private_key in proper byte orderStefan Berger 2024-04-12crypto: ecc - Add NIST P521 curve parametersStefan Berger 2024-04-12crypto: ecc - Add special case for NIST P521 in ecc_point_multStefan Berger 2024-04-12crypto: ecc - Implement vli_mmod_fast_521 for NIST p521Stefan Berger 2024-04-12crypto: ecc - Use ECC_CURVE_NIST_P192/256/384_DIGITS where possibleStefan Berger 2024-04-12crypto: ecc - remove checks in crypto_ecdh_shared_secret() and ecc_make_pub_k...Roman Smirnov 2024-04-02crypto: ecc - update ecc_gen_privkey for FIPS 186-5Joachim Vandersmissen 2023-02-14crypto: ecc - Silence sparse warningHerbert Xu 2021-10-29crypto: ecc - Export additional helper functionsDaniele Alessandrelli 2021-10-29crypto: ecc - Move ecc.h to include/crypto/internalDaniele Alessandrelli 2021-03-26crypto: ecc - Correct an error in the commentsMeng Yu 2021-03-26Merge branch 'ecc'Herbert Xu 2021-03-26crypto: ecc - Add math to support fast NIST P384Saulo Alessandre 2021-03-26crypto: ecc - Add NIST P384 curve parametersSaulo Alessandre 2021-03-26crypto: ecdsa - Add support for ECDSA signature verificationStefan Berger 2021-03-13crypto: ecc - add curve25519 params and expose themMeng Yu 2021-03-13crypto: ecc - expose ecc curvesMeng Yu 2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long 2020-07-31crypto: ecc - SP800-56A rev 3 local public key validationStephan Müller 2020-07-31crypto: ecdh - check validity of Z before exportStephan Müller 2020-07-23crypto: Replace HTTP links with HTTPS onesAlexander A. Klimov 2019-11-17int128: move __uint128_t compiler test to KconfigArd Biesheuvel 2019-11-01crypto: ecdh - fix big endian bug in ECC libraryArd Biesheuvel 2019-04-18crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithmVitaly Chikunov 2019-04-18crypto: ecc - make ecc into separate moduleVitaly Chikunov 2018-11-16crypto: ecc - regularize scalar for scalar multiplicationVitaly Chikunov 2018-11-16crypto: ecc - check for invalid values in the key verification testVitaly Chikunov 2018-07-09crypto: ecdh - add public key verification testStephan Mueller 2018-04-21crypto: ecc - Actually remove stack VLA usageKees Cook 2018-03-16crypto: ecc - Remove stack VLA usageKees Cook