()
| 95 | |
| 96 | |
| 97 | def fips_enabled(): |
| 98 | if HAS_CRYPTOGRAPHY: |
| 99 | import cryptography.hazmat.backends.openssl.backend |
| 100 | |
| 101 | return cryptography.hazmat.backends.openssl.backend._fips_enabled |
| 102 | return False |
| 103 | |
| 104 | |
| 105 | def clean_key(key): |
no outgoing calls
no test coverage detected