Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 11 of 11) sorted by relevance

/test/framework/harnesses/host_controller/command_processor/
Dcommand_copy.py40 src, dst = arg_line.split()
41 if dst == "{vts_tf_home}":
42 dst = os.path.dirname(self.console.test_suite_info["vts"])
43 elif "{" in dst:
44 logging.error("unknown dst %s", dst)
46 shutil.copy(src, dst)
/test/vts/testcases/template/binary_test/
Dbinary_test.py254 for src, dst, tag in source_list:
258 logging.debug('Pushing from %s to %s.', src, dst)
259 self._dut.adb.push('{src} {dst}'.format(src=src, dst=dst))
260 self.shell.Execute('ls %s' % dst)
266 for src, dst, tag in source_list:
270 logging.debug('Creating test case from %s with tag %s', dst,
272 testcase = self.CreateTestCase(dst, tag)
339 paths = [dst for src, dst, tag in sources if src and dst]
340 cmd = ['rm -rf %s' % dst for dst in paths]
346 dir_set = set(path_utils.TargetDirName(dst) for dst in paths)
[all …]
/test/vts-testcase/kernel/encryption/
Daes_256_xts.cpp54 const uint8_t *src, uint8_t *dst, in DoEncrypt() argument
87 memmove(dst, src, nbytes); in DoEncrypt()
90 DoXtsMasking(dst, nbytes / kAesBlockSize, tweak); in DoEncrypt()
98 if (EVP_EncryptUpdate(ctx.get(), dst, &outl, dst, nbytes) != 1 || in DoEncrypt()
104 DoXtsMasking(dst, nbytes / kAesBlockSize, tweak); in DoEncrypt()
Dvts_kernel_encryption.h31 const uint8_t *src, uint8_t *dst, int nbytes) const { in Encrypt() argument
36 return DoEncrypt(key.data(), iv, src, dst, nbytes); in Encrypt()
39 const uint8_t *src, uint8_t *dst,
54 uint8_t *dst, int nbytes) const;
69 uint8_t *dst, int nbytes) const;
Dadiantum.cpp134 uint8_t *dst, int nbytes, int nrounds) { in XChaCha() argument
161 dst[i + j] = src[i + j] ^ keystream.bytes[j]; in XChaCha()
179 const uint8_t *src, uint8_t *dst, int nbytes) { in XChaCha12() argument
180 XChaCha(key, nonce, src, dst, nbytes, 12); in XChaCha12()
283 const uint8_t *src, uint8_t *dst, in DoEncrypt() argument
317 XChaCha12(key, rbuf, src, dst, bulk_len); in DoEncrypt()
320 AdiantumHash(&subkeys[kAes256KeySize], iv, dst, bulk_len, hash); in DoEncrypt()
321 le128_sub(&dst[bulk_len], rbuf, hash); in DoEncrypt()
/test/vts/testcases/template/gtest_binary_test/
Dgtest_binary_test.py295 dst = '/data/local/tmp/filter_file'
299 self._dut.adb.push('{src} {dst}'.format(src=temp.name, dst=dst))
302 test_case.filter_file = dst
305 self.shell.Execute('rm %s' % dst)
/test/vts/utils/python/coverage/
Darc_summary_test.py35 dst = block_summary.BlockSummary(1, 0)
37 arc = arc_summary.ArcSummary(src, dst, flag)
39 dst.entry_arcs.append(arc)
/test/vts-testcase/vndk/
Dutils.py33 def AdbPull(self, src, dst): argument
34 cmd = ["adb", "-s", self._serial_number, "pull", src, dst]
/test/vts/drivers/hal/libcodecoverage/
Dgcov_basic_io.h81 struct block_info *dst; member
/test/vts-testcase/security/poc/target/kernel_wifi/32402310/
Dpoc.cpp82 unsigned char dst[ETH_ALEN]; in send_testmode() local
/test/vts-testcase/security/poc/target/kernel_wifi/32219453/
Dpoc.cpp171 unsigned char dst[ETH_ALEN]; in send_testmode() local