Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
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( in crypto_lskcipher_spawn_alg()
154 return container_of(spawn->base.alg, struct lskcipher_alg, co.base); in crypto_lskcipher_spawn_alg()
163 static inline struct lskcipher_alg *crypto_spawn_lskcipher_alg( in 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_simple( in lskcipher_ialg_simple()
/linux/crypto/
A Dlskcipher.c26 static inline struct lskcipher_alg *__crypto_lskcipher_alg( in __crypto_lskcipher_alg()
29 return container_of(alg, struct lskcipher_alg, co.base); in __crypto_lskcipher_alg()
36 struct lskcipher_alg *cipher = crypto_lskcipher_alg(tfm); in lskcipher_setkey_unaligned()
57 struct lskcipher_alg *cipher = crypto_lskcipher_alg(tfm); in crypto_lskcipher_setkey()
143 struct lskcipher_alg *alg = crypto_lskcipher_alg(tfm); in crypto_lskcipher_encrypt()
152 struct lskcipher_alg *alg = crypto_lskcipher_alg(tfm); in crypto_lskcipher_decrypt()
205 struct lskcipher_alg *alg = crypto_lskcipher_alg(*ctx); in crypto_lskcipher_encrypt_sg()
214 struct lskcipher_alg *alg = crypto_lskcipher_alg(*ctx); in crypto_lskcipher_decrypt_sg()
343 static int lskcipher_prepare_alg(struct lskcipher_alg *alg) in lskcipher_prepare_alg()
361 int crypto_register_lskcipher(struct lskcipher_alg *alg) in crypto_register_lskcipher()
[all …]
A Darc4.c49 static struct lskcipher_alg arc4_alg = {
A Decb.c174 struct lskcipher_alg *cipher_alg; in crypto_ecb_create()
/linux/include/crypto/
A Dskcipher.h202 struct lskcipher_alg { struct
379 static inline struct lskcipher_alg *crypto_lskcipher_alg( in crypto_lskcipher_alg()
383 struct lskcipher_alg, co.base); in crypto_lskcipher_alg()

Completed in 13 milliseconds