Home
last modified time | relevance | path

Searched refs:crypto_akcipher_alg (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/crypto/
Dakcipher.h178 static inline struct akcipher_alg *crypto_akcipher_alg( in crypto_akcipher_alg() function
300 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_maxsize()
339 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_encrypt()
364 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_decrypt()
425 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_sign()
450 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_verify()
475 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_pub_key()
497 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_priv_key()
/Linux-v6.6/crypto/
Dakcipher.c47 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_exit_tfm()
55 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_init_tfm()
/Linux-v6.6/drivers/crypto/aspeed/
Daspeed-acry.c573 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in aspeed_acry_rsa_init_tfm()