Searched refs:crypto_alloc_sig (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/crypto/ |
| H A D | sig.c | 79 struct crypto_sig *crypto_alloc_sig(const char *alg_name, u32 type, u32 mask) in crypto_alloc_sig() function 83 EXPORT_SYMBOL_GPL(crypto_alloc_sig);
|
| H A D | testmgr.c | 4228 tfm = crypto_alloc_sig(driver, type, mask); in alg_test_sig()
|
| /linux-6.15/Documentation/crypto/ |
| H A D | api-sig.rst | 14 …:functions: crypto_alloc_sig crypto_free_sig crypto_sig_set_pubkey crypto_sig_set_privkey crypto_s…
|
| /linux-6.15/crypto/asymmetric_keys/ |
| H A D | public_key.c | 192 sig = crypto_alloc_sig(alg_name, 0, 0); in software_key_query() 292 sig = crypto_alloc_sig(alg_name, 0, 0); in software_key_eds_op() 398 tfm = crypto_alloc_sig(alg_name, 0, 0); in public_key_verify_signature()
|
| /linux-6.15/include/crypto/ |
| H A D | sig.h | 94 struct crypto_sig *crypto_alloc_sig(const char *alg_name, u32 type, u32 mask);
|