Home
last modified time | relevance | path

Searched defs:rctx (Results 1 – 15 of 15) sorted by relevance

/linux-4.19.296/crypto/
Dxts.c41 struct rctx { struct
42 le128 buf[XTS_BUFFER_SIZE / sizeof(le128)];
44 le128 t;
46 le128 *ext;
48 struct scatterlist srcbuf[2];
49 struct scatterlist dstbuf[2];
50 struct scatterlist *src;
51 struct scatterlist *dst;
53 unsigned int left;
55 struct skcipher_request subreq;
[all …]
Dlrw.c58 struct rctx { struct
59 be128 buf[LRW_BUFFER_SIZE / sizeof(be128)];
61 be128 t;
63 be128 *ext;
65 struct scatterlist srcbuf[2];
66 struct scatterlist dstbuf[2];
67 struct scatterlist *src;
68 struct scatterlist *dst;
70 unsigned int left;
72 struct skcipher_request subreq;
[all …]
Dchacha20poly1305.c82 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in async_done_continue() local
105 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_verify_tag() local
118 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_copy_tag() local
134 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in chacha_decrypt() local
168 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_tail_continue() local
185 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_tail() local
218 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_cipherpad() local
248 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_cipher() local
279 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_adpad() local
309 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_ad() local
[all …]
Dmcryptd.c102 struct mcryptd_hash_request_ctx *rctx) in mcryptd_enqueue_request()
319 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_enqueue() local
337 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_init() local
364 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_update() local
391 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_final() local
418 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_finup() local
447 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_digest() local
473 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_export() local
480 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_import() local
625 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_ahash_desc() local
Dcryptd.c243 struct cryptd_blkcipher_request_ctx *rctx; in cryptd_blkcipher_crypt() local
296 struct cryptd_blkcipher_request_ctx *rctx = ablkcipher_request_ctx(req); in cryptd_blkcipher_enqueue() local
468 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_complete() local
483 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_encrypt() local
511 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_decrypt() local
538 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_enqueue() local
704 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_enqueue() local
719 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_complete() local
735 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_init() local
760 struct cryptd_hash_request_ctx *rctx; in cryptd_hash_update() local
[all …]
Dcts.c67 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in crypto_cts_reqctx_space() local
104 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in cts_cbc_encrypt() local
150 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in crypto_cts_encrypt() local
183 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in cts_cbc_decrypt() local
242 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in crypto_cts_decrypt() local
Drmd128.c220 struct rmd128_ctx *rctx = shash_desc_ctx(desc); in rmd128_init() local
237 struct rmd128_ctx *rctx = shash_desc_ctx(desc); in rmd128_update() local
272 struct rmd128_ctx *rctx = shash_desc_ctx(desc); in rmd128_final() local
Drmd256.c235 struct rmd256_ctx *rctx = shash_desc_ctx(desc); in rmd256_init() local
256 struct rmd256_ctx *rctx = shash_desc_ctx(desc); in rmd256_update() local
291 struct rmd256_ctx *rctx = shash_desc_ctx(desc); in rmd256_final() local
Drmd320.c282 struct rmd320_ctx *rctx = shash_desc_ctx(desc); in rmd320_init() local
305 struct rmd320_ctx *rctx = shash_desc_ctx(desc); in rmd320_update() local
340 struct rmd320_ctx *rctx = shash_desc_ctx(desc); in rmd320_final() local
Drmd160.c263 struct rmd160_ctx *rctx = shash_desc_ctx(desc); in rmd160_init() local
281 struct rmd160_ctx *rctx = shash_desc_ctx(desc); in rmd160_update() local
316 struct rmd160_ctx *rctx = shash_desc_ctx(desc); in rmd160_final() local
Dctr.c292 struct crypto_rfc3686_req_ctx *rctx = in crypto_rfc3686_crypt() local
Dgcm.c795 struct crypto_rfc4106_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4106_crypt() local
1024 struct crypto_rfc4543_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4543_crypt() local
Dccm.c658 struct crypto_rfc4309_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4309_crypt() local
/linux-4.19.296/include/linux/
Dtrace_events.h626 perf_trace_buf_submit(void *raw_data, int size, int rctx, u16 type, in perf_trace_buf_submit()
Dperf_event.h1378 static inline void perf_swevent_put_recursion_context(int rctx) { } in perf_swevent_put_recursion_context()