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