Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.13 15 lines 504 B view raw
1Asymmetric Signature Algorithm Definitions 2------------------------------------------ 3 4.. kernel-doc:: include/crypto/sig.h 5 :functions: sig_alg 6 7Asymmetric Signature API 8------------------------ 9 10.. kernel-doc:: include/crypto/sig.h 11 :doc: Generic Public Key Signature API 12 13.. kernel-doc:: include/crypto/sig.h 14 :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 15