Home
last modified time | relevance | path

Searched refs:crypto_akcipher_alg (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A Dakcipher.h150 static inline struct akcipher_alg *crypto_akcipher_alg( in crypto_akcipher_alg() function
158 return crypto_akcipher_alg(tfm)->reqsize; in crypto_akcipher_reqsize()
272 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_maxsize()
290 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_encrypt()
314 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_decrypt()
338 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_sign()
365 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_verify()
392 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_pub_key()
414 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_priv_key()
/kernel/linux/linux-6.6/include/crypto/
H A 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()
/kernel/linux/linux-5.10/crypto/
H A Dakcipher.c53 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_exit_tfm()
61 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_init_tfm()
/kernel/linux/linux-5.10/include/crypto/internal/
H A Dakcipher.h39 crypto_akcipher_alg(akcipher)->reqsize = reqsize; in akcipher_set_reqsize()
/kernel/linux/linux-6.6/crypto/
H A 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()
/kernel/linux/linux-6.6/drivers/crypto/aspeed/
H A Daspeed-acry.c573 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in aspeed_acry_rsa_init_tfm()

Completed in 5 milliseconds