Home
last modified time | relevance | path

Searched defs:saltSize (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/libs/storage/
H A DObbInfo.cpp26 int32_t flags, size_t saltSize, const uint8_t* salt) : mFileName(fileName), in ObbInfo()
/aosp12/system/incremental_delivery/incfs/tests/include/
H A DIncFsTestBase.h101 uint32_t saltSize = 0; in makeFileWithHash() member
/aosp12/system/security/keystore/
H A Duser_state.cpp239 size_t saltSize; in generateKeyFromPassword() local
/aosp12/system/security/keystore2/src/crypto/
H A Dcrypto.cpp186 size_t saltSize; in generateKeyFromPassword() local
/aosp12/hardware/interfaces/identity/aidl/default/
H A DEicOpsImpl.cc468 size_t saltSize, const uint8_t* info, size_t infoSize, uint8_t* output, in eicOpsHkdf()
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp768 auto saltSize = read<int32_t>(signature); in validateSignatureFormat() local