Home
last modified time | relevance | path

Searched refs:target_slot (Results 1 – 3 of 3) sorted by relevance

/third_party/mbedtls/library/
Dpsa_crypto.c2066 psa_key_slot_t *target_slot = NULL; in psa_copy_key() local
2102 &target_slot, &driver); in psa_copy_key()
2106 if (PSA_KEY_LIFETIME_GET_LOCATION(target_slot->attr.lifetime) != in psa_copy_key()
2131 status = psa_allocate_buffer_to_slot(target_slot, storage_size); in psa_copy_key()
2139 target_slot->key.data, in psa_copy_key()
2140 target_slot->key.bytes, in psa_copy_key()
2141 &target_slot->key.bytes); in psa_copy_key()
2146 status = psa_copy_key_material_into_slot(target_slot, in psa_copy_key()
2153 status = psa_finish_key_creation(target_slot, driver, target_key); in psa_copy_key()
2156 psa_fail_key_creation(target_slot, driver); in psa_copy_key()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc2317 auto& target_slot = state.stack_state[local_index]; in LocalSet() local
2320 if (target_slot.is_reg()) state.dec_used(target_slot.reg()); in LocalSet()
2321 target_slot.Copy(source_slot); in LocalSet()
2322 if (is_tee) state.inc_used(target_slot.reg()); in LocalSet()
2325 if (target_slot.is_reg()) state.dec_used(target_slot.reg()); in LocalSet()
2326 target_slot.Copy(source_slot); in LocalSet()
2329 LocalSetFromStackSlot(&target_slot, local_index); in LocalSet()
/third_party/node/deps/v8/src/heap/
Dmark-compact.cc2865 HeapObjectSlot target_slot = in CompactTransitionArray() local
2867 RecordSlot(transitions, target_slot, raw_target->GetHeapObject()); in CompactTransitionArray()