mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 08:45:26 -05:00
Documentation for crypto programming interfaces lack explicit title. As such, all its sections become entries in the toctree index. Add the title heading to tidy up toctree. Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
19 lines
547 B
ReStructuredText
19 lines
547 B
ReStructuredText
Asymmetric Signature
|
|
====================
|
|
|
|
Asymmetric Signature Algorithm Definitions
|
|
------------------------------------------
|
|
|
|
.. kernel-doc:: include/crypto/sig.h
|
|
:functions: sig_alg
|
|
|
|
Asymmetric Signature API
|
|
------------------------
|
|
|
|
.. kernel-doc:: include/crypto/sig.h
|
|
:doc: Generic Public Key Signature API
|
|
|
|
.. kernel-doc:: include/crypto/sig.h
|
|
:functions: crypto_alloc_sig crypto_free_sig crypto_sig_set_pubkey crypto_sig_set_privkey crypto_sig_keysize crypto_sig_maxsize crypto_sig_digestsize crypto_sig_sign crypto_sig_verify
|
|
|