Home
last modified time | relevance | path

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

/mbedtls-development/tests/scripts/
A Dtranslate_ciphers.py86 m_cipher = re.sub(r'\ATLS-', '+', m_cipher)
87 m_cipher = m_cipher.replace("-WITH-", ":+")
88 m_cipher = m_cipher.replace("-EDE", "")
93 m_cipher = m_cipher+"1"
97 if "CCM" in m_cipher or "GCM" in m_cipher:
99 m_cipher = m_cipher+":+AEAD"
104 m_cipher = m_cipher[:index] + ":+" + m_cipher[index+1:]
114 m_cipher = re.sub(r'^TLS-', '', m_cipher)
115 m_cipher = m_cipher.replace("-WITH", "")
139 m_cipher = m_cipher[:index+8]
[all …]

Completed in 2 milliseconds