Home
last modified time | relevance | path

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

/system/keymint/common/src/crypto/
Daes.rs15 pub const GCM_NONCE_SIZE: usize = 12; // 96 bits constant
/system/keymaster/km_openssl/
Dblock_cipher_operation.cpp37 static const size_t GCM_NONCE_SIZE = 12; variable