Lines Matching full:sss
230 * struct samsung_aes_variant - platform specific SSS driver data
231 * @aes_offset: AES register offset from SSS module's base.
232 * @hash_offset: HASH register offset from SSS module's base.
233 * @clk_names: names of clocks needed to run SSS IP
235 * Specifies platform specific configuration of SSS module.
290 * @xmit_buf: Buffer for current HASH request transfer into SSS block.
291 * @hash_req: Current request sending to SSS HASH block.
292 * @hash_sg_iter: Scatterlist transferred through DMA into SSS HASH block.
341 * @engine: Bits for selecting type of HASH in SSS block
414 .compatible = "samsung,exynos5433-slim-sss",
920 * Prepare SSS HASH block for processing bytes in DMA mode. If it is called
922 * lengths for HASH so SecSS can finalize hash. For partial, set SSS HASH
2281 dev_info(dev, "s5p-sss driver registered\n"); in s5p_aes_probe()