Home
last modified time | relevance | path

Searched refs:BlobFromString (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/
Dsecure_blob.h22 BRILLO_EXPORT Blob BlobFromString(const std::string& bytes);
Dsecure_blob.cc18 Blob BlobFromString(const std::string& bytes) { in BlobFromString() function
Dsecure_blob_unittest.cc29 const Blob obtained_blob = BlobFromString(obtained_string); in TEST()