Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_mb.c80 static inline struct mcryptd_hash_request_ctx *cast_hash_to_mcryptd_ctx(struct sha1_hash_ctx *hash_… in cast_hash_to_mcryptd_ctx()
85 return container_of(desc, struct mcryptd_hash_request_ctx, desc); in cast_hash_to_mcryptd_ctx()
88 static inline struct ahash_request *cast_mcryptd_ctx_to_req(struct mcryptd_hash_request_ctx *ctx) in cast_mcryptd_ctx_to_req()
93 static void req_ctx_init(struct mcryptd_hash_request_ctx *rctx, in req_ctx_init()
363 static int sha1_mb_set_results(struct mcryptd_hash_request_ctx *rctx) in sha1_mb_set_results()
375 static int sha_finish_walk(struct mcryptd_hash_request_ctx **ret_rctx, in sha_finish_walk()
380 struct mcryptd_hash_request_ctx *rctx = *ret_rctx; in sha_finish_walk()
422 static int sha_complete_job(struct mcryptd_hash_request_ctx *rctx, in sha_complete_job()
428 struct mcryptd_hash_request_ctx *req_ctx; in sha_complete_job()
469 static void sha1_mb_add_list(struct mcryptd_hash_request_ctx *rctx, in sha1_mb_add_list()
[all …]
/linux-4.4.14/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.4.14/include/crypto/
Dmcryptd.h55 struct mcryptd_hash_request_ctx { struct