Searched refs:cipher_cfg (Results 1 – 1 of 1) sorted by relevance
813 u32 cipher_cfg; in setup_cipher() local823 cipher_cfg = cipher_cfg_enc(tfm); in setup_cipher()826 cipher_cfg = cipher_cfg_dec(tfm); in setup_cipher()828 if (cipher_cfg & MOD_AES) { in setup_cipher()842 cipher_cfg |= keylen_cfg; in setup_cipher()849 *(u32 *)cinfo = cpu_to_be32(cipher_cfg); in setup_cipher()850 cinfo += sizeof(cipher_cfg); in setup_cipher()855 if (key_len < DES3_EDE_KEY_SIZE && !(cipher_cfg & MOD_AES)) { in setup_cipher()859 dir->npe_ctx_idx = sizeof(cipher_cfg) + key_len; in setup_cipher()861 if ((cipher_cfg & MOD_AES) && !encrypt) in setup_cipher()