Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/internal/
H A Dskcipher.h42 char head[offsetof(struct lskcipher_alg, co.base)];
45 struct lskcipher_alg alg;
158 static inline struct lskcipher_alg *crypto_lskcipher_spawn_alg( in crypto_lskcipher_spawn_alg()
161 return container_of(spawn->base.alg, struct lskcipher_alg, co.base); in crypto_lskcipher_spawn_alg()
170 static inline struct lskcipher_alg *crypto_spawn_lskcipher_alg( in crypto_spawn_lskcipher_alg()
208 int crypto_register_lskcipher(struct lskcipher_alg *alg);
209 void crypto_unregister_lskcipher(struct lskcipher_alg *alg);
210 int crypto_register_lskciphers(struct lskcipher_alg *algs, int count);
211 void crypto_unregister_lskciphers(struct lskcipher_alg *algs, int count);
300 static inline struct lskcipher_alg *lskcipher_ialg_simple( in lskcipher_ialg_simple()
/linux-6.15/crypto/
H 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 …]
H A Darc4.c49 static struct lskcipher_alg arc4_alg = {
H A Decb.c174 struct lskcipher_alg *cipher_alg; in crypto_ecb_create()
/linux-6.15/include/crypto/
H A Dskcipher.h202 struct lskcipher_alg { struct
386 static inline struct lskcipher_alg *crypto_lskcipher_alg( in crypto_lskcipher_alg()
390 struct lskcipher_alg, co.base); in crypto_lskcipher_alg()