Lines Matching refs:akcipher_alg
117 struct akcipher_alg { struct
167 static inline struct akcipher_alg *__crypto_akcipher_alg(struct crypto_alg *alg) in __crypto_akcipher_alg()
169 return container_of(alg, struct akcipher_alg, base); in __crypto_akcipher_alg()
178 static inline struct akcipher_alg *crypto_akcipher_alg( in crypto_akcipher_alg()
300 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_maxsize()
306 struct akcipher_alg *alg) in akcipher_get_stat()
315 static inline int crypto_akcipher_errstat(struct akcipher_alg *alg, int err) in crypto_akcipher_errstat()
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()