Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/qce/
H A Daead.c382 if (!IS_CCM_RFC4309(rctx->flags)) { in qce_aead_create_ccm_nonce()
420 if (IS_CCM_RFC4309(rctx->flags)) { in qce_aead_async_req_handle()
431 if (IS_CCM_RFC4309(rctx->flags)) in qce_aead_async_req_handle()
548 if (IS_CCM_RFC4309(rctx->flags)) in qce_aead_crypt()
571 if (IS_CCM_RFC4309(flags)) { in qce_aead_ccm_setkey()
590 return IS_CCM_RFC4309(flags) ? in qce_aead_ccm_setkey()
659 if (IS_CCM_RFC4309(flags) && (authsize < 8 || authsize % 4)) in qce_aead_setauthsize()
H A Dcommon.h79 #define IS_CCM_RFC4309(mode) ((mode) & QCE_MODE_CCM_RFC4309) macro