Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/asu_driver/
H A Dasu_hash.c61 struct asu_hash_ctx { struct
77 static struct asu_hash_ctx *to_hash_ctx(struct crypto_hash_ctx *ctx); argument
155 static TEE_Result asu_sha_op(struct asu_hash_ctx *asu_hashctx, in asu_sha_op()
187 static TEE_Result asu_hash_update(struct asu_hash_ctx *asu_hashctx, in asu_hash_update()
225 struct asu_hash_ctx *asu_hashctx = NULL; in asu_hash_do_update()
267 static TEE_Result asu_hash_final(struct asu_hash_ctx *asu_hashctx, in asu_hash_final()
309 struct asu_hash_ctx *asu_hashctx = NULL; in asu_hash_do_final()
326 struct asu_hash_ctx *asu_hashctx = NULL; in asu_hash_ctx_free()
359 static struct asu_hash_ctx *to_hash_ctx(struct crypto_hash_ctx *ctx) in to_hash_ctx()
363 return container_of(ctx, struct asu_hash_ctx, hash_ctx); in to_hash_ctx()
[all …]