Searched defs:ccm128_context (Results 1 – 1 of 1) sorted by relevance
106 struct ccm128_context { struct107 union { u64 u[2]; u8 c[16]; } nonce, cmac;108 u64 blocks;109 block128_f block;110 void *key;