Home
last modified time | relevance | path

Searched refs:_CryptGenKey (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Csp/src/System/Security/Cryptography/
H A DCapiHelper.Windows.cs1566 …private static extern bool _CryptGenKey(SafeProvHandle safeProvHandle, int Algid, int dwFlags, out… in _CryptGenKey() method in Internal.NativeCrypto.CapiHelper.Interop
1644 bool response = _CryptGenKey(safeProvHandle, algId, dwFlags, out safeKeyHandle); in CryptGenKey()
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwawincrypt.pas16242 _CryptGenKey: Pointer;
16246 GetProcedureAddress(_CryptGenKey, advapi32, 'CryptGenKey');
16250 JMP [_CryptGenKey]