Searched defs:mstrNewPasswordId (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp690 mstrNewPasswordId(strNewPasswordId),
717 Utf8Str mstrNewPasswordId; member in class:Medium::EncryptTask
9327 && task.mstrNewPasswordId.isEmpty()
9336 else if (task.mstrNewPasswordId.isEmpty())
9350 else if (task.mstrNewPasswordId.isNotEmpty() || task.mstrNewPassword.isNotEmpty())
9407 if ( task.mstrNewPasswordId.isNotEmpty()
9418 if (task.mstrNewPasswordId.isNotEmpty())
9419 pBase->m->mapProperties["CRYPT/KeyId"] = task.mstrNewPasswordId;

Completed in 55 milliseconds