Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c818 u32 cipher_cfg; in setup_cipher()
828 cipher_cfg = cipher_cfg_enc(tfm); in setup_cipher()
831 cipher_cfg = cipher_cfg_dec(tfm); in setup_cipher()
833 if (cipher_cfg & MOD_AES) { in setup_cipher()
847 cipher_cfg |= keylen_cfg; in setup_cipher()
854 *(__be32 *)cinfo = cpu_to_be32(cipher_cfg); in setup_cipher()
855 cinfo += sizeof(cipher_cfg); in setup_cipher()
860 if (key_len < DES3_EDE_KEY_SIZE && !(cipher_cfg & MOD_AES)) { in setup_cipher()
864 dir->npe_ctx_idx = sizeof(cipher_cfg) + key_len; in setup_cipher()
866 if ((cipher_cfg in setup_cipher()
815 u32 cipher_cfg; setup_cipher() local
[all...]