Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/
H A Ds5p-sss.c252 struct s5p_aes_ctx { struct
309 struct s5p_aes_ctx *ctx;
2027 struct s5p_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in s5p_aes_crypt()
2048 struct s5p_aes_ctx *ctx = crypto_tfm_ctx(tfm); in s5p_aes_setkey()
2088 struct s5p_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in s5p_aes_init_tfm()
2104 .base.cra_ctxsize = sizeof(struct s5p_aes_ctx),
2122 .base.cra_ctxsize = sizeof(struct s5p_aes_ctx),
2141 .base.cra_ctxsize = sizeof(struct s5p_aes_ctx),