Searched refs:lskcipher_alg (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/crypto/internal/
H A Dskcipher.h43 char head[offsetof(struct lskcipher_alg, co.base)];
46 struct lskcipher_alg alg;
151 static inline struct lskcipher_alg *crypto_lskcipher_spawn_alg(
154 return container_of(spawn->base.alg, struct lskcipher_alg, co.base);
163 static inline struct lskcipher_alg *crypto_spawn_lskcipher_alg(
201 int crypto_register_lskcipher(struct lskcipher_alg *alg);
202 void crypto_unregister_lskcipher(struct lskcipher_alg *alg);
203 int crypto_register_lskciphers(struct lskcipher_alg *algs, int count);
204 void crypto_unregister_lskciphers(struct lskcipher_alg *algs, int count);
294 static inline struct lskcipher_alg *lskcipher_ialg_simpl
[all...]
/linux-master/crypto/
H A Dlskcipher.c26 static inline struct lskcipher_alg *__crypto_lskcipher_alg(
29 return container_of(alg, struct lskcipher_alg, co.base);
36 struct lskcipher_alg *cipher = crypto_lskcipher_alg(tfm);
57 struct lskcipher_alg *cipher = crypto_lskcipher_alg(tfm);
143 struct lskcipher_alg *alg = crypto_lskcipher_alg(tfm);
152 struct lskcipher_alg *alg = crypto_lskcipher_alg(tfm);
205 struct lskcipher_alg *alg = crypto_lskcipher_alg(*ctx);
214 struct lskcipher_alg *alg = crypto_lskcipher_alg(*ctx);
222 struct lskcipher_alg *alg = crypto_lskcipher_alg(skcipher);
230 struct lskcipher_alg *al
[all...]
H A Darc4.c49 static struct lskcipher_alg arc4_alg = {
H A Decb.c174 struct lskcipher_alg *cipher_alg;
/linux-master/include/crypto/
H A Dskcipher.h170 * struct lskcipher_alg - linear symmetric key cipher definition
202 struct lskcipher_alg { struct
379 static inline struct lskcipher_alg *crypto_lskcipher_alg(
383 struct lskcipher_alg, co.base);

Completed in 340 milliseconds