Home
last modified time | relevance | path

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

/linux/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c319 struct crypto_skcipher *sktfm = __crypto_skcipher_cast(tfm); in sl3516_ce_cipher_init() local
320 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sl3516_ce_cipher_init()
335 crypto_skcipher_set_reqsize(sktfm, sizeof(struct sl3516_ce_cipher_req_ctx) + in sl3516_ce_cipher_init()
339 crypto_tfm_alg_driver_name(&sktfm->base), in sl3516_ce_cipher_init()
/linux/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c315 struct crypto_skcipher *sktfm = __crypto_skcipher_cast(tfm); in meson_cipher_init() local
316 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in meson_cipher_init()
330 crypto_skcipher_set_reqsize(sktfm, sizeof(struct meson_cipher_req_ctx) + in meson_cipher_init()
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c392 struct crypto_skcipher *sktfm = __crypto_skcipher_cast(tfm); in sun8i_ss_cipher_init() local
393 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sun8i_ss_cipher_init()
408 crypto_skcipher_set_reqsize(sktfm, sizeof(struct sun8i_cipher_req_ctx) + in sun8i_ss_cipher_init()
/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c418 struct crypto_skcipher *sktfm = __crypto_skcipher_cast(tfm); in sun8i_ce_cipher_init() local
419 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sun8i_ce_cipher_init()
434 crypto_skcipher_set_reqsize(sktfm, sizeof(struct sun8i_cipher_req_ctx) + in sun8i_ce_cipher_init()