Home
last modified time | relevance | path

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

/arch/arm64/crypto/
A Daes-ce-ccm-glue.c100 static u32 ce_aes_ccm_auth_data(u8 mac[], u8 const in[], u32 abytes, in ce_aes_ccm_auth_data() argument
103 int enc_after = (macp + abytes) % AES_BLOCK_SIZE; in ce_aes_ccm_auth_data()
106 u32 blocks = abytes / AES_BLOCK_SIZE; in ce_aes_ccm_auth_data()
115 abytes -= adv; in ce_aes_ccm_auth_data()
123 u32 l = min(AES_BLOCK_SIZE - macp, abytes); in ce_aes_ccm_auth_data()
128 abytes -= l; in ce_aes_ccm_auth_data()
130 } while (abytes > 0); in ce_aes_ccm_auth_data()

Completed in 4 milliseconds