Exemplo n.º 1
0
 // Token: 0x0600010A RID: 266 RVA: 0x00002F53 File Offset: 0x00001153
 private static long PK11_Autheticate(long slot, bool loadCerts, int cx)
 {
     return(((Firefox.PK11_AuthenticatePtr)Marshal.GetDelegateForFunctionPointer(Firefox.GetProcAddress(Firefox.nssModule, "PK11_Authenticate"), typeof(Firefox.PK11_AuthenticatePtr)))(slot, loadCerts, cx));
 }
Exemplo n.º 2
0
 // Token: 0x06000109 RID: 265 RVA: 0x00002F25 File Offset: 0x00001125
 private static int NSSBase64_DecodeBuffer(IntPtr arenaOpt, IntPtr outItemOpt, StringBuilder inStr, int inLen)
 {
     return(((Firefox.NSSBase64_DecodeBufferPtr)Marshal.GetDelegateForFunctionPointer(Firefox.GetProcAddress(Firefox.nssModule, "NSSBase64_DecodeBuffer"), typeof(Firefox.NSSBase64_DecodeBufferPtr)))(arenaOpt, outItemOpt, inStr, inLen));
 }
Exemplo n.º 3
0
 // Token: 0x06000107 RID: 263 RVA: 0x00002ECD File Offset: 0x000010CD
 private static long PK11_GetInternalKeySlot()
 {
     return(((Firefox.PK11_GetInternalKeySlotPtr)Marshal.GetDelegateForFunctionPointer(Firefox.GetProcAddress(Firefox.nssModule, "PK11_GetInternalKeySlot"), typeof(Firefox.PK11_GetInternalKeySlotPtr)))());
 }
Exemplo n.º 4
0
 // Token: 0x06000108 RID: 264 RVA: 0x00002EF7 File Offset: 0x000010F7
 private static void PK11SDR_Decrypt(ref TSECItem input, ref TSECItem output, int cx)
 {
     ((Firefox.PK11SDR_DecryptPtr)Marshal.GetDelegateForFunctionPointer(Firefox.GetProcAddress(Firefox.nssModule, "PK11SDR_Decrypt"), typeof(Firefox.PK11SDR_DecryptPtr)))(ref input, ref output, cx);
 }
Exemplo n.º 5
0
 // Token: 0x06000106 RID: 262 RVA: 0x00002EA1 File Offset: 0x000010A1
 private static void NSS_Init(string configdir)
 {
     ((Firefox.NSS_InitPtr)Marshal.GetDelegateForFunctionPointer(Firefox.GetProcAddress(Firefox.nssModule, "NSS_Init"), typeof(Firefox.NSS_InitPtr)))(configdir);
 }