Searched refs:EC_SUPPORTED (Results 1 – 1 of 1) sorted by relevance
43 EC_SUPPORTED = {} variable44 EC_SUPPORTED.update([(curve.name.upper(), curve) for curve in [65 if not isinstance(key_type, ec.EllipticCurve) and key_type in EC_SUPPORTED:66 key_type = EC_SUPPORTED[key_type]
Completed in 5 milliseconds