Searched refs:U64 (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/
H A Daes_x86core.c82 #define U64(C) C##UI64 macro
85 #define U64(C) C##UL macro
88 #define U64(C) C##ULL macro
133 U64(0xa56363c6a56363c6), U64(0x847c7cf8847c7cf8),
134 U64(0x997777ee997777ee), U64(0x8d7b7bf68d7b7bf6),
135 U64(0x0df2f2ff0df2f2ff), U64(0xbd6b6bd6bd6b6bd6),
136 U64(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/
H A Daes_x86core.c82 #define U64(C) C##UI64 macro
85 #define U64(C) C##UL macro
88 #define U64(C) C##ULL macro
133 U64(0xa56363c6a56363c6), U64(0x847c7cf8847c7cf8),
134 U64(0x997777ee997777ee), U64(0x8d7b7bf68d7b7bf6),
135 U64(0x0df2f2ff0df2f2ff), U64(0xbd6b6bd6bd6b6bd6),
136 U64(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mpt2sas/mpi/
H A Dmpi2_type.h45 typedef __le64 U64 __attribute__((aligned(4))); typedef
56 typedef U64 *PU64;
H A Dmpi2_cnfg.h564 U64 WWID; /* 0x00 */
565 U64 DeviceName; /* 0x08 */
709 U64 UniqueValue; /* 0x04 */
784 U64 RaidAcceleratorBufferBaseAddress; /* 0x04 */
785 U64 RaidAcceleratorBufferSize; /* 0x0C */
786 U64 RaidAcceleratorControlBaseAddress; /* 0x14 */
818 U64 RaidAcceleratorHostControlBaseAddress; /* 0x08 */
1108 U64 SASAddress; /* 0x00 */
1117 U64 EnclosureLogicalID; /* 0x00 */
1129 U64 DeviceNam
[all...]
H A Dmpi2_raid.h211 U64 VolumeMaxLBA; /* 0x10 */
251 U64 TotalBlocks; /* 0x00 */
252 U64 BlocksRemaining; /* 0x08 */
H A Dmpi2.h360 U64 Words;
471 U64 Words;
733 U64 Address;
743 U64 Address64;
767 U64 Address;
779 U64 Address64;
989 U64 Address;
H A Dmpi2_ioc.h145 U64 SystemRequestFrameBaseAddress; /* 0x28 */
146 U64 ReplyDescriptorPostQueueAddress;/* 0x30 */
147 U64 ReplyFreeQueueAddress; /* 0x38 */
148 U64 TimeStamp; /* 0x40 */
485 U64 TimeStamp; /* 0x00 */
540 U64 SASAddress; /* 0x0C */
756 U64 SASAddress; /* 0x04 */
773 U64 SASAddress; /* 0x04 */
857 U64 EnclosureLogicalID; /* 0x04 */
874 U64 TimeStam
[all...]
H A Dmpi2_sas.h103 U64 SASAddress; /* 0x10 */
229 U64 LookupAddress; /* 0x18 */
H A Dmpi2_tool.h299 U64 BufferAddress; /* 0x0C */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/lsi/
H A Dmpi_type.h65 } U64; typedef in typeref:struct:_U64
79 typedef U64 *PU64;
H A Dmpi_cnfg.h724 U64 BaseWWID; /* 04h */
730 U64 ForceWWID[MPI_MANPAGE5_NUM_FORCEWWID]; /* 18h */
847 U64 UniqueValue; /* 04h */
1360 U64 WWPN; /* 00h */
1379 U64 SASAddress; /* 00h */
1398 U64 EnclosureLogicalID; /* 00h */
1458 U64 ReassignmentBaseWWID; /* 04h */
1737 U64 WWNN; /* 10h */
1738 U64 WWPN; /* 18h */
1743 U64 FabricWWN
[all...]
H A Dmpi_raid.h164 U64 TotalBlocks; /* 00h */
165 U64 BlocksRemaining; /* 08h */
H A Dmpi.h366 U64 Address;
376 U64 Address64;
399 U64 Address;
411 U64 Address64;
H A Dmpi_sas.h111 U64 SASAddress; /* 10h */
233 U64 SASAddress; /* 14h */
H A Dmpi_ioc.h604 U64 SASAddress; /* 10h */
829 U64 SASAddress; /* 04h */
894 U64 SASAddress; /* 04h */
912 U64 SASAddress; /* 04h */
930 U64 SASAddress; /* 04h */
946 U64 SASAddress; /* 08h */
H A Dmpi_tool.h284 U64 BufferAddress; /* 28h */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/
H A Dsha512.c65 c->h[0] = U64(0xcbbb9d5dc1059ed8);
66 c->h[1] = U64(0x629a292a367cd507);
67 c->h[2] = U64(0x9159015a3070dd17);
68 c->h[3] = U64(0x152fecd8f70e5939);
69 c->h[4] = U64(0x67332667ffc00b31);
70 c->h[5] = U64(0x8eb44a8768581511);
71 c->h[6] = U64(0xdb0c2e0d64f98fa7);
72 c->h[7] = U64(0x47b5481dbefa4fa4);
83 c->h[0] = U64(0x6a09e667f3bcc908);
84 c->h[1] = U64(
[all...]
H A Dsha.h174 # define U64(C) C##UI64 macro
177 # define U64(C) C##UL macro
180 # define U64(C) C##ULL macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha512.c61 c->h[0]=U64(0xcbbb9d5dc1059ed8);
62 c->h[1]=U64(0x629a292a367cd507);
63 c->h[2]=U64(0x9159015a3070dd17);
64 c->h[3]=U64(0x152fecd8f70e5939);
65 c->h[4]=U64(0x67332667ffc00b31);
66 c->h[5]=U64(0x8eb44a8768581511);
67 c->h[6]=U64(0xdb0c2e0d64f98fa7);
68 c->h[7]=U64(0x47b5481dbefa4fa4);
76 c->h[0]=U64(0x6a09e667f3bcc908);
77 c->h[1]=U64(
[all...]
H A Dsha.h163 #define U64(C) C##UI64 macro
166 #define U64(C) C##UL macro
169 #define U64(C) C##ULL macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/
H A Dsha512.c65 c->h[0] = U64(0xcbbb9d5dc1059ed8);
66 c->h[1] = U64(0x629a292a367cd507);
67 c->h[2] = U64(0x9159015a3070dd17);
68 c->h[3] = U64(0x152fecd8f70e5939);
69 c->h[4] = U64(0x67332667ffc00b31);
70 c->h[5] = U64(0x8eb44a8768581511);
71 c->h[6] = U64(0xdb0c2e0d64f98fa7);
72 c->h[7] = U64(0x47b5481dbefa4fa4);
83 c->h[0] = U64(0x6a09e667f3bcc908);
84 c->h[1] = U64(
[all...]
H A Dsha.h174 # define U64(C) C##UI64 macro
177 # define U64(C) C##UL macro
180 # define U64(C) C##ULL macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dsha.h163 #define U64(C) C##UI64 macro
166 #define U64(C) C##UL macro
169 #define U64(C) C##ULL macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/
H A Dmodes_lcl.h13 # define U64(C) C##UI64 macro
17 # define U64(C) C##UL macro
21 # define U64(C) C##ULL macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/
H A Dmodes_lcl.h13 # define U64(C) C##UI64 macro
17 # define U64(C) C##UL macro
21 # define U64(C) C##ULL macro

Completed in 222 milliseconds

12