Searched refs:crypto_alloc_sig (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/crypto/ |
H A D | sig.c | 76 struct crypto_sig *crypto_alloc_sig(const char *alg_name, u32 type, u32 mask) in crypto_alloc_sig() function 80 EXPORT_SYMBOL_GPL(crypto_alloc_sig);
|
/openbmc/linux/include/crypto/ |
H A D | sig.h | 43 struct crypto_sig *crypto_alloc_sig(const char *alg_name, u32 type, u32 mask);
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | public_key.c | 186 sig = crypto_alloc_sig(alg_name, 0, 0); in software_key_query() 305 sig = crypto_alloc_sig(alg_name, 0, 0); in software_key_eds_op() 415 tfm = crypto_alloc_sig(alg_name, 0, 0); in public_key_verify_signature()
|