Lines Matching refs:skcipher_alg
24 char head[offsetof(struct skcipher_alg, base)];
27 struct skcipher_alg alg;
101 static inline struct skcipher_alg *crypto_skcipher_spawn_alg( in crypto_skcipher_spawn_alg()
104 return container_of(spawn->base.alg, struct skcipher_alg, base); in crypto_skcipher_spawn_alg()
107 static inline struct skcipher_alg *crypto_spawn_skcipher_alg( in crypto_spawn_skcipher_alg()
125 int crypto_register_skcipher(struct skcipher_alg *alg);
126 void crypto_unregister_skcipher(struct skcipher_alg *alg);
127 int crypto_register_skciphers(struct skcipher_alg *algs, int count);
128 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count);
166 struct skcipher_alg *alg) in crypto_skcipher_alg_min_keysize()
172 struct skcipher_alg *alg) in crypto_skcipher_alg_max_keysize()
178 struct skcipher_alg *alg) in crypto_skcipher_alg_walksize()