Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/drivers/amlogic/crypto/
Dsha_dma.h18 struct asd_ctx { struct
26 static inline void asd_sha_init(struct asd_ctx *ctx, enum ASD_MODE mode) in asd_sha_init() argument
33 void asd_sha_update(struct asd_ctx *ctx, void *data, size_t len);
34 void asd_sha_finalize(struct asd_ctx *ctx);
/external/arm-trusted-firmware/drivers/amlogic/crypto/
Dsha_dma.c111 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()
/external/arm-trusted-firmware/plat/amlogic/common/
Daml_scpi.c221 struct asd_ctx ctx; in aml_scpi_upload_scp_fw()