Home
last modified time | relevance | path

Searched defs:pbKey (Results 1 – 23 of 23) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Cryptography/Cipher/
H A DStandardAesEngine.cs74 private static void ValidateArguments(Stream s, bool bEncrypt, byte[] pbKey, byte[] pbIV) in ValidateArguments()
96 private static Stream CreateStream(Stream s, bool bEncrypt, byte[] pbKey, byte[] pbIV) in CreateStream()
123 public Stream EncryptStream(Stream s, byte[] pbKey, byte[] pbIV) in EncryptStream()
128 public Stream DecryptStream(Stream s, byte[] pbKey, byte[] pbIV) in DecryptStream()
H A DICipherEngine.cs45 Stream EncryptStream(Stream s, byte[] pbKey, byte[] pbIV); in EncryptStream()
46 Stream DecryptStream(Stream s, byte[] pbKey, byte[] pbIV); in DecryptStream()
H A DChaCha20Engine.cs74 public Stream EncryptStream(Stream s, byte[] pbKey, byte[] pbIV) in EncryptStream()
79 public Stream DecryptStream(Stream s, byte[] pbKey, byte[] pbIV) in DecryptStream()
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Serialization/
H A DHmacBlockStream.cs77 byte[] pbKey) in HmacBlockStream()
152 internal static byte[] GetHmacKey64(byte[] pbKey, ulong uBlockIndex) in GetHmacKey64()
H A DKdbxFile.cs469 byte[] pbKey, int cbIV, bool bEncrypt) in EncryptStream()
483 private byte[] ComputeHeaderHmac(byte[] pbHeader, byte[] pbKey) in ComputeHeaderHmac()
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Keys/
H A DKcpKeyFile.Xml.cs63 public static KfxFile Create(ulong uVersion, byte[] pbKey, byte[] pbHash) in Create()
178 private static void VerifyHash(byte[] pbKey, byte[] pbHash) in VerifyHash()
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/
H A DPwPrompterDat12.cs129 private void MangleSetKey(byte[] pbKey) in MangleSetKey()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Security.Cryptography.Native.Apple/
H A Dpal_hmac.cpp82 extern "C" int32_t AppleCryptoNative_HmacInit(HmacCtx* ctx, uint8_t* pbKey, int32_t cbKey) in AppleCryptoNative_HmacInit()
H A Dpal_symmetric.cpp37 const uint8_t* pbKey, in AppleCryptoNative_CryptorCreate()
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Cryptography/
H A DCryptoRandomStream.cs85 public CryptoRandomStream(CrsAlgorithm a, byte[] pbKey) in CryptoRandomStream()
H A DSelfTest.cs796 private static void HmacEval(byte[] pbKey, byte[] pbMsg, in HmacEval()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/
H A DInterop.Hmac.cs20 … internal static extern unsafe int HmacInit(SafeHmacHandle ctx, [In] byte[] pbKey, int cbKey); in HmacInit()
H A DInterop.Symmetric.cs53 byte* pbKey, in CryptorCreate()
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Cryptography/PasswordGenerator/
H A DPwGenerator.cs82 out byte[] pbKey) in CreateRandomStream()
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Native/
H A DNativeMethods.Unix.cs134 internal static extern uint gcry_cipher_setkey(IntPtr h, IntPtr pbKey, in gcry_cipher_setkey()
/dports/games/devilutionX/devilutionX-1.2.1/3rdParty/StormLib/src/
H A DSBaseCommon.cpp251 LPBYTE pbKey = (BYTE *)szFileName; in HashString() local
271 LPBYTE pbKey = (BYTE *)szFileName; in HashStringSlash() local
291 LPBYTE pbKey = (BYTE *)szFileName; in HashStringLower() local
H A DFileStream.cpp1926 LPBYTE pbKey, in DecryptFileChunk()
/dports/games/wargus/wargus-3.2.0/StormLib/src/
H A DSBaseCommon.cpp277 LPBYTE pbKey = (BYTE *)szFileName; in HashString() local
297 LPBYTE pbKey = (BYTE *)szFileName; in HashStringSlash() local
317 LPBYTE pbKey = (BYTE *)szFileName; in HashStringLower() local
H A DFileStream.cpp1996 LPBYTE pbKey, in DecryptFileChunk()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/cryptography/
H A Drsacryptoserviceprovider.cs75 [MarshalAs(UnmanagedType.LPArray)] byte[] pbKey, in EncryptKey()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/_other/
H A Dpacker.cpp481 RSA *pbKey = [] { in main() local
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Csp/src/System/Security/Cryptography/
H A DCapiHelper.Windows.cs885 …internal static void EncryptKey(SafeKeyHandle safeKeyHandle, byte[] pbKey, int cbKey, bool foep, r… in EncryptKey()
1280 ref byte[] pbKey) in DeriveKey()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/core/
H A Dupdate_checker.cpp306 RSA *pbKey = [] { in UnpackUpdate() local