OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:salt_
(Results
1 - 5
of
5
) sorted by null
/system/keymaster/
kdf.cpp
50
salt_
.reset(dup_buffer(salt, salt_len));
51
if (!
salt_
.get())
54
salt_
.reset();
kdf.h
44
UniquePtr<uint8_t[]>
salt_
;
member in class:keymaster::Kdf
hkdf.cpp
37
if (
salt_
.get() != nullptr && salt_len_ > 0) {
38
result = prk_hmac.Init(
salt_
.get(), salt_len_);
/libcore/luni/src/test/java/libcore/javax/crypto/
SecretKeyFactoryTest.java
34
* information, see http://en.wikipedia.org/wiki/
Salt_
(cryptography)
/system/tpm/attestation/server/
pkcs11_key_store_test.cc
101
ScopedFakeSalt() :
salt_
(128, 0) {
102
brillo::cryptohome::home::SetSystemSalt(&
salt_
);
109
std::string
salt_
;
member in class:__anon73529::ScopedFakeSalt
Completed in 924 milliseconds