Searched refs:crypto_tfm_ctx (Results 1 - 25 of 143) sorted by relevance

123456

/linux-master/include/crypto/internal/
H A Dsig.h15 return crypto_tfm_ctx(&tfm->base);
H A Drng.h31 return crypto_tfm_ctx(&tfm->base);
/linux-master/crypto/
H A Ddes_generic.c22 struct des_ctx *dctx = crypto_tfm_ctx(tfm);
39 const struct des_ctx *dctx = crypto_tfm_ctx(tfm);
46 const struct des_ctx *dctx = crypto_tfm_ctx(tfm);
54 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm);
72 const struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm);
80 const struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm);
H A Daes_ti.c15 struct crypto_aes_ctx *ctx = crypto_tfm_ctx(tfm);
22 const struct crypto_aes_ctx *ctx = crypto_tfm_ctx(tfm);
38 const struct crypto_aes_ctx *ctx = crypto_tfm_ctx(tfm);
H A Dsm4_generic.c27 * retrieved with crypto_tfm_ctx().
34 struct sm4_ctx *ctx = crypto_tfm_ctx(tfm);
43 const struct sm4_ctx *ctx = crypto_tfm_ctx(tfm);
52 const struct sm4_ctx *ctx = crypto_tfm_ctx(tfm);
H A D842.c44 struct crypto842_ctx *ctx = crypto_tfm_ctx(tfm);
60 struct crypto842_ctx *ctx = crypto_tfm_ctx(tfm);
69 struct crypto842_ctx *ctx = crypto_tfm_ctx(tfm);
H A Dtea.c45 struct tea_ctx *ctx = crypto_tfm_ctx(tfm);
61 struct tea_ctx *ctx = crypto_tfm_ctx(tfm);
89 struct tea_ctx *ctx = crypto_tfm_ctx(tfm);
118 struct xtea_ctx *ctx = crypto_tfm_ctx(tfm);
134 struct xtea_ctx *ctx = crypto_tfm_ctx(tfm);
154 struct tea_ctx *ctx = crypto_tfm_ctx(tfm);
178 struct xtea_ctx *ctx = crypto_tfm_ctx(tfm);
198 struct tea_ctx *ctx = crypto_tfm_ctx(tfm);
H A Dlz4hc.c31 struct lz4hc_ctx *ctx = crypto_tfm_ctx(tfm);
47 struct lz4hc_ctx *ctx = crypto_tfm_ctx(tfm);
76 struct lz4hc_ctx *ctx = crypto_tfm_ctx(tfm);
H A Dlz4.c32 struct lz4_ctx *ctx = crypto_tfm_ctx(tfm);
48 struct lz4_ctx *ctx = crypto_tfm_ctx(tfm);
76 struct lz4_ctx *ctx = crypto_tfm_ctx(tfm);
H A Dlzo-rle.c31 struct lzorle_ctx *ctx = crypto_tfm_ctx(tfm);
47 struct lzorle_ctx *ctx = crypto_tfm_ctx(tfm);
70 struct lzorle_ctx *ctx = crypto_tfm_ctx(tfm);
H A Dlzo.c31 struct lzo_ctx *ctx = crypto_tfm_ctx(tfm);
47 struct lzo_ctx *ctx = crypto_tfm_ctx(tfm);
70 struct lzo_ctx *ctx = crypto_tfm_ctx(tfm);
H A Dzstd.c126 struct zstd_ctx *ctx = crypto_tfm_ctx(tfm);
145 struct zstd_ctx *ctx = crypto_tfm_ctx(tfm);
167 struct zstd_ctx *ctx = crypto_tfm_ctx(tfm);
195 struct zstd_ctx *ctx = crypto_tfm_ctx(tfm);
H A Ddeflate.c135 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm);
154 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm);
191 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm);
247 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm);
/linux-master/arch/powerpc/crypto/
H A Daes.c32 struct p8_aes_ctx *ctx = crypto_tfm_ctx(tfm);
53 struct p8_aes_ctx *ctx = crypto_tfm_ctx(tfm);
65 struct p8_aes_ctx *ctx = crypto_tfm_ctx(tfm);
83 struct p8_aes_ctx *ctx = crypto_tfm_ctx(tfm);
100 struct p8_aes_ctx *ctx = crypto_tfm_ctx(tfm);
H A Dghash.c58 struct p8_ghash_ctx *ctx = crypto_tfm_ctx(crypto_shash_tfm(tfm));
121 struct p8_ghash_ctx *ctx = crypto_tfm_ctx(crypto_shash_tfm(desc->tfm));
156 struct p8_ghash_ctx *ctx = crypto_tfm_ctx(crypto_shash_tfm(desc->tfm));
/linux-master/arch/arm64/crypto/
H A Dsm4-ce-cipher-glue.c23 struct sm4_ctx *ctx = crypto_tfm_ctx(tfm);
30 const struct sm4_ctx *ctx = crypto_tfm_ctx(tfm);
43 const struct sm4_ctx *ctx = crypto_tfm_ctx(tfm);
H A Daes-cipher-glue.c17 struct crypto_aes_ctx *ctx = crypto_tfm_ctx(tfm);
25 struct crypto_aes_ctx *ctx = crypto_tfm_ctx(tfm);
H A Daes-ce-glue.c48 struct crypto_aes_ctx *ctx = crypto_tfm_ctx(tfm);
62 struct crypto_aes_ctx *ctx = crypto_tfm_ctx(tfm);
145 struct crypto_aes_ctx *ctx = crypto_tfm_ctx(tfm);
/linux-master/arch/riscv/crypto/
H A Dsm4-riscv64-glue.c30 struct sm4_ctx *ctx = crypto_tfm_ctx(tfm);
45 const struct sm4_ctx *ctx = crypto_tfm_ctx(tfm);
58 const struct sm4_ctx *ctx = crypto_tfm_ctx(tfm);
/linux-master/arch/arm/crypto/
H A Daes-cipher-glue.c18 struct crypto_aes_ctx *ctx = crypto_tfm_ctx(tfm);
26 struct crypto_aes_ctx *ctx = crypto_tfm_ctx(tfm);
/linux-master/arch/x86/crypto/
H A Dtwofish_glue.c56 twofish_enc_blk(crypto_tfm_ctx(tfm), dst, src);
61 twofish_dec_blk(crypto_tfm_ctx(tfm), dst, src);
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_crypto.c201 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm);
208 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm);
215 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm);
224 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm);
233 struct zip_kernel_ctx *zip_ctx = crypto_tfm_ctx(tfm);
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c375 struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
406 struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
682 struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(base->tfm);
923 struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(base->tfm);
1025 struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(base->tfm);
1043 struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
1076 struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
1099 struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
1104 ctx = crypto_tfm_ctx(base->tfm);
1161 struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(bas
[all...]
/linux-master/arch/sparc/crypto/
H A Ddes_glue.c48 struct des_sparc64_ctx *dctx = crypto_tfm_ctx(tfm);
76 struct des_sparc64_ctx *ctx = crypto_tfm_ctx(tfm);
84 struct des_sparc64_ctx *ctx = crypto_tfm_ctx(tfm);
184 struct des3_ede_sparc64_ctx *dctx = crypto_tfm_ctx(tfm);
225 struct des3_ede_sparc64_ctx *ctx = crypto_tfm_ctx(tfm);
233 struct des3_ede_sparc64_ctx *ctx = crypto_tfm_ctx(tfm);
/linux-master/arch/s390/crypto/
H A Ddes_s390.c38 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm);
57 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm);
64 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm);
203 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm);
222 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm);
229 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm);

Completed in 256 milliseconds

123456