Home
last modified time | relevance | path

Searched refs:NULL_SECRET (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dbase_key.h34 const std::vector<uint8_t> NULL_SECRET = { '!' }; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp461 mUserAuth.secret = KeyBlob(NULL_SECRET); in StoreKey()
656 mUserAuth.secret = KeyBlob(NULL_SECRET); in StoreKey()
734 mUserAuth.secret = KeyBlob(NULL_SECRET); in StoreKey()