xref: /linux/Documentation/crypto/api-sig.rst (revision 221f00418e726237dbe38ba627ce08b22d3667f7)
165c4c93cSLukas WunnerAsymmetric Signature Algorithm Definitions
265c4c93cSLukas Wunner------------------------------------------
365c4c93cSLukas Wunner
465c4c93cSLukas Wunner.. kernel-doc:: include/crypto/sig.h
565c4c93cSLukas Wunner   :functions: sig_alg
665c4c93cSLukas Wunner
765c4c93cSLukas WunnerAsymmetric Signature API
865c4c93cSLukas Wunner------------------------
965c4c93cSLukas Wunner
1065c4c93cSLukas Wunner.. kernel-doc:: include/crypto/sig.h
1165c4c93cSLukas Wunner   :doc: Generic Public Key Signature API
1265c4c93cSLukas Wunner
1365c4c93cSLukas Wunner.. kernel-doc:: include/crypto/sig.h
14*221f0041SLukas Wunner   :functions: crypto_alloc_sig crypto_free_sig crypto_sig_set_pubkey crypto_sig_set_privkey crypto_sig_keysize crypto_sig_sign crypto_sig_verify
15*221f0041SLukas Wunner
16