Searched refs:asd_ctx (Results 1 – 3 of 3) sorted by relevance
18 struct asd_ctx { struct26 static inline void asd_sha_init(struct asd_ctx *ctx, enum ASD_MODE mode) in asd_sha_init() argument33 void asd_sha_update(struct asd_ctx *ctx, void *data, size_t len);34 void asd_sha_finalize(struct asd_ctx *ctx);
111 static void asd_compute_sha(struct asd_ctx *ctx, void *data, size_t len, in asd_compute_sha()152 void asd_sha_update(struct asd_ctx *ctx, void *data, size_t len) in asd_sha_update()179 void asd_sha_finalize(struct asd_ctx *ctx) in asd_sha_finalize()
221 struct asd_ctx ctx; in aml_scpi_upload_scp_fw()