Home
last modified time | relevance | path

Searched refs:cmd (Results 1 – 7 of 7) sorted by relevance

/mbedtls-latest/tests/scripts/
Dgenerate_tls13_compat_tests.py109 def cmd(self): member in TLSProgram
141 def cmd(self): member in OpenSSLBase
142 ret = super().cmd()
182 def cmd(self): member in OpenSSLServ
183 ret = super().cmd()
254 def cmd(self): member in GnuTLSBase
255 ret = super().cmd()
337 def cmd(self): member in MbedTLSBase
338 ret = super().cmd()
398 def cmd(self): member in MbedTLSServ
[all …]
Dgenerate_server9_bad_saltlen.py71 cmd = OPENSSL_RSA_PSS_CERT_COMMAND.format(**kwargs)
72 der_bytes = subprocess.check_output(cmd, shell=True)
75 cmd = OPENSSL_RSA_PSS_DGST_COMMAND.format(**kwargs)
77 der_bytes = subprocess.check_output(cmd,
Dpsa_collect_statuses.py54 cmd = [psa_constant_names, 'status'] + values
55 output = subprocess.check_output(cmd).decode('ascii')
Dtest_config_script.py114 cmd = [os.path.abspath(options.script),
118 status = subprocess.call(cmd + args,
Ddepends.py97 def log_command(cmd): argument
100 log_line(' '.join(cmd), prefix='+')
Dcomponents-configuration-crypto.sh2677 cmd="${compile_cmd} ${clang_args}"
2678 echo "${target}: ${source_file}; $cmd ${source_file}" >> ${makefile}
/mbedtls-latest/scripts/
Dcode_style.py101 cmd = ["git", "log", since + "..HEAD", "--ignore-submodules",
103 output = subprocess.check_output(cmd, universal_newlines=True)
106 cmd = ["git", "-C", "framework", "log", since + "..HEAD",
108 output = subprocess.check_output(cmd, universal_newlines=True,
114 cmd = ["git", "diff", "--name-only", "--"] + src_files
115 output = subprocess.check_output(cmd, universal_newlines=True)
118 cmd = ["git", "-C", "framework", "diff", "--name-only", "--"] + \
120 output = subprocess.check_output(cmd, universal_newlines=True,