Searched refs:CCP_ALIGN (Results 1 – 2 of 2) sorted by relevance
25 #define CCP_ALIGN(x, y) ((((x) + (y - 1)) / y) * y) macro
2402 length = CCP_ALIGN(op->sym->aead.data.length, AES_BLOCK_SIZE); in ccp_perform_aes_gcm()