| 1705 | using BCryptAlgorithmByCryptoAPI<BCryptAlgorithmType>::uEffectiveKeyBitCount; |
| 1706 | |
| 1707 | BCryptKeyAlgorithm() |
| 1708 | { |
| 1709 | uCryptMode = kDefaultCryptMode; |
| 1710 | } |
| 1711 | |
| 1712 | NTSTATUS WINAPI GetProperty( |
| 1713 | _In_z_ LPCWSTR pszProperty, |
nothing calls this directly
no outgoing calls
no test coverage detected