Home
last modified time | relevance | path

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

/crypto/
Dxts.c33 struct rctx { struct
34 le128 t;
35 struct scatterlist *tail;
36 struct scatterlist sg[2];
37 struct skcipher_request subreq;
89 struct rctx *rctx = skcipher_request_ctx(req); in xor_tweak() local
153 struct rctx *rctx = skcipher_request_ctx(req); in cts_done() local
168 struct rctx *rctx = skcipher_request_ctx(req); in cts_final() local
206 struct rctx *rctx = skcipher_request_ctx(req); in encrypt_done() local
226 struct rctx *rctx = skcipher_request_ctx(req); in decrypt_done() local
[all …]
Dlrw.c52 struct rctx { struct
53 be128 t;
54 struct skcipher_request subreq;
147 struct rctx *rctx = skcipher_request_ctx(req); in xor_tweak() local
214 struct rctx *rctx = skcipher_request_ctx(req); in crypt_done() local
226 struct rctx *rctx = skcipher_request_ctx(req); in init_crypt() local
244 struct rctx *rctx = skcipher_request_ctx(req); in encrypt() local
255 struct rctx *rctx = skcipher_request_ctx(req); in decrypt() local
Dchacha20poly1305.c76 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in async_done_continue() local
99 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_verify_tag() local
112 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_copy_tag() local
128 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in chacha_decrypt() local
158 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_tail_continue() local
175 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_tail() local
204 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_cipherpad() local
233 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_cipher() local
263 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_adpad() local
292 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_ad() 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
185 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in cts_cbc_decrypt() local
244 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in crypto_cts_decrypt() local
Dcryptd.c272 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_complete() local
287 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_encrypt() local
315 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_decrypt() local
342 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_enqueue() local
508 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_enqueue() local
523 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_complete() local
539 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_init() local
563 struct cryptd_hash_request_ctx *rctx; in cryptd_hash_update() local
586 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_final() local
607 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_finup() local
[all …]
Drmd256.c230 struct rmd256_ctx *rctx = shash_desc_ctx(desc); in rmd256_init() local
251 struct rmd256_ctx *rctx = shash_desc_ctx(desc); in rmd256_update() local
286 struct rmd256_ctx *rctx = shash_desc_ctx(desc); in rmd256_final() local
Drmd128.c215 struct rmd128_ctx *rctx = shash_desc_ctx(desc); in rmd128_init() local
232 struct rmd128_ctx *rctx = shash_desc_ctx(desc); in rmd128_update() local
267 struct rmd128_ctx *rctx = shash_desc_ctx(desc); in rmd128_final() local
Drmd160.c258 struct rmd160_ctx *rctx = shash_desc_ctx(desc); in rmd160_init() local
276 struct rmd160_ctx *rctx = shash_desc_ctx(desc); in rmd160_update() local
311 struct rmd160_ctx *rctx = shash_desc_ctx(desc); in rmd160_final() local
Drmd320.c277 struct rmd320_ctx *rctx = shash_desc_ctx(desc); in rmd320_init() local
300 struct rmd320_ctx *rctx = shash_desc_ctx(desc); in rmd320_update() local
335 struct rmd320_ctx *rctx = shash_desc_ctx(desc); in rmd320_final() local
Dadiantum.c231 struct adiantum_request_ctx *rctx = skcipher_request_ctx(req); in adiantum_hash_header() local
260 struct adiantum_request_ctx *rctx = skcipher_request_ctx(req); in adiantum_hash_message() local
294 struct adiantum_request_ctx *rctx = skcipher_request_ctx(req); in adiantum_finish() local
334 struct adiantum_request_ctx *rctx = skcipher_request_ctx(req); in adiantum_crypt() local
Dessiv.c189 struct essiv_aead_request_ctx *rctx = aead_request_ctx(req); in essiv_aead_done() local
200 struct essiv_aead_request_ctx *rctx = aead_request_ctx(req); in essiv_aead_crypt() local
Dctr.c201 struct crypto_rfc3686_req_ctx *rctx = in crypto_rfc3686_crypt() local
Dgcm.c763 struct crypto_rfc4106_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4106_crypt() local
992 struct crypto_rfc4543_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4543_crypt() local
Dccm.c644 struct crypto_rfc4309_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4309_crypt() local