Lines Matching refs:skcipher_alg

32 static inline struct skcipher_alg *__crypto_skcipher_alg(  in __crypto_skcipher_alg()
35 return container_of(alg, struct skcipher_alg, base); in __crypto_skcipher_alg()
42 struct skcipher_alg *alg; in skcipher_walk_virt()
132 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey_unaligned()
152 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in crypto_skcipher_setkey()
189 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_encrypt()
202 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_decrypt()
251 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_export()
262 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_import()
273 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_exit_tfm()
281 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_init_tfm()
326 struct skcipher_alg *skcipher = __crypto_skcipher_alg(alg); in crypto_skcipher_show()
343 struct skcipher_alg *skcipher = __crypto_skcipher_alg(alg); in crypto_skcipher_report()
374 .algsize = offsetof(struct skcipher_alg, base),
441 static int skcipher_prepare_alg(struct skcipher_alg *alg) in skcipher_prepare_alg()
468 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher()
481 void crypto_unregister_skcipher(struct skcipher_alg *alg) in crypto_unregister_skcipher()
487 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers()
507 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers()