Home
last modified time | relevance | path

Searched refs:crypto_alloc_sig (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/crypto/
H A Dsig.c79 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 Dtestmgr.c4228 tfm = crypto_alloc_sig(driver, type, mask); in alg_test_sig()
/linux-6.15/Documentation/crypto/
H A Dapi-sig.rst14 …: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 Dpublic_key.c192 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 Dsig.h94 struct crypto_sig *crypto_alloc_sig(const char *alg_name, u32 type, u32 mask);