Home
last modified time | relevance | path

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

/system/keymint/common/src/crypto/
Dec.rs29 pub const MAX_ED25519_MSG_SIZE: usize = 16 * 1024; constant
/system/keymaster/km_openssl/
Decdsa_operation.cpp29 static const size_t MAX_ED25519_MSG_SIZE = 16 * 1024; variable