Searched refs:parse_hex (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DExt4Crypt.cpp577 static bool parse_hex(const char* hex, std::string* result) { function
596 if (!parse_hex(token_hex, &token)) return false;
597 if (!parse_hex(secret_hex, &secret)) return false;
639 if (!parse_hex(token_hex, &token)) return false;
640 if (!parse_hex(secret_hex, &secret)) return false;
/system/extras/libfec/
H A Dfec_verity.cpp37 static int parse_hex(uint8_t *dst, uint32_t size, const char *src) function
392 if (parse_hex(root, sizeof(root), token.c_str()) == -1) {
409 if (parse_hex(salt.get(), v->salt_size, token.c_str()) == -1) {

Completed in 157 milliseconds