Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym.c27 #define MAX_IV_LEN 16 macro
394 if (unlikely(xform->iv.length > MAX_IV_LEN)) in configure_cipher_ctx()
506 if (unlikely(xform->iv.length > MAX_IV_LEN)) in configure_aead_ctx()
/f-stack/dpdk/examples/vhost_crypto/
H A Dmain.c27 #define MAX_IV_LEN (32) macro