Symbol: lskcipher_alg
crypto/arc4.c
49
static struct lskcipher_alg arc4_alg = {
crypto/ecb.c
174
struct lskcipher_alg *cipher_alg;
crypto/lskcipher.c
143
struct lskcipher_alg *alg = crypto_lskcipher_alg(tfm);
crypto/lskcipher.c
152
struct lskcipher_alg *alg = crypto_lskcipher_alg(tfm);
crypto/lskcipher.c
205
struct lskcipher_alg *alg = crypto_lskcipher_alg(*ctx);
crypto/lskcipher.c
214
struct lskcipher_alg *alg = crypto_lskcipher_alg(*ctx);
crypto/lskcipher.c
222
struct lskcipher_alg *alg = crypto_lskcipher_alg(skcipher);
crypto/lskcipher.c
230
struct lskcipher_alg *alg = crypto_lskcipher_alg(skcipher);
crypto/lskcipher.c
252
struct lskcipher_alg *skcipher = __crypto_lskcipher_alg(alg);
crypto/lskcipher.c
26
static inline struct lskcipher_alg *__crypto_lskcipher_alg(
crypto/lskcipher.c
266
struct lskcipher_alg *skcipher = __crypto_lskcipher_alg(alg);
crypto/lskcipher.c
29
return container_of(alg, struct lskcipher_alg, co.base);
crypto/lskcipher.c
297
.algsize = offsetof(struct lskcipher_alg, co.base),
crypto/lskcipher.c
344
static int lskcipher_prepare_alg(struct lskcipher_alg *alg)
crypto/lskcipher.c
36
struct lskcipher_alg *cipher = crypto_lskcipher_alg(tfm);
crypto/lskcipher.c
362
int crypto_register_lskcipher(struct lskcipher_alg *alg)
crypto/lskcipher.c
375
void crypto_unregister_lskcipher(struct lskcipher_alg *alg)
crypto/lskcipher.c
381
int crypto_register_lskciphers(struct lskcipher_alg *algs, int count)
crypto/lskcipher.c
397
void crypto_unregister_lskciphers(struct lskcipher_alg *algs, int count)
crypto/lskcipher.c
486
struct lskcipher_alg *cipher_alg;
crypto/lskcipher.c
57
struct lskcipher_alg *cipher = crypto_lskcipher_alg(tfm);
include/crypto/internal/skcipher.h
157
static inline struct lskcipher_alg *crypto_lskcipher_spawn_alg(
include/crypto/internal/skcipher.h
160
return container_of(spawn->base.alg, struct lskcipher_alg, co.base);
include/crypto/internal/skcipher.h
169
static inline struct lskcipher_alg *crypto_spawn_lskcipher_alg(
include/crypto/internal/skcipher.h
207
int crypto_register_lskcipher(struct lskcipher_alg *alg);
include/crypto/internal/skcipher.h
208
void crypto_unregister_lskcipher(struct lskcipher_alg *alg);
include/crypto/internal/skcipher.h
209
int crypto_register_lskciphers(struct lskcipher_alg *algs, int count);
include/crypto/internal/skcipher.h
210
void crypto_unregister_lskciphers(struct lskcipher_alg *algs, int count);
include/crypto/internal/skcipher.h
306
static inline struct lskcipher_alg *lskcipher_ialg_simple(
include/crypto/internal/skcipher.h
42
char head[offsetof(struct lskcipher_alg, co.base)];
include/crypto/internal/skcipher.h
45
struct lskcipher_alg alg;
include/crypto/skcipher.h
386
static inline struct lskcipher_alg *crypto_lskcipher_alg(
include/crypto/skcipher.h
390
struct lskcipher_alg, co.base);