Symbol: crypto_cipher
crypto/adiantum.c
503
struct crypto_cipher *blockcipher;
crypto/adiantum.c
62
struct crypto_cipher *blockcipher;
crypto/ccm.c
55
struct crypto_cipher *child;
crypto/ccm.c
794
struct crypto_cipher *tfm = tctx->child;
crypto/ccm.c
812
struct crypto_cipher *tfm = tctx->child;
crypto/ccm.c
827
struct crypto_cipher *cipher;
crypto/cipher.c
20
static int setkey_unaligned(struct crypto_cipher *tfm, const u8 *key,
crypto/cipher.c
42
int crypto_cipher_setkey(struct crypto_cipher *tfm,
crypto/cipher.c
58
static inline void cipher_crypt_one(struct crypto_cipher *tfm,
crypto/cipher.c
79
void crypto_cipher_encrypt_one(struct crypto_cipher *tfm,
crypto/cipher.c
86
void crypto_cipher_decrypt_one(struct crypto_cipher *tfm,
crypto/cipher.c
93
struct crypto_cipher *crypto_clone_cipher(struct crypto_cipher *cipher)
crypto/cipher.c
97
struct crypto_cipher *ncipher;
crypto/cmac.c
104
struct crypto_cipher *tfm = tctx->child;
crypto/cmac.c
122
struct crypto_cipher *tfm = tctx->child;
crypto/cmac.c
142
struct crypto_cipher *cipher;
crypto/cmac.c
158
struct crypto_cipher *cipher;
crypto/cmac.c
33
struct crypto_cipher *child;
crypto/ctr.c
102
struct crypto_cipher *cipher = skcipher_cipher_simple(tfm);
crypto/ctr.c
29
struct crypto_cipher *tfm)
crypto/ctr.c
47
struct crypto_cipher *tfm)
crypto/ctr.c
73
struct crypto_cipher *tfm)
crypto/ecb.c
137
inst->alg.co.base.cra_ctxsize = sizeof(struct crypto_cipher *);
crypto/ecb.c
16
static int crypto_ecb_crypt(struct crypto_cipher *cipher, const u8 *src,
crypto/ecb.c
37
struct crypto_cipher **ctx = crypto_lskcipher_ctx(tfm);
crypto/ecb.c
38
struct crypto_cipher *cipher = *ctx;
crypto/ecb.c
48
struct crypto_cipher **ctx = crypto_lskcipher_ctx(tfm);
crypto/ecb.c
49
struct crypto_cipher *cipher = *ctx;
crypto/ecb.c
59
struct crypto_cipher **ctx = crypto_lskcipher_ctx(tfm);
crypto/ecb.c
60
struct crypto_cipher *cipher = *ctx;
crypto/ecb.c
71
struct crypto_cipher **ctx = crypto_lskcipher_ctx(tfm);
crypto/ecb.c
73
struct crypto_cipher *cipher;
crypto/ecb.c
86
struct crypto_cipher **ctx = crypto_lskcipher_ctx(tfm);
crypto/essiv.c
271
struct crypto_cipher *essiv_cipher;
crypto/essiv.c
55
struct crypto_cipher *essiv_cipher;
crypto/hctr2.c
279
struct crypto_cipher *blockcipher;
crypto/hctr2.c
42
struct crypto_cipher *blockcipher;
crypto/pcbc.c
111
struct crypto_cipher *tfm)
crypto/pcbc.c
134
struct crypto_cipher *cipher = skcipher_cipher_simple(tfm);
crypto/pcbc.c
22
struct crypto_cipher *tfm)
crypto/pcbc.c
44
struct crypto_cipher *tfm)
crypto/pcbc.c
67
struct crypto_cipher *cipher = skcipher_cipher_simple(tfm);
crypto/pcbc.c
89
struct crypto_cipher *tfm)
crypto/skcipher.c
781
struct crypto_cipher *cipher = skcipher_cipher_simple(tfm);
crypto/skcipher.c
794
struct crypto_cipher *cipher;
crypto/testmgr.c
2713
static int test_cipher(struct crypto_cipher *tfm, int enc,
crypto/testmgr.c
3443
struct crypto_cipher *tfm;
crypto/xcbc.c
107
struct crypto_cipher *cipher;
crypto/xcbc.c
32
struct crypto_cipher *child;
crypto/xcbc.c
72
struct crypto_cipher *tfm = tctx->child;
crypto/xcbc.c
90
struct crypto_cipher *tfm = tctx->child;
crypto/xctr.c
103
struct crypto_cipher *cipher = skcipher_cipher_simple(tfm);
crypto/xctr.c
35
struct crypto_cipher *tfm, u32 byte_ctr)
crypto/xctr.c
50
struct crypto_cipher *tfm, u32 byte_ctr)
crypto/xctr.c
75
struct crypto_cipher *tfm, u32 byte_ctr)
crypto/xts.c
26
struct crypto_cipher *tweak;
crypto/xts.c
301
struct crypto_cipher *tweak;
crypto/xts.c
46
struct crypto_cipher *tweak;
drivers/crypto/geode-aes.h
53
struct crypto_cipher *cip;
drivers/crypto/intel/qat/qat_common/qat_algs.c
84
struct crypto_cipher *tweak;
include/crypto/internal/cipher.h
109
static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm)
include/crypto/internal/cipher.h
114
static inline unsigned int crypto_cipher_alignmask(struct crypto_cipher *tfm)
include/crypto/internal/cipher.h
119
static inline u32 crypto_cipher_get_flags(struct crypto_cipher *tfm)
include/crypto/internal/cipher.h
124
static inline void crypto_cipher_set_flags(struct crypto_cipher *tfm,
include/crypto/internal/cipher.h
130
static inline void crypto_cipher_clear_flags(struct crypto_cipher *tfm,
include/crypto/internal/cipher.h
152
int crypto_cipher_setkey(struct crypto_cipher *tfm,
include/crypto/internal/cipher.h
164
void crypto_cipher_encrypt_one(struct crypto_cipher *tfm,
include/crypto/internal/cipher.h
176
void crypto_cipher_decrypt_one(struct crypto_cipher *tfm,
include/crypto/internal/cipher.h
179
struct crypto_cipher *crypto_clone_cipher(struct crypto_cipher *cipher);
include/crypto/internal/cipher.h
206
static inline struct crypto_cipher *crypto_spawn_cipher(
include/crypto/internal/cipher.h
215
static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm)
include/crypto/internal/cipher.h
37
static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm)
include/crypto/internal/cipher.h
39
return (struct crypto_cipher *)tfm;
include/crypto/internal/cipher.h
56
static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name,
include/crypto/internal/cipher.h
66
static inline struct crypto_tfm *crypto_cipher_tfm(struct crypto_cipher *tfm)
include/crypto/internal/cipher.h
75
static inline void crypto_free_cipher(struct crypto_cipher *tfm)
include/crypto/internal/skcipher.h
274
struct crypto_cipher *cipher; /* underlying block cipher */
include/crypto/internal/skcipher.h
276
static inline struct crypto_cipher *
tools/testing/selftests/bpf/benchs/bench_bpf_crypto.c
17
char *crypto_cipher;
tools/testing/selftests/bpf/benchs/bench_bpf_crypto.c
20
.crypto_cipher = "ecb(aes)",
tools/testing/selftests/bpf/benchs/bench_bpf_crypto.c
49
args.crypto_cipher = strdup(arg);
tools/testing/selftests/bpf/benchs/bench_bpf_crypto.c
50
if (!strlen(args.crypto_cipher) ||
tools/testing/selftests/bpf/benchs/bench_bpf_crypto.c
51
strlen(args.crypto_cipher) > MAX_CIPHER_LEN) {
tools/testing/selftests/bpf/benchs/bench_bpf_crypto.c
99
snprintf(ctx.skel->bss->cipher, 128, "%s", args.crypto_cipher);