Searched refs:parse_hex (Results 1 – 2 of 2) sorted by relevance
44 static int parse_hex(uint8_t *dst, uint32_t size, const char *src) in parse_hex() function413 if (parse_hex(root, sizeof(root), token.c_str()) == -1) { in parse_table()426 if (parse_hex(salt.data(), salt_size, token.c_str()) == -1) { in parse_table()
609 static bool parse_hex(const std::string& hex, std::string* result) { in parse_hex() function624 if (!parse_hex(token_hex, &token)) return std::optional<android::vold::KeyAuthentication>(); in authentication_from_hex()625 if (!parse_hex(secret_hex, &secret)) return std::optional<android::vold::KeyAuthentication>(); in authentication_from_hex()