Symbol: crypto_sync_skcipher
block/blk-crypto-fallback.c
218
static struct crypto_sync_skcipher *
block/blk-crypto-fallback.c
242
struct crypto_sync_skcipher *tfm)
block/blk-crypto-fallback.c
375
struct crypto_sync_skcipher *tfm)
block/blk-crypto-fallback.c
78
struct crypto_sync_skcipher *tfms[BLK_ENCRYPTION_MODE_MAX];
crypto/krb5/rfc3961_simplified.c
104
static int rfc3961_do_encrypt(struct crypto_sync_skcipher *tfm, void *iv,
crypto/krb5/rfc3961_simplified.c
272
struct crypto_sync_skcipher *cipher;
crypto/krb5/rfc3961_simplified.c
353
struct crypto_sync_skcipher *cipher;
crypto/skcipher.c
643
struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(
crypto/skcipher.c
664
return (struct crypto_sync_skcipher *)tfm;
drivers/crypto/amcc/crypto4xx_core.h
124
struct crypto_sync_skcipher *cipher;
drivers/crypto/axis/artpec6_crypto.c
330
struct crypto_sync_skcipher *fallback;
drivers/crypto/hisilicon/sec2/sec.h
155
struct crypto_sync_skcipher *fbtfm;
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
1152
struct crypto_sync_skcipher *blk;
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
53
struct crypto_sync_skcipher *sk;
drivers/crypto/ti/dthev2-common.h
89
struct crypto_sync_skcipher *skcipher_fb;
fs/crypto/crypto.c
115
struct crypto_sync_skcipher *tfm = ci->ci_enc_key.tfm;
fs/crypto/fname.c
142
struct crypto_sync_skcipher *tfm = ci->ci_enc_key.tfm;
fs/crypto/fname.c
98
struct crypto_sync_skcipher *tfm = ci->ci_enc_key.tfm;
fs/crypto/fscrypt_private.h
242
struct crypto_sync_skcipher *tfm;
fs/crypto/keysetup.c
100
static struct crypto_sync_skcipher *
fs/crypto/keysetup.c
104
struct crypto_sync_skcipher *tfm;
fs/crypto/keysetup.c
156
struct crypto_sync_skcipher *tfm;
fs/crypto/keysetup_v1.c
51
struct crypto_sync_skcipher *tfm;
include/crypto/skcipher.h
282
struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(const char *alg_name,
include/crypto/skcipher.h
316
struct crypto_sync_skcipher *tfm)
include/crypto/skcipher.h
332
static inline void crypto_free_sync_skcipher(struct crypto_sync_skcipher *tfm)
include/crypto/skcipher.h
408
struct crypto_sync_skcipher *tfm)
include/crypto/skcipher.h
529
struct crypto_sync_skcipher *tfm)
include/crypto/skcipher.h
564
struct crypto_sync_skcipher *tfm)
include/crypto/skcipher.h
570
struct crypto_sync_skcipher *tfm, u32 flags)
include/crypto/skcipher.h
576
struct crypto_sync_skcipher *tfm, u32 flags)
include/crypto/skcipher.h
617
static inline int crypto_sync_skcipher_setkey(struct crypto_sync_skcipher *tfm,
include/crypto/skcipher.h
681
static inline struct crypto_sync_skcipher *crypto_sync_skcipher_reqtfm(
include/crypto/skcipher.h
686
return container_of(tfm, struct crypto_sync_skcipher, base);
include/crypto/skcipher.h
824
struct crypto_sync_skcipher *tfm)
net/ceph/crypto.h
22
struct crypto_sync_skcipher *aes_tfm;
net/mac802154/llsec.h
24
struct crypto_sync_skcipher *tfm0;
net/rxrpc/ar-internal.h
567
struct crypto_sync_skcipher *cipher; /* encryption handle */
net/rxrpc/rxkad.c
103
struct crypto_sync_skcipher *ci;
net/rxrpc/rxkad.c
1327
struct crypto_sync_skcipher *tfm;
net/rxrpc/rxkad.c
192
struct crypto_sync_skcipher *ci)
net/rxrpc/rxkad.c
43
struct crypto_sync_skcipher *ci);
net/rxrpc/rxkad.c
50
static struct crypto_sync_skcipher *rxkad_ci;
net/sunrpc/auth_gss/gss_krb5_crypto.c
104
struct crypto_sync_skcipher *tfm,
net/sunrpc/auth_gss/gss_krb5_crypto.c
241
struct crypto_sync_skcipher *tfm =
net/sunrpc/auth_gss/gss_krb5_crypto.c
314
struct crypto_sync_skcipher *tfm =
net/sunrpc/auth_gss/gss_krb5_crypto.c
393
gss_krb5_cts_crypt(struct crypto_sync_skcipher *cipher, struct xdr_buf *buf,
net/sunrpc/auth_gss/gss_krb5_crypto.c
476
int krb5_cbc_cts_encrypt(struct crypto_sync_skcipher *cts_tfm,
net/sunrpc/auth_gss/gss_krb5_crypto.c
477
struct crypto_sync_skcipher *cbc_tfm,
net/sunrpc/auth_gss/gss_krb5_crypto.c
541
int krb5_cbc_cts_decrypt(struct crypto_sync_skcipher *cts_tfm,
net/sunrpc/auth_gss/gss_krb5_crypto.c
542
struct crypto_sync_skcipher *cbc_tfm,
net/sunrpc/auth_gss/gss_krb5_crypto.c
588
struct crypto_sync_skcipher *cipher, *aux_cipher;
net/sunrpc/auth_gss/gss_krb5_crypto.c
661
struct crypto_sync_skcipher *cipher, *aux_cipher;
net/sunrpc/auth_gss/gss_krb5_crypto.c
730
u32 krb5_etm_checksum(struct crypto_sync_skcipher *cipher,
net/sunrpc/auth_gss/gss_krb5_crypto.c
816
struct crypto_sync_skcipher *cipher, *aux_cipher;
net/sunrpc/auth_gss/gss_krb5_crypto.c
904
struct crypto_sync_skcipher *cipher, *aux_cipher;
net/sunrpc/auth_gss/gss_krb5_internal.h
162
u32 krb5_encrypt(struct crypto_sync_skcipher *key, void *iv, void *in,
net/sunrpc/auth_gss/gss_krb5_internal.h
183
int krb5_cbc_cts_encrypt(struct crypto_sync_skcipher *cts_tfm,
net/sunrpc/auth_gss/gss_krb5_internal.h
184
struct crypto_sync_skcipher *cbc_tfm, u32 offset,
net/sunrpc/auth_gss/gss_krb5_internal.h
187
int krb5_cbc_cts_decrypt(struct crypto_sync_skcipher *cts_tfm,
net/sunrpc/auth_gss/gss_krb5_internal.h
188
struct crypto_sync_skcipher *cbc_tfm,
net/sunrpc/auth_gss/gss_krb5_internal.h
190
u32 krb5_etm_checksum(struct crypto_sync_skcipher *cipher,
net/sunrpc/auth_gss/gss_krb5_internal.h
65
struct crypto_sync_skcipher *enc;
net/sunrpc/auth_gss/gss_krb5_internal.h
66
struct crypto_sync_skcipher *seq;
net/sunrpc/auth_gss/gss_krb5_internal.h
67
struct crypto_sync_skcipher *acceptor_enc;
net/sunrpc/auth_gss/gss_krb5_internal.h
68
struct crypto_sync_skcipher *initiator_enc;
net/sunrpc/auth_gss/gss_krb5_internal.h
69
struct crypto_sync_skcipher *acceptor_enc_aux;
net/sunrpc/auth_gss/gss_krb5_internal.h
70
struct crypto_sync_skcipher *initiator_enc_aux;
net/sunrpc/auth_gss/gss_krb5_keys.c
157
struct crypto_sync_skcipher *cipher;
net/sunrpc/auth_gss/gss_krb5_mech.c
266
static struct crypto_sync_skcipher *
net/sunrpc/auth_gss/gss_krb5_mech.c
269
struct crypto_sync_skcipher *tfm;
net/sunrpc/auth_gss/gss_krb5_test.c
1117
struct crypto_sync_skcipher *cts_tfm, *cbc_tfm;
net/sunrpc/auth_gss/gss_krb5_test.c
1612
struct crypto_sync_skcipher *cts_tfm, *cbc_tfm;
net/sunrpc/auth_gss/gss_krb5_test.c
1787
struct crypto_sync_skcipher *cts_tfm, *cbc_tfm;
net/sunrpc/auth_gss/gss_krb5_test.c
530
struct crypto_sync_skcipher *cts_tfm, *cbc_tfm;