Home
last modified time | relevance | path

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

/mbedtls/tests/scripts/
A Dtranslate_ciphers.py87 s_cipher = s_cipher.replace("_", "-")
91 s_cipher = s_cipher.replace("-EDE", "")
96 s_cipher = s_cipher+"1"
102 s_cipher = s_cipher+":+AEAD"
107 s_cipher = s_cipher[:index] + ":+" + s_cipher[index+1:]
119 s_cipher = s_cipher.replace("_", "-")
121 s_cipher = re.sub(r'^TLS-', '', s_cipher)
122 s_cipher = s_cipher.replace("-WITH", "")
146 s_cipher = s_cipher[:index+8]
149 if "DES" in s_cipher and "DHE" in s_cipher and "ECDHE" not in s_cipher:
[all …]

Completed in 3 milliseconds