Symbol: crypto_skcipher_tfm
arch/sparc/crypto/camellia_glue.c
55
return camellia_set_key(crypto_skcipher_tfm(tfm), in_key, key_len);
crypto/cryptd.c
326
queue = cryptd_get_queue(crypto_skcipher_tfm(tfm));
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
412
crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm)),
drivers/crypto/aspeed/aspeed-hace-crypto.c
432
struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher);
drivers/crypto/bcm/cipher.c
4114
struct crypto_tfm *tfm = crypto_skcipher_tfm(skcipher);
drivers/crypto/bcm/cipher.c
4203
generic_cra_exit(crypto_skcipher_tfm(tfm));
drivers/crypto/cavium/nitrox/nitrox_skcipher.c
169
struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher);
drivers/crypto/ccree/cc_cipher.c
299
struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm);
drivers/crypto/ccree/cc_cipher.c
399
struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm);
drivers/crypto/ccree/cc_cipher.c
876
struct crypto_tfm *tfm = crypto_skcipher_tfm(sk_tfm);
drivers/crypto/gemini/sl3516-ce-cipher.c
340
crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm)));
drivers/crypto/hisilicon/sec/sec_algs.c
147
struct crypto_tfm *tfm = crypto_skcipher_tfm(atfm);
drivers/crypto/hisilicon/sec/sec_algs.c
711
struct crypto_tfm *tfm = crypto_skcipher_tfm(atfm);
drivers/crypto/inside-secure/eip93/eip93-cipher.c
83
struct crypto_tfm *tfm = crypto_skcipher_tfm(ctfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1362
struct crypto_tfm *tfm = crypto_skcipher_tfm(ctfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2542
struct crypto_tfm *tfm = crypto_skcipher_tfm(ctfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3147
struct crypto_tfm *tfm = crypto_skcipher_tfm(ctfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3263
struct crypto_tfm *tfm = crypto_skcipher_tfm(ctfm);
drivers/crypto/inside-secure/safexcel_cipher.c
375
struct crypto_tfm *tfm = crypto_skcipher_tfm(ctfm);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
635
struct crypto_tfm *ctfm = crypto_skcipher_tfm(tfm);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
648
crypto_tfm_alg_driver_name(crypto_skcipher_tfm(ctx->fallback_tfm))
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
652
return init_tfm(crypto_skcipher_tfm(tfm));
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
671
struct crypto_tfm *ctfm = crypto_skcipher_tfm(tfm);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
675
exit_tfm(crypto_skcipher_tfm(tfm));
drivers/crypto/intel/qat/qat_common/qat_algs.c
1011
struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm);
drivers/crypto/intel/qat/qat_common/qat_algs.c
944
struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm);
drivers/crypto/marvell/cesa/cipher.c
265
struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher);
drivers/crypto/marvell/octeontx/otx_cptvf_algs.c
239
struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm);
drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.c
537
struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm);
drivers/crypto/mxs-dcp.c
568
const char *name = crypto_tfm_alg_name(crypto_skcipher_tfm(tfm));
drivers/crypto/omap-des.c
452
struct crypto_tfm *tfm = crypto_skcipher_tfm(
drivers/crypto/padlock-aes.c
165
return aes_set_key(crypto_skcipher_tfm(tfm), in_key, key_len);
drivers/crypto/qce/skcipher.c
174
struct crypto_tfm *tfm = crypto_skcipher_tfm(ablk);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
111
struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
255
struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher);
drivers/crypto/s5p-sss.c
2023
struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher);
drivers/crypto/talitos.c
1729
crypto_tfm_alg_blocksize(crypto_skcipher_tfm(cipher));
drivers/crypto/talitos.c
1754
crypto_tfm_alg_blocksize(crypto_skcipher_tfm(cipher));
drivers/crypto/ti/dthev2-aes.c
125
const char *alg_name = crypto_tfm_alg_name(crypto_skcipher_tfm(tfm));
include/crypto/internal/des.h
102
return crypto_des_verify_key(crypto_skcipher_tfm(tfm), key);
include/crypto/internal/des.h
108
return crypto_des3_ede_verify_key(crypto_skcipher_tfm(tfm), key);
include/crypto/internal/skcipher.h
247
struct crypto_tfm *tfm_base = crypto_skcipher_tfm(tfm);
include/crypto/skcipher.h
319
return crypto_skcipher_tfm(&tfm->base);
include/crypto/skcipher.h
330
crypto_destroy_tfm(tfm, crypto_skcipher_tfm(tfm));
include/crypto/skcipher.h
364
return crypto_tfm_alg_driver_name(crypto_skcipher_tfm(tfm));
include/crypto/skcipher.h
376
return container_of(crypto_skcipher_tfm(tfm)->__crt_alg,
include/crypto/skcipher.h
383
return container_of(crypto_skcipher_tfm(tfm)->__crt_alg,
include/crypto/skcipher.h
442
return crypto_tfm_alg_blocksize(crypto_skcipher_tfm(tfm));
include/crypto/skcipher.h
538
return crypto_tfm_alg_alignmask(crypto_skcipher_tfm(tfm));
include/crypto/skcipher.h
549
return crypto_tfm_get_flags(crypto_skcipher_tfm(tfm));
include/crypto/skcipher.h
555
crypto_tfm_set_flags(crypto_skcipher_tfm(tfm), flags);
include/crypto/skcipher.h
561
crypto_tfm_clear_flags(crypto_skcipher_tfm(tfm), flags);
include/crypto/skcipher.h
821
req->base.tfm = crypto_skcipher_tfm(tfm);