Searched refs:sktfm (Results 1 – 5 of 5) sorted by relevance
313 struct crypto_skcipher *sktfm = __crypto_skcipher_cast(tfm); in sl3516_ce_cipher_init() local314 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sl3516_ce_cipher_init()329 sktfm->reqsize = sizeof(struct sl3516_ce_cipher_req_ctx) + in sl3516_ce_cipher_init()333 crypto_tfm_alg_driver_name(&sktfm->base), in sl3516_ce_cipher_init()
329 struct crypto_skcipher *sktfm = __crypto_skcipher_cast(tfm); in sun8i_ss_cipher_init() local330 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sun8i_ss_cipher_init()345 sktfm->reqsize = sizeof(struct sun8i_cipher_req_ctx) + in sun8i_ss_cipher_init()350 crypto_tfm_alg_driver_name(&sktfm->base), in sun8i_ss_cipher_init()
314 struct crypto_skcipher *sktfm = __crypto_skcipher_cast(tfm); in meson_cipher_init() local315 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in meson_cipher_init()329 sktfm->reqsize = sizeof(struct meson_cipher_req_ctx) + in meson_cipher_init()
379 struct crypto_skcipher *sktfm = __crypto_skcipher_cast(tfm); in sun8i_ce_cipher_init() local380 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sun8i_ce_cipher_init()395 sktfm->reqsize = sizeof(struct sun8i_cipher_req_ctx) + in sun8i_ce_cipher_init()400 crypto_tfm_alg_driver_name(&sktfm->base), in sun8i_ce_cipher_init()
301 static int cc_cipher_sethkey(struct crypto_skcipher *sktfm, const u8 *key, in cc_cipher_sethkey() argument304 struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm); in cc_cipher_sethkey()401 static int cc_cipher_setkey(struct crypto_skcipher *sktfm, const u8 *key, in cc_cipher_setkey() argument404 struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm); in cc_cipher_setkey()455 verify_skcipher_des3_key(sktfm, key)) || in cc_cipher_setkey()456 verify_skcipher_des_key(sktfm, key)) { in cc_cipher_setkey()