Searched refs:IS_CCM_RFC4309 (Results 1 – 2 of 2) sorted by relevance
382 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()
79 #define IS_CCM_RFC4309(mode) ((mode) & QCE_MODE_CCM_RFC4309) macro