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