Searched refs:cipher_cfg (Results 1 – 1 of 1) sorted by relevance
818 u32 cipher_cfg; in setup_cipher() local828 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 & MOD_AES) && !encrypt) in setup_cipher()