Searched refs:crypto_skcipher_reqtfm (Results 1 - 25 of 102) sorted by relevance

12345

/linux-master/arch/arm64/crypto/
H A Dsm4-neon-glue.c66 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
74 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
82 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
114 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
145 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
H A Daes-glue.c181 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
201 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
222 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
251 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
279 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
336 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
409 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
431 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
453 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
499 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(re
[all...]
/linux-master/include/crypto/
H A Dctr.h24 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
H A Dskcipher.h660 * crypto_skcipher_reqtfm() - obtain cipher handle from request
668 static inline struct crypto_skcipher *crypto_skcipher_reqtfm( function
677 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
865 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
/linux-master/arch/x86/crypto/
H A Dsm4_aesni_avx_glue.c75 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
84 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
93 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
127 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
192 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
H A Ddes3_ede_glue.c112 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
120 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
151 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
230 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
H A Daria_aesni_avx2_glue.c68 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
76 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
91 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
H A Daria_aesni_avx_glue.c66 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
74 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
89 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
H A Daria_gfni_avx512_glue.c55 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
63 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
78 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
H A Decb_cbc_helpers.h15 void *ctx = crypto_skcipher_ctx(crypto_skcipher_reqtfm(req)); \
/linux-master/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c17 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
150 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
178 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
399 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
410 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
422 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
433 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
445 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
456 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
468 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(are
[all...]
/linux-master/crypto/
H A Dchacha_generic.c42 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
50 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
H A Dkeywrap.c126 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
195 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
H A Dcts.c68 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
101 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
145 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
182 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
239 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
/linux-master/arch/mips/crypto/
H A Dchacha-glue.c56 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
64 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
/linux-master/drivers/crypto/nx/
H A Dnx-aes-ctr.c74 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
117 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
H A Dnx-aes-cbc.c56 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
H A Dnx-aes-ecb.c56 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
/linux-master/arch/sparc/crypto/
H A Dcamellia_glue.c90 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
140 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
169 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
H A Ddes_glue.c97 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
138 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
246 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
292 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
/linux-master/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c27 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
105 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
129 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
280 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
298 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c26 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
91 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
123 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
306 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
350 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(breq);
377 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
396 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
/linux-master/arch/powerpc/crypto/
H A Daes-spe-glue.c182 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
221 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
262 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
288 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
322 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
360 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
/linux-master/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c25 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
91 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
122 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
185 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
347 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
368 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto-aes.c26 crypto_skcipher_reqtfm(req));
68 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);
160 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);

Completed in 394 milliseconds

12345