Lines Matching full:sss
234 * struct samsung_aes_variant - platform specific SSS driver data
235 * @aes_offset: AES register offset from SSS module's base.
236 * @hash_offset: HASH register offset from SSS module's base.
237 * @clk_names: names of clocks needed to run SSS IP
239 * Specifies platform specific configuration of SSS module.
294 * @xmit_buf: Buffer for current HASH request transfer into SSS block.
295 * @hash_req: Current request sending to SSS HASH block.
296 * @hash_sg_iter: Scatterlist transferred through DMA into SSS HASH block.
345 * @engine: Bits for selecting type of HASH in SSS block
418 .compatible = "samsung,exynos5433-slim-sss",
924 * Prepare SSS HASH block for processing bytes in DMA mode. If it is called
926 * lengths for HASH so SecSS can finalize hash. For partial, set SSS HASH
2286 dev_info(dev, "s5p-sss driver registered\n"); in s5p_aes_probe()