Searched refs:chachapoly_req_ctx (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/crypto/
H A Dchacha20poly1305.c59 struct chachapoly_req_ctx { struct
99 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); poly_verify_tag()
112 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); poly_copy_tag()
128 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); chacha_decrypt()
158 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); poly_tail_continue()
175 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); poly_tail()
208 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); poly_cipherpad()
238 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); poly_cipher()
269 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); poly_adpad()
299 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); poly_ad()
323 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); poly_setkey()
350 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); poly_init()
374 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); poly_genkey()
413 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); chacha_encrypt()
443 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); chachapoly_encrypt()
464 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); chachapoly_decrypt()
541 align + offsetof(struct chachapoly_req_ctx, u) + chachapoly_init()

Completed in 40 milliseconds