Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/qce/
H A Dcommon.h29 #define QCE_MAX_NONCE 16 macro
30 #define QCE_MAX_NONCE_WORDS (QCE_MAX_NONCE / sizeof(u32))
H A Daead.h41 u8 ccm_nonce[QCE_MAX_NONCE];
H A Dcommon.c431 u32 authnonce[QCE_MAX_NONCE / sizeof(u32)] = {0}; in qce_setup_regs_aead()
487 authnonce_words = qce_be32_to_cpu_array(authnonce, rctx->ccm_nonce, QCE_MAX_NONCE); in qce_setup_regs_aead()
H A Daead.c402 rctx->ccm_nonce[QCE_MAX_NONCE - i - 1] = msg_len[i]; in qce_aead_create_ccm_nonce()