Home
last modified time | relevance | path

Searched defs:ccm128_context (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/modes/
H A Dmodes_lcl.h106 struct ccm128_context { struct
107 union { u64 u[2]; u8 c[16]; } nonce, cmac;
108 u64 blocks;
109 block128_f block;
110 void *key;