Home
last modified time | relevance | path

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

/linux-4.4.14/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()
268 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_maxsize()
286 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_encrypt()
304 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_decrypt()
322 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_sign()
340 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_verify()
361 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_pub_key()
382 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_priv_key()
/linux-4.4.14/crypto/
Dakcipher.c59 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_exit_tfm()
67 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_init_tfm()