Searched refs:parse_hex (Results 1 – 2 of 2) sorted by relevance
/system/vold/ |
D | Ext4Crypt.cpp | 577 static bool parse_hex(const char* hex, std::string* result) { in parse_hex() function 596 if (!parse_hex(token_hex, &token)) return false; in e4crypt_add_user_key_auth() 597 if (!parse_hex(secret_hex, &secret)) return false; in e4crypt_add_user_key_auth() 639 if (!parse_hex(token_hex, &token)) return false; in e4crypt_unlock_user_key() 640 if (!parse_hex(secret_hex, &secret)) return false; in e4crypt_unlock_user_key()
|
/system/extras/libfec/ |
D | fec_verity.cpp | 37 static int parse_hex(uint8_t *dst, uint32_t size, const char *src) in parse_hex() function 392 if (parse_hex(root, sizeof(root), token.c_str()) == -1) { in parse_table() 409 if (parse_hex(salt.get(), v->salt_size, token.c_str()) == -1) { in parse_table()
|