Searched defs:secret (Results 1 – 9 of 9) sorted by relevance
/system/keymaster/include/keymaster/km_openssl/ |
D | hkdf.h | 35 bool Init(Buffer& secret, Buffer& salt) { in Init() 40 bool Init(const uint8_t* secret, size_t secret_len, const uint8_t* salt, size_t salt_len) { in Init()
|
D | iso18033kdf.h | 37 bool Init(keymaster_digest_t digest_type, const uint8_t* secret, size_t secret_len) { in Init()
|
/system/vold/ |
D | KeyStorage.h | 39 const std::string secret; variable
|
D | VoldNativeService.cpp | 672 const std::string& secret) { in addUserKeyAuth() 681 const std::string& secret) { in clearUserKeyAuth() 697 const std::string& secret) { in unlockUserKey()
|
D | KeyStorage.cpp | 331 static bool stretchSecret(const std::string& stretching, const std::string& secret, in stretchSecret()
|
D | FsCrypt.cpp | 623 std::string token, secret; in authentication_from_hex() local
|
/system/keymaster/km_openssl/ |
D | kdf.cpp | 23 bool Kdf::Init(keymaster_digest_t digest_type, const uint8_t* secret, size_t secret_len, in Init()
|
/system/vold/binder/android/os/ |
D | IVold.aidl | 91 @utf8InCpp String secret); in addUserKeyAuth() 93 @utf8InCpp String secret); in clearUserKeyAuth() 97 @utf8InCpp String secret); in unlockUserKey()
|
/system/netd/server/ |
D | InterfaceController.cpp | 220 std::string secret = oldSecret; in enableStablePrivacyAddresses() local
|