Home
last modified time | relevance | path

Searched refs:cbKey (Results 1 – 25 of 258) sorted by relevance

1234567891011

/dports/astro/merkaartor/merkaartor-0.19.0/src/Utils/
H A DSelectionDialog.cpp36 cbKey->insertItems(-1, ksl); in SelectionDialog()
38 cbKey->insertItem(-1, ":zoomlevel"); in SelectionDialog()
39 cbKey->insertItem(-1, ":version"); in SelectionDialog()
40 cbKey->insertItem(-1, ":user"); in SelectionDialog()
41 cbKey->insertItem(-1, ":uploaded"); in SelectionDialog()
42 cbKey->insertItem(-1, ":time"); in SelectionDialog()
43 cbKey->insertItem(-1, ":pixelperm"); in SelectionDialog()
44 cbKey->insertItem(-1, ":dirty"); in SelectionDialog()
45 cbKey->insertItem(-1, ":id"); in SelectionDialog()
49 cbKey->setCompleter(completer); in SelectionDialog()
[all …]
H A DTagSelectorWidget.cpp18 ui->cbKey->setInsertPolicy(QComboBox::InsertAlphabetically); in TagSelectorWidget()
23 ui->cbKey->insertItems(-1, ksl); in TagSelectorWidget()
26 ui->cbKey->setCompleter(completer); in TagSelectorWidget()
27 ui->cbKey->setEditable(true); in TagSelectorWidget()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/win-crypto-ng-0.2.0/src/
H A Dkey_blob.rs264 public[cbKey],
278 public[cbKey],
294 public[cbKey],
308 public[cbKey],
334 public[cbKey],
358 public[cbKey],
372 x[cbKey],
373 y[cbKey],
385 x[cbKey],
386 y[cbKey],
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Windows/
H A DX509Pal.PublicKey.cs163 Y = Interop.BCrypt.Consume(ecBlob, ref offset, pBcryptBlob->cbKey) in ExportNamedCurveParameters()
197 int cbKey = p.Length; in ConstructDSSPublicKeyCspBlob()
198 if (cbKey == 0) in ConstructDSSPublicKeyCspBlob()
203 cbKey + DSS_Q_LEN + cbKey + cbKey + 24 /* sizeof(CAPI.DSSSEED) */; in ConstructDSSPublicKeyCspBlob()
216 bw.Write((int)(cbKey * 8)); // pCspPubKey->bitlen = cbKey * 8; in ConstructDSSPublicKeyCspBlob()
232 if (cb == 0 || cb > cbKey) in ConstructDSSPublicKeyCspBlob()
236 if (cbKey > cb) in ConstructDSSPublicKeyCspBlob()
237 bw.Write(new byte[cbKey - cb]); in ConstructDSSPublicKeyCspBlob()
241 if (cb == 0 || cb > cbKey) in ConstructDSSPublicKeyCspBlob()
245 if (cbKey > cb) in ConstructDSSPublicKeyCspBlob()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Security/Cryptography/
H A DDSACng.ImportExport.cs76 cbKey + in GenerateV1DsaBlob()
77 cbKey + in GenerateV1DsaBlob()
78 cbKey; in GenerateV1DsaBlob()
92 pBcryptBlob->cbKey = cbKey; in GenerateV1DsaBlob()
163 pBcryptBlob->cbKey = cbKey; in GenerateV2DsaBlob()
269 … dsaParams.P = Interop.BCrypt.Consume(dsaBlob, ref offset, pBcryptBlob->cbKey); in ExportParameters()
270 … dsaParams.G = Interop.BCrypt.Consume(dsaBlob, ref offset, pBcryptBlob->cbKey); in ExportParameters()
271 … dsaParams.Y = Interop.BCrypt.Consume(dsaBlob, ref offset, pBcryptBlob->cbKey); in ExportParameters()
304 … dsaParams.P = Interop.BCrypt.Consume(dsaBlob, ref offset, pBcryptBlob->cbKey); in ExportParameters()
305 … dsaParams.G = Interop.BCrypt.Consume(dsaBlob, ref offset, pBcryptBlob->cbKey); in ExportParameters()
[all …]
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/common/
H A Dcrypto.h39 bool InitCipher( const void *pKey, size_t cbKey, size_t cbIV, size_t cbTag, bool bEncrypt );
47 inline bool Init( const void *pKey, size_t cbKey, size_t cbIV, size_t cbTag ) in Init() argument
49 return InitCipher( pKey, cbKey, cbIV, cbTag, true ); in Init()
66 inline bool Init( const void *pKey, size_t cbKey, size_t cbIV, size_t cbTag ) in Init() argument
68 return InitCipher( pKey, cbKey, cbIV, cbTag, false ); in Init()
89 const void *pKey, size_t cbKey,
99 const void *pKey, size_t cbKey,
H A Dcrypto_openssl.cpp89 bool AES_GCM_CipherContext::InitCipher( const void *pKey, size_t cbKey, size_t cbIV, size_t cbTag, … in InitCipher() argument
118 switch ( cbKey ) in InitCipher()
318 const void *pKey, size_t cbKey, in SymmetricAuthEncryptWithIV() argument
327 if ( !ctx.Init( pKey, cbKey, cbIV, cbTag ) ) in SymmetricAuthEncryptWithIV()
339 const void *pKey, size_t cbKey, in SymmetricAuthDecryptWithIV() argument
347 if ( !ctx.Init( pKey, cbKey, cbIV, cbTag ) ) in SymmetricAuthDecryptWithIV()
H A Dcrypto_libsodium.cpp26 bool AES_GCM_CipherContext::InitCipher( const void *pKey, size_t cbKey, size_t cbIV, size_t cbTag, … in InitCipher() argument
34 …AssertMsg( cbKey == crypto_aead_aes256gcm_KEYBYTES, "AES key sizes other than 256 are unsupported.… in InitCipher()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/FastColoredTextBox/
H A DHotkeysEditorForm.designer.cs34 this.cbKey = new System.Windows.Forms.DataGridViewComboBoxColumn(); in InitializeComponent()
58 this.cbKey, in InitializeComponent()
89 this.cbKey.DataPropertyName = "Key"; in InitializeComponent()
90 … this.cbKey.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox; in InitializeComponent()
91 this.cbKey.FlatStyle = System.Windows.Forms.FlatStyle.Flat; in InitializeComponent()
92 this.cbKey.HeaderText = "Key"; in InitializeComponent()
93 this.cbKey.Name = "cbKey"; in InitializeComponent()
94 this.cbKey.Resizable = System.Windows.Forms.DataGridViewTriState.True; in InitializeComponent()
95 this.cbKey.Width = 120; in InitializeComponent()
207 private System.Windows.Forms.DataGridViewComboBoxColumn cbKey; field in FastColoredTextBoxNS.HotkeysEditorForm
/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() argument
84 if (ctx == nullptr || cbKey < 0) in AppleCryptoNative_HmacInit()
86 if (cbKey != 0 && pbKey == nullptr) in AppleCryptoNative_HmacInit()
90 CCHmacInit(&ctx->hmac, ctx->appleAlgId, pbKey, static_cast<size_t>(cbKey)); in AppleCryptoNative_HmacInit()
H A Dpal_symmetric.cpp38 int32_t cbKey, in AppleCryptoNative_CryptorCreate() argument
49 if (pbKey == nullptr || cbKey < 1 || ppCryptorOut == nullptr) in AppleCryptoNative_CryptorCreate()
68 static_cast<size_t>(cbKey), in AppleCryptoNative_CryptorCreate()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Unix/System.Security.Cryptography.Native/
H A DInterop.EcDsa.ImportExport.cs143 int cbKey = GetMax(qx_cb, qy_cb, d_cb); in GetECKeyParameters()
146 cbKey <= expectedSize, in GetECKeyParameters()
149 cbKey = GetMax(cbKey, expectedSize); in GetECKeyParameters()
153 X = Crypto.ExtractBignum(qx_bn, cbKey), in GetECKeyParameters()
154 Y = Crypto.ExtractBignum(qy_bn, cbKey) in GetECKeyParameters()
156 parameters.D = d_cb == 0 ? null : Crypto.ExtractBignum(d_bn, cbKey); in GetECKeyParameters()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/BCrypt/
H A DInterop.Blobs.cs151 internal int cbKey; field
164 internal int cbKey; field
192 internal int cbKey; field
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/win-crypto-ng-0.2.0/src/asymmetric/
H A Dmod.rs426 cbKey: key_len, in import_from_parts()
451 cbKey: key_len, in import_from_parts()
476 cbKey: key_len, in import_from_parts()
501 cbKey: key_len, in import_from_parts()
526 cbKey: key_len, in import_from_parts()
551 cbKey: key_len, in import_from_parts()
570 cbKey: key_len, in import_from_parts()
593 cbKey: key_len, in import_from_parts()
621 cbKey: key_len, in import_from_parts()
646 cbKey: key_len, in import_from_parts()
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Cryptography/
H A DCryptoRandomStream.cs89 int cbKey = pbKey.Length; in CryptoRandomStream()
90 if(cbKey <= 0) in CryptoRandomStream()
140 if(inxKey >= cbKey) inxKey = 0; in CryptoRandomStream()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/ssl/
H A Dssl_platform_key_win_unittest.cc198 header.cbKey = BN_num_bytes(EC_GROUP_get0_order(group)); in PKCS8ToBLOBForCNG()
203 if (!CBB_init(cbb.get(), sizeof(header) + header.cbKey * 3) || in PKCS8ToBLOBForCNG()
206 !AddBIGNUMBigEndian(cbb.get(), x.get(), header.cbKey) || in PKCS8ToBLOBForCNG()
207 !AddBIGNUMBigEndian(cbb.get(), y.get(), header.cbKey) || in PKCS8ToBLOBForCNG()
209 header.cbKey) || in PKCS8ToBLOBForCNG()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/ssl/
H A Dssl_platform_key_win_unittest.cc198 header.cbKey = BN_num_bytes(EC_GROUP_get0_order(group)); in PKCS8ToBLOBForCNG()
203 if (!CBB_init(cbb.get(), sizeof(header) + header.cbKey * 3) || in PKCS8ToBLOBForCNG()
206 !AddBIGNUMBigEndian(cbb.get(), x.get(), header.cbKey) || in PKCS8ToBLOBForCNG()
207 !AddBIGNUMBigEndian(cbb.get(), y.get(), header.cbKey) || in PKCS8ToBLOBForCNG()
209 header.cbKey) || in PKCS8ToBLOBForCNG()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs123 cbKey: ::ULONG,
130 cbKey: ::ULONG,
145 cbKey: ::ULONG,
162 cbKey: ::ULONG,
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs123 cbKey: ::ULONG,
130 cbKey: ::ULONG,
145 cbKey: ::ULONG,
162 cbKey: ::ULONG,
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs123 cbKey: ::ULONG,
130 cbKey: ::ULONG,
145 cbKey: ::ULONG,
162 cbKey: ::ULONG,
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs123 cbKey: ::ULONG,
130 cbKey: ::ULONG,
145 cbKey: ::ULONG,
162 cbKey: ::ULONG,
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs123 cbKey: ::ULONG,
130 cbKey: ::ULONG,
145 cbKey: ::ULONG,
162 cbKey: ::ULONG,
/dports/devel/sccache/sccache-0.2.15/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs123 cbKey: ::ULONG,
130 cbKey: ::ULONG,
145 cbKey: ::ULONG,
162 cbKey: ::ULONG,
/dports/games/genact/genact-0.10.0/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs123 cbKey: ::ULONG,
130 cbKey: ::ULONG,
145 cbKey: ::ULONG,
162 cbKey: ::ULONG,
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/winapi-0.2.8/src/
H A Dbcrypt.rs123 cbKey: ::ULONG,
130 cbKey: ::ULONG,
145 cbKey: ::ULONG,
162 cbKey: ::ULONG,

1234567891011