Lines Matching refs:move
455 *blob = std::move(*serialized_key); in CreateAuthEncryptedKeyBlob()
532 std::move(sdd), blob); in CreateKeyBlob()
611 std::move(sdd), upgraded_key); in UpgradeKeyBlob()
728 error = factory->LoadKey(std::move(*key_material), additional_params, in ParseKeyBlob()
729 std::move(deserialized_key->hw_enforced), in ParseKeyBlob()
730 std::move(deserialized_key->sw_enforced), key); in ParseKeyBlob()
1192 std::move(attest_key_info), *this, error); in GenerateAttestation()
1334 std::move(*wrapping_key), wrapping_key_params, &error)); in UnwrapKey()
1410 error = aes_factory->LoadKey(std::move(transport_key), gcm_params, in UnwrapKey()
1411 std::move(transport_key_authorizations), in UnwrapKey()
1424 std::move(*aes_transport_key), gcm_params, &error)); in UnwrapKey()