Home
last modified time | relevance | path

Searched refs:pbPublicKey (Results 1 – 10 of 10) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/
H A Dstrongnamekeypair.cs145 IntPtr pbPublicKey = IntPtr.Zero; in ComputePublicKey()
154 out pbPublicKey, out cbPublicKey); in ComputePublicKey()
159 out pbPublicKey, out cbPublicKey); in ComputePublicKey()
165 Buffer.Memcpy(publicKey, 0, (byte*)(pbPublicKey.ToPointer()), 0, cbPublicKey); in ComputePublicKey()
169 if (pbPublicKey != IntPtr.Zero) in ComputePublicKey()
170 StrongNameHelpers.StrongNameFreeBuffer(pbPublicKey); in ComputePublicKey()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A Dstrongname.cpp24 COOP_PINVOKE_HELPER(void, RhConvertPublicKeyToPublicKeyToken, (const UInt8* pbPublicKey, int cbPubl…
26 ASSERT(pbPublicKey != NULL);
35 sha1.AddData(pbPublicKey, cbPublicKey);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/security/system/security/cryptography/x509/
H A Dx509extension.cs493 …IntPtr pbPublicKey = new IntPtr((long) pbParameters + X509Utils.AlignedLength((uint) encodedParame… in EncodePublicKey()
505 pPublicKeyInfo->PublicKey.pbData = pbPublicKey; in EncodePublicKey()
506 Marshal.Copy(encodedKeyValue, 0, pbPublicKey, encodedKeyValue.Length); in EncodePublicKey()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcardmod.h145 PBYTE pbPublicKey; member
H A Dcor.h602 …STDMETHOD (DefineAssembly) (THIS_ const void *pbPublicKey, ULONG cbPublicKey, ULONG ulHashAlgId, L… in DECLARE_INTERFACE_()
607 …STDMETHOD (SetAssemblyProps) (THIS_ mdAssembly pma, const void *pbPublicKey, ULONG cbPublicKey, UL… in DECLARE_INTERFACE_()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcardmod.h145 PBYTE pbPublicKey; member
H A Dcor.h602 …STDMETHOD (DefineAssembly) (THIS_ const void *pbPublicKey, ULONG cbPublicKey, ULONG ulHashAlgId, L… in DECLARE_INTERFACE_()
607 …STDMETHOD (SetAssemblyProps) (THIS_ mdAssembly pma, const void *pbPublicKey, ULONG cbPublicKey, UL… in DECLARE_INTERFACE_()
/dports/security/opensc/OpenSC-0.22.0/src/minidriver/
H A Dminidriver.c4971 PBYTE pbPublicKey = NULL; in CardConstructDHAgreement() local
4988 if ( pAgreementInfo->pbPublicKey == NULL ) in CardConstructDHAgreement()
5018 pAgreementInfo->pbPublicKey, in CardConstructDHAgreement()
5030 pbPublicKey = (PBYTE) pCardData->pfnCspAlloc(publicKeySize); in CardConstructDHAgreement()
5031 if (!pbPublicKey) { in CardConstructDHAgreement()
5036 pbPublicKey[0] = 4; in CardConstructDHAgreement()
5037 memcpy(pbPublicKey+1, pAgreementInfo->pbPublicKey + sizeof(BCRYPT_ECCKEY_BLOB), publicKeySize-1); in CardConstructDHAgreement()
5040 …r = sc_pkcs15_derive(vs->p15card, pkey, opt_derive_flags, pbPublicKey, publicKeySize, out, &outlen… in CardConstructDHAgreement()
5045 pCardData->pfnCspFree(pbPublicKey); in CardConstructDHAgreement()
5057 …r = sc_pkcs15_derive(vs->p15card, pkey, opt_derive_flags, pbPublicKey, publicKeySize, out, &outlen… in CardConstructDHAgreement()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Runtime/
H A DRuntimeImports.cs714 …private extern static unsafe void RhConvertPublicKeyToPublicKeyToken(byte* pbPublicKey, int cbPubl… in RhConvertPublicKeyToPublicKeyToken() argument
/dports/security/beid/eid-mw-5.0.8/cardcomm/minidriver/src/inc/
H A Dcardmod.h866 IN PBYTE pbPublicKey; member