Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_mb.c83 static inline struct mcryptd_hash_request_ctx *cast_hash_to_mcryptd_ctx(struct sha1_hash_ctx *hash_… in cast_hash_to_mcryptd_ctx()
88 return container_of(desc, struct mcryptd_hash_request_ctx, desc); in cast_hash_to_mcryptd_ctx()
91 static inline struct ahash_request *cast_mcryptd_ctx_to_req(struct mcryptd_hash_request_ctx *ctx) in cast_mcryptd_ctx_to_req()
96 static void req_ctx_init(struct mcryptd_hash_request_ctx *rctx, in req_ctx_init()
366 static int sha1_mb_set_results(struct mcryptd_hash_request_ctx *rctx) in sha1_mb_set_results()
378 static int sha_finish_walk(struct mcryptd_hash_request_ctx **ret_rctx, in sha_finish_walk()
383 struct mcryptd_hash_request_ctx *rctx = *ret_rctx; in sha_finish_walk()
425 static int sha_complete_job(struct mcryptd_hash_request_ctx *rctx, in sha_complete_job()
431 struct mcryptd_hash_request_ctx *req_ctx; in sha_complete_job()
472 static void sha1_mb_add_list(struct mcryptd_hash_request_ctx *rctx, in sha1_mb_add_list()
[all …]
/linux-4.1.27/crypto/
Dmcryptd.c101 struct mcryptd_hash_request_ctx *rctx) in mcryptd_enqueue_request()
289 sizeof(struct mcryptd_hash_request_ctx) + in mcryptd_hash_init_tfm()
322 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_enqueue()
340 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_init()
367 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_update()
393 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_final()
419 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_finup()
448 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_digest()
478 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_export()
485 struct mcryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in mcryptd_hash_import()
[all …]
/linux-4.1.27/include/crypto/
Dmcryptd.h55 struct mcryptd_hash_request_ctx { struct