Searched refs:IS_CCM_RFC4309 (Results 1 – 2 of 2) sorted by relevance
377 if (!IS_CCM_RFC4309(rctx->flags)) { in qce_aead_create_ccm_nonce()415 if (IS_CCM_RFC4309(rctx->flags)) { in qce_aead_async_req_handle()426 if (IS_CCM_RFC4309(rctx->flags)) in qce_aead_async_req_handle()543 if (IS_CCM_RFC4309(rctx->flags)) in qce_aead_crypt()566 if (IS_CCM_RFC4309(flags)) { in qce_aead_ccm_setkey()585 return IS_CCM_RFC4309(flags) ? in qce_aead_ccm_setkey()654 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