summaryrefslogtreecommitdiff
path: root/include/crypto/sig.h
AgeCommit message (Expand)AuthorFilesLines
2024-10-05crypto: ecdsa - Move X9.62 signature size calculation into templateLukas Wunner1-0/+38
2024-10-05crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()Lukas Wunner1-7/+7
2024-10-05crypto: sig - Move crypto_sig_*() API calls to include fileLukas Wunner1-11/+36
2024-10-05crypto: sig - Introduce sig_alg backendLukas Wunner1-0/+61
2023-10-05crypto: sig - fix kernel-doc typoRandy Dunlap1-1/+1
2023-06-23crypto: sig - Add interface for sign/verifyHerbert Xu1-0/+140