Lines Matching refs:replace
99 s_cipher = s_cipher.replace("_", "-")
102 s_cipher = s_cipher.replace("-WITH-", ":+")
103 s_cipher = s_cipher.replace("-EDE", "")
131 s_cipher = s_cipher.replace("_", "-")
134 s_cipher = s_cipher.replace("-WITH", "")
137 s_cipher = s_cipher.replace("AES-", "AES")
138 s_cipher = s_cipher.replace("CAMELLIA-", "CAMELLIA")
139 s_cipher = s_cipher.replace("ARIA-", "ARIA")
146 s_cipher = s_cipher.replace("-EDE", "")
147 s_cipher = s_cipher.replace("3DES-CBC", "DES-CBC3")
153 s_cipher = s_cipher.replace("ECDHE-RSA-ARIA", "ECDHE-ARIA")
162 s_cipher = s_cipher.replace("DHE", "EDH")
173 s_cipher = s_cipher.replace("_", "-")