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.
236 * Specifies platform specific configuration of SSS module.
289 * @xmit_buf: Buffer for current HASH request transfer into SSS block.
290 * @hash_req: Current request sending to SSS HASH block.
291 * @hash_sg_iter: Scatterlist transferred through DMA into SSS HASH block.
339 * @engine: Bits for selecting type of HASH in SSS block
921 * Prepare SSS HASH block for processing bytes in DMA mode. If it is called
923 * lengths for HASH so SecSS can finalize hash. For partial, set SSS HASH
2204 dev_err(dev, "Enabling SSS clk failed, err %d\n", err); in s5p_aes_probe()
2261 dev_info(dev, "s5p-sss driver registered\n"); in s5p_aes_probe()