Lines Matching full:c_str
356 error("unsupported verity table version: %s", token.c_str());
364 error("unsupported verity block size: %s", token.c_str());
369 if (parse_uint64(token.c_str(), f->data_size / FEC_BLOCKSIZE,
372 token.c_str());
377 if (parse_uint64(token.c_str(), f->data_size / FEC_BLOCKSIZE,
379 error("invalid verity hash start block: %s", token.c_str());
387 error("unsupported verity hash algorithm: %s", token.c_str());
392 if (parse_hex(root, sizeof(root), token.c_str()) == -1) {
393 error("invalid verity root hash: %s", token.c_str());
409 if (parse_hex(salt.get(), v->salt_size, token.c_str()) == -1) {
410 error("invalid verity salt: %s", token.c_str());