Lines Matching refs:skcipher_alg
28 char head[offsetof(struct skcipher_alg, base)];
31 struct skcipher_alg alg;
112 static inline struct skcipher_alg *crypto_skcipher_spawn_alg( in crypto_skcipher_spawn_alg()
115 return container_of(spawn->base.alg, struct skcipher_alg, base); in crypto_skcipher_spawn_alg()
118 static inline struct skcipher_alg *crypto_spawn_skcipher_alg( in crypto_spawn_skcipher_alg()
136 int crypto_register_skcipher(struct skcipher_alg *alg);
137 void crypto_unregister_skcipher(struct skcipher_alg *alg);
138 int crypto_register_skciphers(struct skcipher_alg *algs, int count);
139 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count);
185 struct skcipher_alg *alg) in crypto_skcipher_alg_min_keysize()
198 struct skcipher_alg *alg) in crypto_skcipher_alg_max_keysize()