Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/
H A Dakcipher.h139 static inline struct akcipher_alg *crypto_akcipher_alg( in crypto_akcipher_alg() function
260 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_maxsize()
279 return crypto_akcipher_alg(tfm)->encrypt(req); in crypto_akcipher_encrypt()
296 return crypto_akcipher_alg(tfm)->decrypt(req); in crypto_akcipher_decrypt()
352 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_pub_key()
374 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_priv_key()
/linux-6.15/crypto/
H A Dakcipher.c60 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_exit_tfm()
68 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_init_tfm()
/linux-6.15/drivers/crypto/aspeed/
H A Daspeed-acry.c573 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in aspeed_acry_rsa_init_tfm()