Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/
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()
271 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_maxsize()
289 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_encrypt()
307 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_decrypt()
325 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_sign()
343 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_verify()
364 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_pub_key()
385 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_priv_key()
/linux-4.19.296/crypto/
Dakcipher.c61 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_exit_tfm()
69 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_init_tfm()
/linux-4.19.296/include/crypto/internal/
Dakcipher.h44 crypto_akcipher_alg(akcipher)->reqsize = reqsize; in akcipher_set_reqsize()