Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/modes/
H A Dmodes_local.h152 struct ccm128_context { struct
153 union {
156 } nonce, cmac;
157 u64 blocks;
158 block128_f block;
159 void *key;
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Dmodes.h151 struct ccm128_context { struct
152 union {
155 } nonce, cmac;
156 u64 blocks;
157 block128_f block;
158 void *key;