Symbol: crypto_sync_skcipher
block/blk-crypto-fallback.c
219
static struct crypto_sync_skcipher *
block/blk-crypto-fallback.c
243
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
641
struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(
crypto/skcipher.c
662
return (struct crypto_sync_skcipher *)tfm;
drivers/crypto/amcc/crypto4xx_core.h
121
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
97
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;
include/crypto/skcipher.h
283
struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(const char *alg_name,
include/crypto/skcipher.h
317
struct crypto_sync_skcipher *tfm)
include/crypto/skcipher.h
333
static inline void crypto_free_sync_skcipher(struct crypto_sync_skcipher *tfm)
include/crypto/skcipher.h
409
struct crypto_sync_skcipher *tfm)
include/crypto/skcipher.h
530
struct crypto_sync_skcipher *tfm)
include/crypto/skcipher.h
565
struct crypto_sync_skcipher *tfm)
include/crypto/skcipher.h
571
struct crypto_sync_skcipher *tfm, u32 flags)
include/crypto/skcipher.h
577
struct crypto_sync_skcipher *tfm, u32 flags)
include/crypto/skcipher.h
618
static inline int crypto_sync_skcipher_setkey(struct crypto_sync_skcipher *tfm,
include/crypto/skcipher.h
682
static inline struct crypto_sync_skcipher *crypto_sync_skcipher_reqtfm(
include/crypto/skcipher.h
687
return container_of(tfm, struct crypto_sync_skcipher, base);
include/crypto/skcipher.h
825
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;