Searched refs:cia_setkey (Results 1 - 25 of 39) sorted by relevance

12

/linux-master/crypto/
H A Ddes_generic.c96 .cia_setkey = des_setkey,
110 .cia_setkey = des3_ede_setkey,
H A Daes_ti.c63 .cra_cipher.cia_setkey = aesti_set_key,
H A Dsm4_generic.c69 .cia_setkey = sm4_setkey,
H A Dcipher.c36 ret = cia->cia_setkey(crypto_cipher_tfm(tfm), alignbuffer, keylen);
55 return cia->cia_setkey(crypto_cipher_tfm(tfm), key, keylen);
H A Dtea.c228 .cia_setkey = tea_setkey,
242 .cia_setkey = xtea_setkey,
256 .cia_setkey = xtea_setkey,
H A Dcrypto_null.c134 .cia_setkey = null_setkey,
H A Dtwofish_generic.c175 .cia_setkey = twofish_setkey,
H A Dblowfish_generic.c112 .cia_setkey = blowfish_setkey,
H A Daria_generic.c293 .cia_setkey = aria_set_key,
/linux-master/arch/arm/crypto/
H A Daes-cipher-glue.c43 .cra_cipher.cia_setkey = crypto_aes_set_key,
/linux-master/arch/x86/crypto/
H A Dtwofish_glue.c77 .cia_setkey = twofish_setkey,
H A Dblowfish_glue.c103 .cia_setkey = blowfish_setkey,
H A Ddes3_ede_glue.c300 .cia_setkey = des3_ede_x86_setkey,
/linux-master/arch/arm64/crypto/
H A Daes-cipher-glue.c42 .cra_cipher.cia_setkey = crypto_aes_set_key,
H A Dsm4-ce-cipher-glue.c65 .cia_setkey = sm4_ce_setkey,
H A Daes-ce-glue.c162 .cia_setkey = ce_aes_setkey,
/linux-master/arch/riscv/crypto/
H A Dsm4-riscv64-glue.c79 .cia_setkey = riscv64_sm4_setkey,
/linux-master/arch/powerpc/crypto/
H A Daes.c130 .cia_setkey = p8_aes_setkey,
/linux-master/arch/sparc/crypto/
H A Ddes_glue.c351 .cia_setkey = des_set_key,
369 .cia_setkey = des3_ede_set_key,
H A Dcamellia_glue.c209 .cia_setkey = camellia_set_key,
H A Daes_glue.c375 .cia_setkey = aes_set_key,
/linux-master/arch/s390/crypto/
H A Ddes_s390.c82 .cia_setkey = des_setkey,
247 .cia_setkey = des3_setkey,
/linux-master/include/linux/
H A Dcrypto.h200 * @cia_setkey: Set key for the transformation. This function is used to either
236 int (*cia_setkey)(struct crypto_tfm *tfm, const u8 *key, member in struct:cipher_alg
/linux-master/drivers/crypto/
H A Dgeode-aes.c231 .cia_setkey = geode_setkey_cip,
H A Dpadlock-aes.c337 .cia_setkey = aes_set_key,

Completed in 1087 milliseconds

12