Searched defs:GCM_NONCE_SIZE (Results 1 – 2 of 2) sorted by relevance
15 pub const GCM_NONCE_SIZE: usize = 12; // 96 bits constant
37 static const size_t GCM_NONCE_SIZE = 12; variable