Home
last modified time | relevance | path

Searched refs:n2_hash_req_ctx (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/crypto/
Dn2_core.c300 struct n2_hash_req_ctx { struct
312 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hash_async_init() argument
324 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hash_async_update()
338 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hash_async_final()
351 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hash_async_finup()
391 crypto_ahash_set_reqsize(ahash, (sizeof(struct n2_hash_req_ctx) + in n2_hash_cra_init()
436 crypto_ahash_set_reqsize(ahash, (sizeof(struct n2_hash_req_ctx) + in n2_hmac_cra_init()
535 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_do_async_digest()
610 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hash_async_digest()
628 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hmac_async_digest()
[all …]