Home
last modified time | relevance | path

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

/aosp12/system/security/keystore/
H A Duser_state.h82 static constexpr size_t SALT_SIZE = 16; variable
/aosp12/frameworks/base/libs/androidfw/tests/
H A DObbFile_test.cpp67 #define SALT_SIZE 8 in TEST_F() macro
/aosp12/system/security/keystore2/src/crypto/
H A Dcrypto.cpp180 static constexpr size_t SALT_SIZE = 16; variable
/aosp12/system/security/keystore2/src/
H A Dlegacy_blob.rs209 const SALT_SIZE: usize = keystore2_crypto::SALT_LENGTH; const