Searched refs:out_length (Results 1 – 2 of 2) sorted by relevance
80 const std::vector<std::string>& private_key_paths, uint64_t* out_length);
343 uint64_t* out_length) { in SignatureBlobLength() argument344 DCHECK(out_length); in SignatureBlobLength()350 *out_length = sig_blob.size(); in SignatureBlobLength()