Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym.c379 bool cipher_is_aes = false; in configure_cipher_ctx() local
383 type = get_flexi_cipher_type(xform->algo, &cipher_is_aes); in configure_cipher_ctx()
387 aes_keylen = flexi_aes_keylen(xform->key.length, cipher_is_aes); in configure_cipher_ctx()
391 if (unlikely(!cipher_is_aes && !crypto_key_is_valid(xform, fctx))) in configure_cipher_ctx()