Home
last modified time | relevance | path

Searched refs:key_slots (Results 1 – 25 of 35) sorted by relevance

12

/dports/emulators/citra/citra-ac98458e0/src/core/hw/aes/
H A Dkey.cpp257 key_slots.at(0x2F).SetKeyY(key); in LoadNativeFirmKeysOld3DS()
259 key_slots.at(0x25).SetKeyX(key); in LoadNativeFirmKeysOld3DS()
291 key_slots.at(0x31).SetKeyY(key); in LoadSafeModeNativeFirmKeysOld3DS()
385 key_slots.at(0x15).SetKeyX(keyX_slot0x15); in LoadNativeFirmKeysNew3DS()
386 key_slots.at(0x15).SetKeyY(arm9_header.key_y); in LoadNativeFirmKeysNew3DS()
410 key_slots.at(0x31).SetKeyY(key); in LoadNativeFirmKeysNew3DS()
480 key_slots.at(slot_id).SetKeyX(key); in LoadPresetKeys()
483 key_slots.at(slot_id).SetKeyY(key); in LoadPresetKeys()
511 key_slots.at(slot_id).SetKeyX(key); in SetKeyX()
515 key_slots.at(slot_id).SetKeyY(key); in SetKeyY()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/hw/aes/
H A Dkey.cpp257 key_slots.at(0x2F).SetKeyY(key); in LoadNativeFirmKeysOld3DS()
259 key_slots.at(0x25).SetKeyX(key); in LoadNativeFirmKeysOld3DS()
291 key_slots.at(0x31).SetKeyY(key); in LoadSafeModeNativeFirmKeysOld3DS()
385 key_slots.at(0x15).SetKeyX(keyX_slot0x15); in LoadNativeFirmKeysNew3DS()
386 key_slots.at(0x15).SetKeyY(arm9_header.key_y); in LoadNativeFirmKeysNew3DS()
410 key_slots.at(0x31).SetKeyY(key); in LoadNativeFirmKeysNew3DS()
480 key_slots.at(slot_id).SetKeyX(key); in LoadPresetKeys()
483 key_slots.at(slot_id).SetKeyY(key); in LoadPresetKeys()
511 key_slots.at(slot_id).SetKeyX(key); in SetKeyX()
515 key_slots.at(slot_id).SetKeyY(key); in SetKeyY()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/crypto/
H A Dblock-luks.c693 be32_to_cpus(&luks->header.key_slots[i].active); in qcrypto_block_luks_open()
696 be32_to_cpus(&luks->header.key_slots[i].stripes); in qcrypto_block_luks_open()
1114 luks->header.key_slots[i].active = i == 0 ? in qcrypto_block_luks_create()
1122 luks->header.key_slots[i].key_offset = in qcrypto_block_luks_create()
1167 luks->header.key_slots[0].iterations = in qcrypto_block_luks_create()
1177 luks->header.key_slots[0].salt, in qcrypto_block_luks_create()
1263 cpu_to_be32s(&luks->header.key_slots[i].active); in qcrypto_block_luks_create()
1266 cpu_to_be32s(&luks->header.key_slots[i].stripes); in qcrypto_block_luks_create()
1287 be32_to_cpus(&luks->header.key_slots[i].active); in qcrypto_block_luks_create()
1290 be32_to_cpus(&luks->header.key_slots[i].stripes); in qcrypto_block_luks_create()
[all …]
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/mbedtls/library/
H A Dpsa_crypto_slot_management.c48 psa_key_slot_t key_slots[MBEDTLS_PSA_KEY_SLOT_COUNT]; member
112 slot = &global_data.key_slots[ key_id - PSA_KEY_ID_VOLATILE_MIN ]; in psa_get_and_lock_key_slot_in_memory()
133 slot = &global_data.key_slots[ slot_idx ]; in psa_get_and_lock_key_slot_in_memory()
166 psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in psa_wipe_all_key_slots()
189 psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in psa_get_empty_key_slot()
224 ( (psa_key_id_t)( selected_slot - global_data.key_slots ) ); in psa_get_empty_key_slot()
458 const psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in mbedtls_psa_get_stats()
/dports/www/hiawatha/hiawatha-10.12/mbedtls/library/
H A Dpsa_crypto_slot_management.c48 psa_key_slot_t key_slots[MBEDTLS_PSA_KEY_SLOT_COUNT]; member
112 slot = &global_data.key_slots[ key_id - PSA_KEY_ID_VOLATILE_MIN ]; in psa_get_and_lock_key_slot_in_memory()
133 slot = &global_data.key_slots[ slot_idx ]; in psa_get_and_lock_key_slot_in_memory()
166 psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in psa_wipe_all_key_slots()
189 psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in psa_get_empty_key_slot()
224 ( (psa_key_id_t)( selected_slot - global_data.key_slots ) ); in psa_get_empty_key_slot()
458 const psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in mbedtls_psa_get_stats()
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/library/
H A Dpsa_crypto_slot_management.c48 psa_key_slot_t key_slots[PSA_KEY_SLOT_COUNT]; member
112 slot = &global_data.key_slots[ key_id - PSA_KEY_ID_VOLATILE_MIN ]; in psa_get_and_lock_key_slot_in_memory()
133 slot = &global_data.key_slots[ slot_idx ]; in psa_get_and_lock_key_slot_in_memory()
166 psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in psa_wipe_all_key_slots()
189 psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in psa_get_empty_key_slot()
224 ( (psa_key_id_t)( selected_slot - global_data.key_slots ) ); in psa_get_empty_key_slot()
449 const psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in mbedtls_psa_get_stats()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ext/mbedtls/
H A Dpsa_crypto_slot_management.c48 psa_key_slot_t key_slots[PSA_KEY_SLOT_COUNT]; member
112 slot = &global_data.key_slots[ key_id - PSA_KEY_ID_VOLATILE_MIN ]; in psa_get_and_lock_key_slot_in_memory()
133 slot = &global_data.key_slots[ slot_idx ]; in psa_get_and_lock_key_slot_in_memory()
166 psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in psa_wipe_all_key_slots()
189 psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in psa_get_empty_key_slot()
224 ( (psa_key_id_t)( selected_slot - global_data.key_slots ) ); in psa_get_empty_key_slot()
449 const psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in mbedtls_psa_get_stats()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ext/mbedtls/
H A Dpsa_crypto_slot_management.c48 psa_key_slot_t key_slots[PSA_KEY_SLOT_COUNT]; member
112 slot = &global_data.key_slots[ key_id - PSA_KEY_ID_VOLATILE_MIN ]; in psa_get_and_lock_key_slot_in_memory()
133 slot = &global_data.key_slots[ slot_idx ]; in psa_get_and_lock_key_slot_in_memory()
166 psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in psa_wipe_all_key_slots()
189 psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in psa_get_empty_key_slot()
224 ( (psa_key_id_t)( selected_slot - global_data.key_slots ) ); in psa_get_empty_key_slot()
449 const psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in mbedtls_psa_get_stats()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/library/
H A Dpsa_crypto_slot_management.c48 psa_key_slot_t key_slots[MBEDTLS_PSA_KEY_SLOT_COUNT]; member
111 slot = &global_data.key_slots[ key_id - PSA_KEY_ID_VOLATILE_MIN ]; in psa_get_and_lock_key_slot_in_memory()
131 slot = &global_data.key_slots[ slot_idx ]; in psa_get_and_lock_key_slot_in_memory()
164 psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in psa_wipe_all_key_slots()
187 psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in psa_get_empty_key_slot()
222 ( (psa_key_id_t)( selected_slot - global_data.key_slots ) ); in psa_get_empty_key_slot()
555 const psa_key_slot_t *slot = &global_data.key_slots[ slot_idx ]; in mbedtls_psa_get_stats()
/dports/emulators/qemu42/qemu-4.2.1/crypto/
H A Dblock-luks.c464 cpu_to_be32s(&hdr_copy->key_slots[i].active); in qcrypto_block_luks_store_header()
465 cpu_to_be32s(&hdr_copy->key_slots[i].iterations); in qcrypto_block_luks_store_header()
466 cpu_to_be32s(&hdr_copy->key_slots[i].key_offset_sector); in qcrypto_block_luks_store_header()
467 cpu_to_be32s(&hdr_copy->key_slots[i].stripes); in qcrypto_block_luks_store_header()
518 be32_to_cpus(&luks->header.key_slots[i].active); in qcrypto_block_luks_load_header()
519 be32_to_cpus(&luks->header.key_slots[i].iterations); in qcrypto_block_luks_load_header()
520 be32_to_cpus(&luks->header.key_slots[i].key_offset_sector); in qcrypto_block_luks_load_header()
521 be32_to_cpus(&luks->header.key_slots[i].stripes); in qcrypto_block_luks_load_header()
1506 slot->active = luks->header.key_slots[i].active == in qcrypto_block_luks_get_info()
1512 slot->iters = luks->header.key_slots[i].iterations; in qcrypto_block_luks_get_info()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/crypto/
H A Dblock-luks.c464 cpu_to_be32s(&hdr_copy->key_slots[i].active); in qcrypto_block_luks_store_header()
465 cpu_to_be32s(&hdr_copy->key_slots[i].iterations); in qcrypto_block_luks_store_header()
466 cpu_to_be32s(&hdr_copy->key_slots[i].key_offset_sector); in qcrypto_block_luks_store_header()
467 cpu_to_be32s(&hdr_copy->key_slots[i].stripes); in qcrypto_block_luks_store_header()
518 be32_to_cpus(&luks->header.key_slots[i].active); in qcrypto_block_luks_load_header()
519 be32_to_cpus(&luks->header.key_slots[i].iterations); in qcrypto_block_luks_load_header()
520 be32_to_cpus(&luks->header.key_slots[i].key_offset_sector); in qcrypto_block_luks_load_header()
521 be32_to_cpus(&luks->header.key_slots[i].stripes); in qcrypto_block_luks_load_header()
1506 slot->active = luks->header.key_slots[i].active == in qcrypto_block_luks_get_info()
1512 slot->iters = luks->header.key_slots[i].iterations; in qcrypto_block_luks_get_info()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/crypto/
H A Dblock-luks.c464 cpu_to_be32s(&hdr_copy->key_slots[i].active); in qcrypto_block_luks_store_header()
465 cpu_to_be32s(&hdr_copy->key_slots[i].iterations); in qcrypto_block_luks_store_header()
466 cpu_to_be32s(&hdr_copy->key_slots[i].key_offset_sector); in qcrypto_block_luks_store_header()
467 cpu_to_be32s(&hdr_copy->key_slots[i].stripes); in qcrypto_block_luks_store_header()
518 be32_to_cpus(&luks->header.key_slots[i].active); in qcrypto_block_luks_load_header()
519 be32_to_cpus(&luks->header.key_slots[i].iterations); in qcrypto_block_luks_load_header()
520 be32_to_cpus(&luks->header.key_slots[i].key_offset_sector); in qcrypto_block_luks_load_header()
521 be32_to_cpus(&luks->header.key_slots[i].stripes); in qcrypto_block_luks_load_header()
1506 slot->active = luks->header.key_slots[i].active == in qcrypto_block_luks_get_info()
1512 slot->iters = luks->header.key_slots[i].iterations; in qcrypto_block_luks_get_info()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/crypto/
H A Dblock-luks.c464 cpu_to_be32s(&hdr_copy->key_slots[i].active); in qcrypto_block_luks_store_header()
465 cpu_to_be32s(&hdr_copy->key_slots[i].iterations); in qcrypto_block_luks_store_header()
466 cpu_to_be32s(&hdr_copy->key_slots[i].key_offset_sector); in qcrypto_block_luks_store_header()
467 cpu_to_be32s(&hdr_copy->key_slots[i].stripes); in qcrypto_block_luks_store_header()
518 be32_to_cpus(&luks->header.key_slots[i].active); in qcrypto_block_luks_load_header()
519 be32_to_cpus(&luks->header.key_slots[i].iterations); in qcrypto_block_luks_load_header()
520 be32_to_cpus(&luks->header.key_slots[i].key_offset_sector); in qcrypto_block_luks_load_header()
521 be32_to_cpus(&luks->header.key_slots[i].stripes); in qcrypto_block_luks_load_header()
1506 slot->active = luks->header.key_slots[i].active == in qcrypto_block_luks_get_info()
1512 slot->iters = luks->header.key_slots[i].iterations; in qcrypto_block_luks_get_info()
[all …]
/dports/emulators/qemu/qemu-6.2.0/crypto/
H A Dblock-luks.c471 cpu_to_be32s(&hdr_copy->key_slots[i].active); in qcrypto_block_luks_store_header()
472 cpu_to_be32s(&hdr_copy->key_slots[i].iterations); in qcrypto_block_luks_store_header()
474 cpu_to_be32s(&hdr_copy->key_slots[i].stripes); in qcrypto_block_luks_store_header()
525 be32_to_cpus(&luks->header.key_slots[i].active); in qcrypto_block_luks_load_header()
526 be32_to_cpus(&luks->header.key_slots[i].iterations); in qcrypto_block_luks_load_header()
528 be32_to_cpus(&luks->header.key_slots[i].stripes); in qcrypto_block_luks_load_header()
741 slot = &luks->header.key_slots[slot_idx]; in qcrypto_block_luks_store_key()
913 slot = &luks->header.key_slots[slot_idx]; in qcrypto_block_luks_load_key()
1094 val = luks->header.key_slots[slot_idx].active; in qcrypto_block_luks_slot_active()
1156 slot = &luks->header.key_slots[slot_idx]; in qcrypto_block_luks_erase_key()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/crypto/
H A Dblock-luks.c471 cpu_to_be32s(&hdr_copy->key_slots[i].active); in qcrypto_block_luks_store_header()
472 cpu_to_be32s(&hdr_copy->key_slots[i].iterations); in qcrypto_block_luks_store_header()
474 cpu_to_be32s(&hdr_copy->key_slots[i].stripes); in qcrypto_block_luks_store_header()
525 be32_to_cpus(&luks->header.key_slots[i].active); in qcrypto_block_luks_load_header()
526 be32_to_cpus(&luks->header.key_slots[i].iterations); in qcrypto_block_luks_load_header()
528 be32_to_cpus(&luks->header.key_slots[i].stripes); in qcrypto_block_luks_load_header()
741 slot = &luks->header.key_slots[slot_idx]; in qcrypto_block_luks_store_key()
913 slot = &luks->header.key_slots[slot_idx]; in qcrypto_block_luks_load_key()
1094 val = luks->header.key_slots[slot_idx].active; in qcrypto_block_luks_slot_active()
1156 slot = &luks->header.key_slots[slot_idx]; in qcrypto_block_luks_erase_key()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/crypto/
H A Dblock-luks.c471 cpu_to_be32s(&hdr_copy->key_slots[i].active); in qcrypto_block_luks_store_header()
472 cpu_to_be32s(&hdr_copy->key_slots[i].iterations); in qcrypto_block_luks_store_header()
474 cpu_to_be32s(&hdr_copy->key_slots[i].stripes); in qcrypto_block_luks_store_header()
525 be32_to_cpus(&luks->header.key_slots[i].active); in qcrypto_block_luks_load_header()
526 be32_to_cpus(&luks->header.key_slots[i].iterations); in qcrypto_block_luks_load_header()
528 be32_to_cpus(&luks->header.key_slots[i].stripes); in qcrypto_block_luks_load_header()
741 slot = &luks->header.key_slots[slot_idx]; in qcrypto_block_luks_store_key()
913 slot = &luks->header.key_slots[slot_idx]; in qcrypto_block_luks_load_key()
1094 val = luks->header.key_slots[slot_idx].active; in qcrypto_block_luks_slot_active()
1156 slot = &luks->header.key_slots[slot_idx]; in qcrypto_block_luks_erase_key()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/crypto/
H A Dblock-luks.c471 cpu_to_be32s(&hdr_copy->key_slots[i].active); in qcrypto_block_luks_store_header()
472 cpu_to_be32s(&hdr_copy->key_slots[i].iterations); in qcrypto_block_luks_store_header()
474 cpu_to_be32s(&hdr_copy->key_slots[i].stripes); in qcrypto_block_luks_store_header()
525 be32_to_cpus(&luks->header.key_slots[i].active); in qcrypto_block_luks_load_header()
526 be32_to_cpus(&luks->header.key_slots[i].iterations); in qcrypto_block_luks_load_header()
528 be32_to_cpus(&luks->header.key_slots[i].stripes); in qcrypto_block_luks_load_header()
741 slot = &luks->header.key_slots[slot_idx]; in qcrypto_block_luks_store_key()
913 slot = &luks->header.key_slots[slot_idx]; in qcrypto_block_luks_load_key()
1094 val = luks->header.key_slots[slot_idx].active; in qcrypto_block_luks_slot_active()
1156 slot = &luks->header.key_slots[slot_idx]; in qcrypto_block_luks_erase_key()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/instrumentation/
H A Dredis_cluster_validator.rb60 key_slots = arguments.each_slice(argument_positions[:step]).map do |args|
64 if key_slots.uniq.many? # rubocop: disable CodeReuse/ActiveRecord
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/plat/nvidia/tegra/soc/t210/drivers/se/
H A Dsecurity_engine.c555 ctx_save_buf)->key_slots[slot].key))); in tegra_se_aeskeytable_context_save()
579 ctx_save_buf)->key_slots[slot].oiv))); in tegra_se_aeskeytable_context_save()
599 ctx_save_buf)->key_slots[slot].uiv))); in tegra_se_aeskeytable_context_save()
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/plat/nvidia/tegra/soc/t210/drivers/se/
H A Dsecurity_engine.c555 ctx_save_buf)->key_slots[slot].key))); in tegra_se_aeskeytable_context_save()
579 ctx_save_buf)->key_slots[slot].oiv))); in tegra_se_aeskeytable_context_save()
599 ctx_save_buf)->key_slots[slot].uiv))); in tegra_se_aeskeytable_context_save()
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/plat/nvidia/tegra/soc/t210/drivers/se/
H A Dsecurity_engine.c555 ctx_save_buf)->key_slots[slot].key))); in tegra_se_aeskeytable_context_save()
579 ctx_save_buf)->key_slots[slot].oiv))); in tegra_se_aeskeytable_context_save()
599 ctx_save_buf)->key_slots[slot].uiv))); in tegra_se_aeskeytable_context_save()
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/plat/nvidia/tegra/soc/t210/drivers/se/
H A Dsecurity_engine.c555 ctx_save_buf)->key_slots[slot].key))); in tegra_se_aeskeytable_context_save()
579 ctx_save_buf)->key_slots[slot].oiv))); in tegra_se_aeskeytable_context_save()
599 ctx_save_buf)->key_slots[slot].uiv))); in tegra_se_aeskeytable_context_save()
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/plat/nvidia/tegra/soc/t210/drivers/se/
H A Dsecurity_engine.c555 ctx_save_buf)->key_slots[slot].key))); in tegra_se_aeskeytable_context_save()
579 ctx_save_buf)->key_slots[slot].oiv))); in tegra_se_aeskeytable_context_save()
599 ctx_save_buf)->key_slots[slot].uiv))); in tegra_se_aeskeytable_context_save()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/neverbleed/
H A Dneverbleed.c371 struct key_slots { struct
385 struct key_slots rsa_slots; argument
387 struct key_slots ecdsa_slots;
433 static void adjust_slots_reserved_size(int type, struct key_slots *slots) in adjust_slots_reserved_size()
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/neverbleed/
H A Dneverbleed.c371 struct key_slots { struct
385 struct key_slots rsa_slots; argument
387 struct key_slots ecdsa_slots;
433 static void adjust_slots_reserved_size(int type, struct key_slots *slots) in adjust_slots_reserved_size()

12