Home
last modified time | relevance | path

Searched refs:migrationKey (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/mattermost-server/mattermost-server-6.0.2/migrations/
H A Dmigrations_test.go22 migrationKey := model.NewId()
24 th.DeleteAllJobsByTypeAndMigrationKey(model.JobTypeMigrations, migrationKey)
27 state, job, err := GetMigrationState(migrationKey, th.App.Srv().Store)
34 Name: migrationKey,
40 state, job, err = GetMigrationState(migrationKey, th.App.Srv().Store)
53 JobDataKeyMigration: migrationKey,
62 state, job, err = GetMigrationState(migrationKey, th.App.Srv().Store)
72 JobDataKeyMigration: migrationKey,
81 state, job, err = GetMigrationState(migrationKey, th.App.Srv().Store)
91 JobDataKeyMigration: migrationKey,
[all …]
H A Dscheduler.go95 func (scheduler *Scheduler) createJob(migrationKey string, lastJob *model.Job) (*model.Job, *model.…
102 JobDataKeyMigration: migrationKey,
H A Dhelper_test.go252 func (th *TestHelper) DeleteAllJobsByTypeAndMigrationKey(jobType string, migrationKey string) {
259 if key, ok := job.Data[JobDataKeyMigration]; ok && key == migrationKey {
/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/tpm/
H A Dtpm_migration.c29 static int tpm_compute_migration_digest(TPM_PUBKEY *migrationKey, in tpm_compute_migration_digest() argument
34 UINT32 len = sizeof_TPM_PUBKEY((*migrationKey)); in tpm_compute_migration_digest()
38 || tpm_marshal_TPM_PUBKEY(&ptr, &len, migrationKey)) { in tpm_compute_migration_digest()
44 tpm_sha1_update(&sha1, buf, sizeof_TPM_PUBKEY((*migrationKey))); in tpm_compute_migration_digest()
58 if (tpm_compute_migration_digest(&migrationKeyAuth->migrationKey, in tpm_verify_migration_digest()
114 if (tpm_setup_pubkey_data(&migrationKeyAuth->migrationKey, &key) != 0) { in TPM_CreateMigrationBlob()
318 if (migrationKey->algorithmParms.encScheme != TPM_ES_RSAESOAEP_SHA1_MGF1 in TPM_AuthorizeMigrationKey()
319 || migrationKey->algorithmParms.algorithmID != TPM_ALG_RSA) in TPM_AuthorizeMigrationKey()
321 if (migrationKey->algorithmParms.parms.rsa.keyLength < 2048) in TPM_AuthorizeMigrationKey()
324 if (tpm_compute_migration_digest(migrationKey, migrateScheme, in TPM_AuthorizeMigrationKey()
[all …]
H A Dtpm_structures.h992 TPM_PUBKEY migrationKey; member
996 #define sizeof_TPM_MIGRATIONKEYAUTH(s) (sizeof_TPM_PUBKEY(s.migrationKey) \
998 #define free_TPM_MIGRATIONKEYAUTH(s) { free_TPM_PUBKEY(s.migrationKey); }
H A Dtpm_commands.h1026 TPM_PUBKEY *migrationKey,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.editors/src/org/eclipse/ui/internal/editors/text/
H A DEditorsPluginPreferenceInitializer.java141 String migrationKey= preference + postfix; in migrateOverviewRulerPreference() local
143 String migrationValue= store.getString(migrationKey); in migrateOverviewRulerPreference()
145 store.putValue(migrationKey, MIGRATED); in migrateOverviewRulerPreference()
/dports/security/trousers/trousers-0.3.14_3/src/tspi/
H A Dtspi_migration.c206 free(migAuth.migrationKey.algorithmParms.parms); in Tspi_Key_CreateMigrationBlob()
207 migAuth.migrationKey.algorithmParms.parmSize = 0; in Tspi_Key_CreateMigrationBlob()
208 free(migAuth.migrationKey.pubKey.key); in Tspi_Key_CreateMigrationBlob()
209 migAuth.migrationKey.pubKey.keyLength = 0; in Tspi_Key_CreateMigrationBlob()
H A Dtspi_cmk.c251 free(tpmMigKeyAuth.migrationKey.algorithmParms.parms); in Tspi_Key_CMKCreateBlob()
252 free(tpmMigKeyAuth.migrationKey.pubKey.key); in Tspi_Key_CMKCreateBlob()
/dports/security/trousers/trousers-0.3.14_3/src/tcs/
H A Dtcs_migration.c44 if ((result = UnloadBlob_PUBKEY(offset, blob, &mkAuth->migrationKey))) in UnloadBlob_MIGRATIONKEYAUTH()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/ibmtss/
H A Dtpmstructures12.h765 TPM_PUBKEY migrationKey; /* This SHALL be the public key of the migration facility */
/dports/security/trousers/trousers-0.3.14_3/src/include/tss/
H A Dtpm.h907 TPM_PUBKEY migrationKey; member
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdePkg/Include/IndustryStandard/
H A DTpm12.h633 TPM_PUBKEY migrationKey; member
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdePkg/Include/IndustryStandard/
H A DTpm12.h633 TPM_PUBKEY migrationKey; member
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DTpm12.h641 TPM_PUBKEY migrationKey; member
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdePkg/Include/IndustryStandard/
H A DTpm12.h633 TPM_PUBKEY migrationKey; member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DTpm12.h641 TPM_PUBKEY migrationKey; member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DTpm12.h641 TPM_PUBKEY migrationKey; member
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DTpm12.h641 TPM_PUBKEY migrationKey; member
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdePkg/Include/IndustryStandard/
H A DTpm12.h633 TPM_PUBKEY migrationKey; member
/dports/net/ipxe/ipxe-2265a65/src/include/ipxe/efi/IndustryStandard/
H A DTpm12.h641 TPM_PUBKEY migrationKey; member
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdePkg/Include/IndustryStandard/
H A DTpm12.h633 TPM_PUBKEY migrationKey; member
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdePkg/Include/IndustryStandard/
H A DTpm12.h639 TPM_PUBKEY migrationKey; member
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
H A DTpm12.h472 TPM_PUBKEY migrationKey; member
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdePkg/Include/IndustryStandard/
H A DTpm12.h633 TPM_PUBKEY migrationKey; member

12