(self, h)
| 1305 | class OpenSSLCopyTestCase(ExtensionCopyTestCase, unittest.TestCase): |
| 1306 | |
| 1307 | def init(self, h): |
| 1308 | h._init_openssl_hmac(b"key", b"msg", digestmod="sha256") |
| 1309 | |
| 1310 | |
| 1311 | @hashlib_helper.requires_builtin_hmac() |
nothing calls this directly
no test coverage detected