代码搜索:Structs
找到约 2,696 项符合「Structs」的源代码
代码结果 2,696
www.eeworm.com/read/201813/5056848
h tomcrypt_cipher.h
/* ---- SYMMETRIC KEY STUFF -----
*
* We put each of the ciphers scheduled keys in their own structs then we put all of
* the key formats in one union. This makes the function prototypes easier t
www.eeworm.com/read/184401/5249452
c ubd_sys.c
///
// uty@uaty
///
#include
#include "structs.h"
#include "commAnd.h"
typedef
struct _SYNACKPACKET{
ULONG sign;
ULONG BufferAddress;
}SYNACKPACKET,*PSYNACKPACKET;
//--------
www.eeworm.com/read/350483/3125140
h tomcrypt_cipher.h
/* ---- SYMMETRIC KEY STUFF -----
*
* We put each of the ciphers scheduled keys in their own structs then we put all of
* the key formats in one union. This makes the function prototypes easier t
www.eeworm.com/read/334125/3373211
c ndr_drsuapi.c
/*
Unix SMB/CIFS implementation.
routines for printing some linked list structs in DRSUAPI
Copyright (C) Stefan (metze) Metzmacher 2005
This program is free software; you can redistrib
www.eeworm.com/read/304961/3783683
h mycrypt_cipher.h
/* ---- SYMMETRIC KEY STUFF -----
*
* We put each of the ciphers scheduled keys in their own structs then we put all of
* the key formats in one union. This makes the function prototypes easier t
www.eeworm.com/read/282003/4110342
java usbio_driver_info.java
package de.thesycon.usbio.structs;
/**
* The USBIO_DRIVER_INFO class contains version information about
* the USBIO programming interface (API) and the USBIO driver executable.
* This structu
www.eeworm.com/read/282003/4110343
java usbio_pipe_control_transfer.java
package de.thesycon.usbio.structs;
/**
* The USBIO_PIPE_CONTROL_TRANSFER class provides information used to
* generate a specific control request.
* The values defined by this structure are u
www.eeworm.com/read/282003/4110349
java usbio_setup_pipe_statistics.java
package de.thesycon.usbio.structs;
/**
* The USBIO_SETUP_PIPE_STATISTICS class contains information used to configure
* the statistics maintained by the USBIO driver for a pipe.
*/
public cl
www.eeworm.com/read/282003/4110364
java usbiopipe.java
package de.thesycon.usbio;
import de.thesycon.usbio.structs.*;
/**
* This class implements the interface to an USB pipe that is exported
* by the USBIO device driver.
* It provides all pip