Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/qce/
H A Daead.h12 #define QCE_MAX_KEY_SIZE 64 macro
16 u8 enc_key[QCE_MAX_KEY_SIZE];
17 u8 auth_key[QCE_MAX_KEY_SIZE];
H A Dcipher.h12 #define QCE_MAX_KEY_SIZE 64 macro
15 u8 enc_key[QCE_MAX_KEY_SIZE];
H A Daead.c607 if (authenc_keys.enckeylen > QCE_MAX_KEY_SIZE || in qce_aead_setkey()
608 authenc_keys.authkeylen > QCE_MAX_KEY_SIZE) in qce_aead_setkey()