Lines Matching refs:akcipher_alg
92 struct akcipher_alg { struct
139 static inline struct akcipher_alg *__crypto_akcipher_alg(struct crypto_alg *alg) in __crypto_akcipher_alg()
141 return container_of(alg, struct akcipher_alg, base); in __crypto_akcipher_alg()
150 static inline struct akcipher_alg *crypto_akcipher_alg( in crypto_akcipher_alg()
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()