Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/crypto/inside-secure/
Dsafexcel_cipher.c371 static int safexcel_skcipher_aes_setkey(struct crypto_skcipher *ctfm, in safexcel_skcipher_aes_setkey() argument
374 struct crypto_tfm *tfm = crypto_skcipher_tfm(ctfm); in safexcel_skcipher_aes_setkey()
402 static int safexcel_aead_setkey(struct crypto_aead *ctfm, const u8 *key, in safexcel_aead_setkey() argument
405 struct crypto_tfm *tfm = crypto_aead_tfm(ctfm); in safexcel_aead_setkey()
430 err = verify_aead_des_key(ctfm, keys.enckey, keys.enckeylen); in safexcel_aead_setkey()
435 err = verify_aead_des3_key(ctfm, keys.enckey, keys.enckeylen); in safexcel_aead_setkey()
1431 static int safexcel_skcipher_aesctr_setkey(struct crypto_skcipher *ctfm, in safexcel_skcipher_aesctr_setkey() argument
1434 struct crypto_tfm *tfm = crypto_skcipher_tfm(ctfm); in safexcel_skcipher_aesctr_setkey()
1506 static int safexcel_des_setkey(struct crypto_skcipher *ctfm, const u8 *key, in safexcel_des_setkey() argument
1509 struct safexcel_cipher_ctx *ctx = crypto_skcipher_ctx(ctfm); in safexcel_des_setkey()
[all …]
/linux-6.6.21/arch/s390/include/uapi/asm/
Dzcrypt.h88 __u8 ctfm; /* Command Type Filtering Mask */ member
/linux-6.6.21/drivers/crypto/intel/ixp4xx/
Dixp4xx_crypto.c632 struct crypto_tfm *ctfm = crypto_skcipher_tfm(tfm); in init_tfm_ablk() local
633 struct ixp_ctx *ctx = crypto_tfm_ctx(ctfm); in init_tfm_ablk()
634 const char *name = crypto_tfm_alg_name(ctfm); in init_tfm_ablk()
668 struct crypto_tfm *ctfm = crypto_skcipher_tfm(tfm); in exit_tfm_ablk() local
669 struct ixp_ctx *ctx = crypto_tfm_ctx(ctfm); in exit_tfm_ablk()