Home
last modified time | relevance | path

Searched refs:check_if_blob_is_encrypted (Results 1 – 1 of 1) sorted by last modified time

/dports/security/git-crypt/git-crypt-0.6.0/
H A Dcommands.cpp442 static bool check_if_blob_is_encrypted (const std::string& object_id) in check_if_blob_is_encrypted() function
486 return check_if_blob_is_encrypted(object_id); in check_if_file_is_encrypted()
1610 const bool blob_is_unencrypted = !object_id.empty() && !check_if_blob_is_encrypted(object_id); in status()