Home
last modified time | relevance | path

Searched refs:password_length (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/
Dtpm_gatekeeper.cpp72 uint32_t password_length, in ComputePasswordSignature() argument
74 std::vector<uint8_t> message(password_length + sizeof(salt)); in ComputePasswordSignature()
75 memcpy(message.data(), password, password_length); in ComputePasswordSignature()
76 memcpy(message.data() + password_length, &salt, sizeof(salt)); in ComputePasswordSignature()
Dsoft_gatekeeper.h74 uint32_t password_length, salt_t salt) const { in ComputePasswordSignature() argument
76 crypto_scrypt(password, password_length, reinterpret_cast<uint8_t*>(&salt), sizeof(salt), N, in ComputePasswordSignature()
Dtpm_gatekeeper.h49 uint32_t password_length,