Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_dev.h25 #define CCP_ALIGN(x, y) ((((x) + (y - 1)) / y) * y) macro
H A Dccp_crypto.c2402 length = CCP_ALIGN(op->sym->aead.data.length, AES_BLOCK_SIZE); in ccp_perform_aes_gcm()