Searched refs:encrypter (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/drivesetup/
H A DEncryptionUtils.cpp23 BString encrypter; local
27 encrypter.Append(buffer, 11);
29 if (encrypter.FindFirst("-FVE-FS-") >= 0) {
31 } else if (encrypter.FindFirst("PGPGUARD") >= 0) {
33 } else if (encrypter.FindFirst("SafeBoot") >= 0) {
35 } else if (encrypter.FindFirst("LUKS") >= 0) {
H A DPartitionList.cpp261 const char* encrypter = EncryptionType(path.Path()); local
262 if (encrypter != NULL) {
263 appendParameter(parameters, true, encrypter);
H A DDiskView.cpp280 const char* encrypter = EncryptionType(path.Path()); local
281 if (encrypter != NULL) {
282 fullName << " (" << encrypter << ")"; local

Completed in 102 milliseconds