Home
last modified time | relevance | path

Searched refs:cia_min_keysize (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/linux/crypto/
H A Ddes_generic.c94 .cia_min_keysize = DES_KEY_SIZE,
108 .cia_min_keysize = DES3_EDE_KEY_SIZE,
H A Dtea.c226 .cia_min_keysize = TEA_KEY_SIZE,
240 .cia_min_keysize = XTEA_KEY_SIZE,
254 .cia_min_keysize = XTEA_KEY_SIZE,
H A Dsm4_generic.c67 .cia_min_keysize = SM4_KEY_SIZE,
H A Daes_ti.c61 .cra_cipher.cia_min_keysize = AES_MIN_KEY_SIZE,
H A Dproc.c74 alg->cra_cipher.cia_min_keysize); in c_show()
H A Dcipher.c48 if (keylen < cia->cia_min_keysize || keylen > cia->cia_max_keysize) in crypto_cipher_setkey()
H A Dblowfish_generic.c110 .cia_min_keysize = BF_MIN_KEY_SIZE,
H A Dtwofish_generic.c173 .cia_min_keysize = TF_MIN_KEY_SIZE,
H A Dcrypto_null.c132 .cia_min_keysize = NULL_KEY_SIZE,
H A Dkhazad.c858 .cia_min_keysize = KHAZAD_KEY_SIZE,
H A Daes_generic.c1295 .cia_min_keysize = AES_MIN_KEY_SIZE,
H A Dseed.c450 .cia_min_keysize = SEED_KEY_SIZE,
H A Danubis.c681 .cia_min_keysize = ANUBIS_MIN_KEY_SIZE,
/openbmc/linux/arch/x86/crypto/
H A Dtwofish_glue.c75 .cia_min_keysize = TF_MIN_KEY_SIZE,
H A Dblowfish_glue.c101 .cia_min_keysize = BF_MIN_KEY_SIZE,
H A Ddes3_ede_glue.c298 .cia_min_keysize = DES3_EDE_KEY_SIZE,
/openbmc/linux/arch/arm64/crypto/
H A Daes-cipher-glue.c40 .cra_cipher.cia_min_keysize = AES_MIN_KEY_SIZE,
H A Dsm4-ce-cipher-glue.c63 .cia_min_keysize = SM4_KEY_SIZE,
H A Daes-ce-glue.c160 .cia_min_keysize = AES_MIN_KEY_SIZE,
/openbmc/linux/arch/arm/crypto/
H A Daes-cipher-glue.c41 .cra_cipher.cia_min_keysize = AES_MIN_KEY_SIZE,
/openbmc/linux/drivers/crypto/vmx/
H A Daes.c128 .cia_min_keysize = AES_MIN_KEY_SIZE,
/openbmc/linux/arch/sparc/crypto/
H A Ddes_glue.c349 .cia_min_keysize = DES_KEY_SIZE,
367 .cia_min_keysize = DES3_EDE_KEY_SIZE,
H A Dcamellia_glue.c207 .cia_min_keysize = CAMELLIA_MIN_KEY_SIZE,
/openbmc/linux/arch/s390/crypto/
H A Ddes_s390.c80 .cia_min_keysize = DES_KEY_SIZE,
245 .cia_min_keysize = DES3_KEY_SIZE,
/openbmc/linux/include/linux/
H A Dcrypto.h236 unsigned int cia_min_keysize; member

12