Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/zuc/
H A Dzuc_pmd_private.h20 #define ZUC_IV_KEY_LENGTH 16 macro
66 uint8_t pKey_cipher[ZUC_IV_KEY_LENGTH];
67 uint8_t pKey_hash[ZUC_IV_KEY_LENGTH];
H A Drte_zuc_pmd.c89 if (cipher_xform->cipher.iv.length != ZUC_IV_KEY_LENGTH) { in zuc_set_session_parameters()
97 ZUC_IV_KEY_LENGTH); in zuc_set_session_parameters()
112 if (auth_xform->auth.iv.length != ZUC_IV_KEY_LENGTH) { in zuc_set_session_parameters()
120 ZUC_IV_KEY_LENGTH); in zuc_set_session_parameters()