Searched defs:rctx (Results 1 – 15 of 15) sorted by relevance
41 struct rctx { struct42 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 …]
58 struct rctx { struct59 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 …]
82 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in async_done_continue() local105 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_verify_tag() local118 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_copy_tag() local134 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in chacha_decrypt() local168 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_tail_continue() local185 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_tail() local218 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_cipherpad() local248 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_cipher() local279 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_adpad() local309 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_ad() local[all …]
102 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() local337 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_init() local364 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_update() local391 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_final() local418 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_finup() local447 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_digest() local473 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_export() local480 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_import() local625 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_ahash_desc() local
243 struct cryptd_blkcipher_request_ctx *rctx; in cryptd_blkcipher_crypt() local296 struct cryptd_blkcipher_request_ctx *rctx = ablkcipher_request_ctx(req); in cryptd_blkcipher_enqueue() local468 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_complete() local483 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_encrypt() local511 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_decrypt() local538 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_enqueue() local704 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_enqueue() local719 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_complete() local735 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_init() local760 struct cryptd_hash_request_ctx *rctx; in cryptd_hash_update() local[all …]
67 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in crypto_cts_reqctx_space() local104 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in cts_cbc_encrypt() local150 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in crypto_cts_encrypt() local183 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in cts_cbc_decrypt() local242 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in crypto_cts_decrypt() local
220 struct rmd128_ctx *rctx = shash_desc_ctx(desc); in rmd128_init() local237 struct rmd128_ctx *rctx = shash_desc_ctx(desc); in rmd128_update() local272 struct rmd128_ctx *rctx = shash_desc_ctx(desc); in rmd128_final() local
235 struct rmd256_ctx *rctx = shash_desc_ctx(desc); in rmd256_init() local256 struct rmd256_ctx *rctx = shash_desc_ctx(desc); in rmd256_update() local291 struct rmd256_ctx *rctx = shash_desc_ctx(desc); in rmd256_final() local
282 struct rmd320_ctx *rctx = shash_desc_ctx(desc); in rmd320_init() local305 struct rmd320_ctx *rctx = shash_desc_ctx(desc); in rmd320_update() local340 struct rmd320_ctx *rctx = shash_desc_ctx(desc); in rmd320_final() local
263 struct rmd160_ctx *rctx = shash_desc_ctx(desc); in rmd160_init() local281 struct rmd160_ctx *rctx = shash_desc_ctx(desc); in rmd160_update() local316 struct rmd160_ctx *rctx = shash_desc_ctx(desc); in rmd160_final() local
292 struct crypto_rfc3686_req_ctx *rctx = in crypto_rfc3686_crypt() local
795 struct crypto_rfc4106_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4106_crypt() local1024 struct crypto_rfc4543_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4543_crypt() local
658 struct crypto_rfc4309_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4309_crypt() local
626 perf_trace_buf_submit(void *raw_data, int size, int rctx, u16 type, in perf_trace_buf_submit()
1378 static inline void perf_swevent_put_recursion_context(int rctx) { } in perf_swevent_put_recursion_context()