Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-cipher.c326 struct crypto_skcipher *sktfm = __crypto_skcipher_cast(tfm); in sun8i_ss_cipher_init() local
327 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sun8i_ss_cipher_init()
342 sktfm->reqsize = sizeof(struct sun8i_cipher_req_ctx) + in sun8i_ss_cipher_init()
347 crypto_tfm_alg_driver_name(&sktfm->base), in sun8i_ss_cipher_init()
/Linux-v5.10/drivers/crypto/amlogic/
Damlogic-gxl-cipher.c314 struct crypto_skcipher *sktfm = __crypto_skcipher_cast(tfm); in meson_cipher_init() local
315 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()
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-cipher.c376 struct crypto_skcipher *sktfm = __crypto_skcipher_cast(tfm); in sun8i_ce_cipher_init() local
377 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sun8i_ce_cipher_init()
392 sktfm->reqsize = sizeof(struct sun8i_cipher_req_ctx) + in sun8i_ce_cipher_init()
397 crypto_tfm_alg_driver_name(&sktfm->base), in sun8i_ce_cipher_init()
/Linux-v5.10/drivers/crypto/ccree/
Dcc_cipher.c298 static int cc_cipher_sethkey(struct crypto_skcipher *sktfm, const u8 *key, in cc_cipher_sethkey() argument
301 struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm); in cc_cipher_sethkey()
398 static int cc_cipher_setkey(struct crypto_skcipher *sktfm, const u8 *key, in cc_cipher_setkey() argument
401 struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm); in cc_cipher_setkey()
452 verify_skcipher_des3_key(sktfm, key)) || in cc_cipher_setkey()
453 verify_skcipher_des_key(sktfm, key)) { in cc_cipher_setkey()