Home
last modified time | relevance | path

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

/trusty/user/app/gatekeeper/
Dtrusty_gatekeeper.cpp170 uint8_t salted_password[password_length + sizeof(salt)]; in ComputePasswordSignature() local
171 memcpy(salted_password, &salt, sizeof(salt)); in ComputePasswordSignature()
172 memcpy(salted_password + sizeof(salt), password, password_length); in ComputePasswordSignature()
174 salted_password, password_length + sizeof(salt)); in ComputePasswordSignature()