Home
last modified time | relevance | path

Searched refs:UINT32 (Results 1 – 25 of 64) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/
H A Dwl_mib.h57 UINT32 WepKeyMappingIdx;
71 UINT32 WepKeyMappingLen; /* 10 to 4294967295 */
73 UINT32 WepIcvErrCnt;
74 UINT32 WepExcludedCnt;
93 UINT32 MaxTxMsduLife; /* 1 to 4294967295 */
94 UINT32 MaxRxLife; /* 1 to 4294967295 */
106 UINT32 RxFrmCnt;
107 UINT32 MulticastTxFrmCnt;
108 UINT32 FailedCnt;
109 UINT32 RetryCnt;
[all …]
H A Dsha256.c56 #define WPA_GET_BE32(a) ((((UINT32) (a)[0]) << 24) | \
57 (((UINT32) (a)[1]) << 16) | \
58 (((UINT32) (a)[2]) << 8) | \
59 ((UINT32) (a)[3]))
63 (a)[0] = (UINT8) (((UINT32) (val)) >> 24); \
64 (a)[1] = (UINT8) (((UINT32) (val)) >> 16); \
65 (a)[2] = (UINT8) (((UINT32) (val)) >> 8); \
66 (a)[3] = (UINT8) (((UINT32) (val)) & 0xff); \
104 UINT32 *ptrU32; in hmac_sha256_vector()
133 ptrU32 = (UINT32 *)pKpad; in hmac_sha256_vector()
[all …]
H A Dtlv.h299 UINT32 ChanTime;
300 UINT32 Reserved;
496 UINT32 mode;
497 UINT32 maxOff;
498 UINT32 maxOn;
504 UINT32 mode;
505 UINT32 dwell;
506 UINT32 maxOff;
507 UINT32 minLink;
508 UINT32 rspTimeout;
[all …]
H A Dcrypt_new_rom.h96 extern BOOLEAN (*MRVL_AesValidateHostRequest_hook) (UINT32 *pBitMap,
101 extern int MRVL_AesValidateHostRequest(UINT32 *pBitMap, UINT8 *pCmdPtr,
109 extern BOOLEAN (*MRVL_AesWrap_hook) (UINT8 *kek, UINT8 kekLen, UINT32 n,
112 extern int MRVL_AesWrap(UINT8 *kek, UINT8 kekLen, UINT32 n, UINT8 *plain,
115 extern BOOLEAN (*MRVL_AesUnWrap_hook) (UINT8 *kek, UINT8 kekLen, UINT32 n,
118 extern int MRVL_AesUnWrap(UINT8 *kek, UINT8 kekLen, UINT32 n, UINT8 *cipher,
139 *u = (UINT8)((((UINT32)x)&0x000000ff)); \
140 *(u + 1)= (UINT8)((((UINT32)x)&0x0000ff00)>>8); \
141 *(u + 2)= (UINT8)((((UINT32)x)&0x00ff0000)>>16); \
142 *(u + 3)= (UINT8)((((UINT32)x)&0xff000000)>>24) \
[all …]
H A DIEEE_types.h281 UINT32 ip_src; // source ip addr
282 UINT32 ip_dst; // dest ip address
343 UINT32 reserved;
360 UINT32 reserved;
930 UINT32 FCS;
992 UINT32 FCS;
1010 UINT32 FCS;
1032 UINT32 FCS;
1233 UINT32 Capability;
1371 UINT32 TxBFCapable:1; /* B0 */
[all …]
H A Dsha1.h44 UINT32 Intermediate_Hash[A_SHA_DIGEST_LEN / 4]; /* Message Digest */
46 UINT32 Length_Low; /* Message length in bits */
47 UINT32 Length_High; /* Message length in bits */
49 UINT32 Scratch[16]; /* This is used to reduce the memory
H A Dmd5.c54 static void wpa_MD5Transform(void *priv, UINT32 *state, unsigned int *block);
78 (a) += F ((b), (c), (d)) + (x) + (UINT32)(ac); \
83 (a) += G ((b), (c), (d)) + (x) + (UINT32)(ac); \
88 (a) += H ((b), (c), (d)) + (x) + (UINT32)(ac); \
93 (a) += I ((b), (c), (d)) + (x) + (UINT32)(ac); \
116 wpa_MD5Update(void *priv, Mrvl_MD5_CTX *context, UINT8 *input, UINT32 inputLen) in wpa_MD5Update()
126 if ((context->count[0] += ((UINT32)inputLen << 3)) in wpa_MD5Update()
127 < ((UINT32)inputLen << 3)) { in wpa_MD5Update()
130 context->count[1] += ((UINT32)inputLen >> 29); in wpa_MD5Update()
139 (UINT32 *)context->buffer); in wpa_MD5Update()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh265d_syntax.h36 typedef unsigned int UINT32; typedef
106 UINT32 scaling_list_enabled_flag : 1;
107 UINT32 amp_enabled_flag : 1;
108 UINT32 sample_adaptive_offset_enabled_flag : 1;
109 UINT32 pcm_enabled_flag : 1;
110 UINT32 pcm_sample_bit_depth_luma_minus1 : 4;
111 UINT32 pcm_sample_bit_depth_chroma_minus1 : 4;
112 UINT32 log2_min_pcm_luma_coding_block_size_minus3 : 2;
113 UINT32 log2_diff_max_min_pcm_luma_coding_block_size : 2;
114 UINT32 pcm_loop_filter_disabled_flag : 1;
[all …]
H A Dav1d_syntax.h27 typedef unsigned int UINT32; typedef
59 UINT32 use_128x128_superblock : 1;
60 UINT32 intra_edge_filter : 1;
61 UINT32 interintra_compound : 1;
62 UINT32 masked_compound : 1;
63 UINT32 warped_motion : 1;
64 UINT32 dual_filter : 1;
65 UINT32 jnt_comp : 1;
66 UINT32 screen_content_tools : 1;
67 UINT32 integer_mv : 2;
[all …]
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dmbim-cm.c99 typedef unsigned int UINT32; typedef
327 UINT32 NwError;
328 UINT32 PacketServiceState; //MBIM_PACKET_SERVICE_STATE_E
329 UINT32 HighestAvailableDataClass; //MBIM_DATA_CLASS_E
335 UINT32 NwError;
336 UINT32 PacketServiceState; //MBIM_PACKET_SERVICE_STATE_E
337 UINT32 CurrentDataClass; //MBIM_DATA_CLASS_E
340 UINT32 FrequencyRange;
374 UINT32 DeviceType; //MBIM_DEVICE_TYPE
375 UINT32 CellularClass; //MBIM_CELLULAR_CLASS
[all …]
/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTMediaBuffer.h43 virtual void onBufferRealloc(void* buffer, UINT32 size) = 0;
44 virtual void onBufferRegister(UINT64 poolCapacity, UINT32 size) {} in onBufferRegister()
52 explicit RTMediaBuffer(void* data, UINT32 size);
55 UINT32 size,
59 explicit RTMediaBuffer(UINT32 size);
74 virtual void signalBufferRealloc(UINT32 size);
76 virtual void signalBufferRegister(UINT64 poolCapacity, UINT32 size);
79 virtual UINT32 getSize() const;
80 virtual UINT32 getRealSize() const;
81 virtual UINT32 getOffset() const;
[all …]
H A DRTVideoFrame.h27 explicit RTVideoFrame(UINT32 size);
34 UINT32 getWidth() const;
35 UINT32 getHeight() const;
36 UINT32 getVirWidth() const;
37 UINT32 getVirHeight() const;
49 void setWidth(const UINT32 width);
50 void setHeight(const UINT32 height);
51 void setVirWidth(const UINT32 virWidth);
52 void setVirHeight(const UINT32 virHeight);
68 UINT32 mWidth;
[all …]
H A DRTAVShellBuffer.h25 explicit RTAVShellBuffer(void* data, UINT32 size);
26 explicit RTAVShellBuffer(UINT32 size);
35 virtual UINT32 getSize() const;
36 virtual UINT32 getRealSize() const;
37 virtual UINT32 getOffset() const;
38 virtual UINT32 getLength() const;
41 virtual UINT32 getPhyAddr() const;
47 virtual void setData(void* data, UINT32 size);
49 virtual void setPhyAddr(UINT32 phyaddr);
50 virtual void setRange(UINT32 offset, UINT32 length);
[all …]
H A DRTAudioFrame.h42 UINT32 getSeq() const;
43 UINT32 getReadSize() const;
54 void setSeq(const UINT32 seq);
55 void setReadSize(const UINT32 size);
70 UINT32 mSeq;
71 UINT32 mFrameNum;
72 UINT32 mReadSize;
H A Drt_message.h112 UINT32 cmd;
154 UINT32 mArgU32;
162 RTMessage(UINT32 what, UINT32 arg32, UINT64 arg64, struct RTMsgHandler* handler = RT_NULL);
163 RTMessage(UINT32 what, RT_PTR data, struct RTMsgHandler* handler = RT_NULL);
166 void setWhat(UINT32 what);
167 const UINT32 getWhat();
H A Drt_metadata.h61 virtual RT_BOOL setStructData(UINT64 key, const void *value, UINT32 size);
68 virtual RT_BOOL findStructData(UINT64 key, const void **value, UINT32 size) const;
83 UINT64 key, UINT32 type, const void *data, UINT32 size, RTMetaValueFree freeFunc = RT_NULL);
85 virtual RT_BOOL findData(UINT64 key, UINT32 *type,
86 const void **data, UINT32 *size) const;
H A Drt_type.h46 typedef uint32_t UINT32; typedef
60 #define RtToU32(x) ((UINT32)(x))
95 UINT32 virWidth;
96 UINT32 virHeight;
H A DRTObject.h39 virtual UINT32 hashCode();
48 static UINT32 jvmHashCode(const char* name);
51 void trace(const char* name, void* ptr, UINT32 size); // Called in Constructor
H A Drt_env.h42 INT32 rt_env_get_u32(const char *name, UINT32 *value, UINT32 default_value);
44 INT32 rt_env_set_u32(const char *name, UINT32 value);
H A DRTAudioPacket.h39 UINT32 getSeq() const;
49 void setSeq(const UINT32 seq);
62 UINT32 mSeq;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A Dauthenticator.h62 UINT32 disableStaAsso;
92 UINT32 ageOutCnt;
93 UINT32 stateInfo;
131 UINT32 AssocStationsCnt;
143 UINT32 staAgeOutBcnCnt;
144 UINT32 psStaAgeOutBcnCnt;
147 UINT32 grpRekeyCntConfigured;
148 UINT32 grpRekeyCntRemaining;
171 UINT32 GrpReKeyTime;
177 UINT32 PwsHskTimeOut;
[all …]
H A DkeyCommonDef.h61 UINT32 TxIV32;
86 UINT32 hiReplayCounter32; //!< initialized by host
88 UINT32 txIV32; //!< controlled by FW
90 UINT32 TKIPMicLeftValue;
91 UINT32 TKIPMicRightValue;
97 UINT32 TKIPMicData0Value;
98 UINT32 TKIPMicData1Value;
99 UINT32 TKIPMicData2Value;
208 UINT32 replay_cnt[2];
H A DkeyMgmtSta_rom.h37 typedef UINT32 MicroTimerId_t;
40 typedef void (*MicroTimerCallback_t) (MicroTimerId_t, UINT32);
123 UINT32 *ptr_val);
131 KeyData_t *pGRKey, UINT32 *ptr_val);
201 UINT32 expiry, UINT8 flags);
205 UINT32 expiry, UINT8 flags);
215 UINT32 length);
H A DkeyMgmtAp_rom.c43 UINT32
44 util_FindLowestBitSet(UINT32 val) in util_FindLowestBitSet()
46 UINT32 bitmap = 1; in util_FindLowestBitSet()
56 convertMrvlAuthToIEEEAuth(UINT32 mrvlauth) in convertMrvlAuthToIEEEAuth()
75 UINT32
78 UINT32 MrvlAuth = 0; in convertIEEEAuthToMrvlAuth()
118 UINT32
121 UINT32 MrvlCipher = 0; in convertIEEECipherToMrvlCipher()
185 UINT16 Type, UINT32 replay_cnt[2], UINT8 *Nonce) in PopulateKeyMsg()
H A DkeyMgmtSta_rom.c141 UINT32 ieSize = 0; in keyMgmtFormatWpaRsnIe_internal()
416 UINT32 tmpHi; in isApReplayCounterFresh()
417 UINT32 tmpLo; in isApReplayCounterFresh()
418 UINT32 rxCountHi; in isApReplayCounterFresh()
419 UINT32 rxCountLo; in isApReplayCounterFresh()
456 UINT32 tmpHi; in updateApReplayCounter()
457 UINT32 tmpLo; in updateApReplayCounter()
458 UINT32 rxCountHi; in updateApReplayCounter()
459 UINT32 rxCountLo; in updateApReplayCounter()
583 UINT32 ptr_val; in parseKeyKDE_DataType()
[all …]

123