Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dsecure_blob.h25 BRILLO_EXPORT Blob BlobFromString(const std::string& bytes);
Dsecure_blob_test.cc30 const Blob obtained_blob = BlobFromString(obtained_string); in TEST()
301 Blob reference = BlobFromString("Test String"); in TEST()
Dsecure_blob.cc35 Blob BlobFromString(const std::string& bytes) { in BlobFromString() function