Home | History | Annotate | Download | only in vold

Lines Matching full:salt

62         const char* salt = "salt";
89 && props.Set<std::string>(tag::salt,
90 std::string((const char*) crypt_ftr.salt,
127 std::string salt = props.Get<std::string>(tag::salt);
128 if (salt.size() != SALT_LEN) {
129 SLOGE("Salt wrong length");
132 memcpy(crypt_ftr.salt, &salt[0], SALT_LEN);