Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dakcipher.c109 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher() function
114 EXPORT_SYMBOL_GPL(crypto_alloc_akcipher);
Dtestmgr.c2382 tfm = crypto_alloc_akcipher(driver, type, mask); in alg_test_akcipher()
/Linux-v4.19/Documentation/crypto/
Dapi-akcipher.rst14 …:functions: crypto_alloc_akcipher crypto_free_akcipher crypto_akcipher_set_pub_key crypto_akcipher…
/Linux-v4.19/crypto/asymmetric_keys/
Dpublic_key.c100 tfm = crypto_alloc_akcipher(alg_name, 0, 0); in public_key_verify_signature()
/Linux-v4.19/include/crypto/
Dakcipher.h130 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type,