Searched refs:password_length (Results 1 – 3 of 3) sorted by relevance
/device/google/cuttlefish/host/commands/secure_env/ |
D | tpm_gatekeeper.cpp | 72 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()
|
D | soft_gatekeeper.h | 74 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()
|
D | tpm_gatekeeper.h | 49 uint32_t password_length,
|