Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/
Dn2_core.c298 struct n2_hash_req_ctx { struct
310 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hash_async_init() argument
322 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hash_async_update()
336 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hash_async_final()
349 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hash_async_finup()
389 crypto_ahash_set_reqsize(ahash, (sizeof(struct n2_hash_req_ctx) + in n2_hash_cra_init()
434 crypto_ahash_set_reqsize(ahash, (sizeof(struct n2_hash_req_ctx) + in n2_hmac_cra_init()
538 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_do_async_digest()
613 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hash_async_digest()
631 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hmac_async_digest()
[all …]