Searched refs:UINT32 (Results 1 - 25 of 483) sorted by relevance

1234567891011>>

/external/libnfc-nci/halimpl/bcm2079x/include/
H A Dandroid_logmsg.h35 void ScrLog (UINT32 trace_set_mask, const char* fmt_str, ...);
36 void LogMsg (UINT32 trace_set_mask, const char *fmt_str, ...);
37 void LogMsg_0 (UINT32 trace_set_mask, const char *p_str);
38 void LogMsg_1 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1);
39 void LogMsg_2 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2);
40 void LogMsg_3 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p
[all...]
H A DOverrideLog.h44 extern UINT32 ScrProtocolTraceFlag;
65 UINT32 InitializeProtocolLogLevel ();
H A Dbuildcfg.h32 extern UINT8 *scru_dump_hex (UINT8 *p, char *p_title, UINT32 len, UINT32 trace_layer, UINT32 trace_type);
/external/tpm2/
H A DSessionProcess_fp.h13 UINT32 resHandleSize, // IN: size of response handle buffer
14 UINT32 resParmSize, // IN: size of response parameter buffer
15 UINT32 *resSessionSize // OUT: response session area
19 UINT32 handleNum, // IN: number of handles in command
22 UINT32 parmBufferSize // IN: size of parameter buffer
28 UINT32 handleNum, // IN: number of element in handle array
31 UINT32 sessionBufferSize, // IN: size of session buffer
33 UINT32 parmBufferSize // IN: size of parameter buffer
H A DMathFunctions_fp.h10 LIB_EXPORT int _math__Comp(const UINT32 aSize, // IN: size of a
12 const UINT32 bSize, // IN: size of b
20 LIB_EXPORT BOOL _math__IsPrime(const UINT32 prime);
22 _math__ModExp(UINT32 cSize, // IN: size of the result
24 const UINT32 mSize, // IN: size of number to be exponentiated
26 const UINT32 eSize, // IN: size of power
28 const UINT32 nSize, // IN: modulus size
33 LIB_EXPORT int _math__sub(const UINT32 aSize, // IN: size of a
35 const UINT32 bSize, // IN: size of b
40 LIB_EXPORT int _math__uComp(const UINT32 aSiz
[all...]
H A D_TPM_Hash_Data_fp.h10 void _TPM_Hash_Data(UINT32 dataSize, // IN: size of data to be extend
H A DDictionaryAttackParameters_fp.h14 UINT32 newMaxTries;
15 UINT32 newRecoveryTime;
16 UINT32 lockoutRecovery;
41 UINT32* response_handle_buffer_size,
42 UINT32* response_parameter_buffer_size);
H A DGlobal.c52 UINT32 s_encryptSessionIndex;
53 UINT32 s_decryptSessionIndex;
54 UINT32 s_auditSessionIndex;
56 UINT32 s_sessionNum;
72 UINT32 s_reservedAddr[NV_RESERVE_LAST];
73 UINT32 s_reservedSize[NV_RESERVE_LAST];
74 UINT32 s_ramIndexSize;
76 UINT32 s_ramIndexSizeAddr;
77 UINT32 s_ramIndexAddr;
78 UINT32 s_maxCountAdd
[all...]
H A DCpriSym_fp.h12 UINT32 keySizeInBits, // IN: key size in bit
16 UINT32 dInSize, // IN: data size
21 UINT32 keySizeInBits, // IN: key size in bit
25 UINT32 dInSize, // IN: data size
35 _cpri__AESEncryptCTR(((BYTE *)dOut), ((UINT32)keySize), ((BYTE *)key), \
36 ((BYTE *)iv), ((UINT32)dInSize), ((BYTE *)dIn))
39 UINT32 keySizeInBits, // IN: key size in bit
42 UINT32 dInSize, // IN: data size
54 _cpri__AESEncryptOFB(((BYTE *)dOut), ((UINT32)keySizeInBits), ((BYTE *)key), \
55 ((BYTE *)iv), ((UINT32)dInSiz
[all...]
H A DCommandDispatcher_fp.h18 UINT32 *res_handle_buffer_size, // OUT: size of handle buffer in response
19 UINT32 *res_parameter_buffer_size // OUT: size of parameter buffer in response
H A DPropertyCap_fp.h12 UINT32 count, // IN: maximum number of returned propertie
H A DPCR_Allocate_fp.h19 UINT32 maxPCR;
20 UINT32 sizeNeeded;
21 UINT32 sizeAvailable;
54 UINT32* response_handle_buffer_size,
55 UINT32* response_parameter_buffer_size);
H A DCpriRSA_fp.h12 UINT32 *dOutSize, // OUT: the size of the decrypted data
16 UINT32 cInSize, // IN: the amount of data to decrypt
22 _cpri__EncryptRSA(UINT32 *cOutSize, // OUT: the size of the encrypted data
26 UINT32 dInSize, // IN: the amount of data to encrypt
35 UINT32 e, // IN: The public exponent
41 UINT32 *counter // IN/OUT: Counter value to allow KFD iteration to be
45 _cpri__SignRSA(UINT32 *sigOutSize, // OUT: size of signature
50 UINT32 hInSize, // IN: size of digest to be signed
55 UINT32 exponent, // IN: the public modulu
65 UINT32 hInSiz
[all...]
H A DPCR_fp.h11 UINT32 *maxPCR, // OUT: Maximum number of PCR
12 UINT32 *sizeNeeded, // OUT: required space
13 UINT32 *sizeAvailable // OUT: available space
16 UINT32 *groupIndex // OUT: group index if PCR belongs
23 UINT32 *groupIndex // OUT: group index if PCR
30 UINT32 count, // IN: count of return
45 UINT32 count, // IN: count of returned handle
50 UINT32 count, // IN: count of returned propertie
58 UINT32 size, // IN: size of data to be extended
67 BOOL PcrIsAllocated(UINT32 pc
[all...]
H A DSetAlgorithmSet_fp.h14 UINT32 algorithmSet;
37 UINT32* response_handle_buffer_size,
38 UINT32* response_parameter_buffer_size);
H A DAlgorithmCap_fp.h16 UINT32 count, // IN: count of returned algorithms
H A DGetCapability_fp.h14 UINT32 property;
15 UINT32 propertyCount;
53 UINT32* response_handle_buffer_size,
54 UINT32* response_parameter_buffer_size);
H A DHandleProcess_fp.h19 UINT32 *req_handles_num // OUT: Receives the count of handles
H A DHandle_fp.h14 UINT32 count, // IN: count of returned handle
H A DRSAKeySieve.h60 UINT32 lastPrime;
61 UINT32 index;
62 UINT32 final;
68 extern UINT32 failedAtIteration[10];
69 extern UINT32 MillerRabinTrials;
70 extern UINT32 totalFieldsSieved;
71 extern UINT32 emptyFieldsSieved;
72 extern UINT32 noPrimeFields;
73 extern UINT32 primesChecked;
/external/libnfc-nci/src/nfc/include/
H A Dndef_utils.h101 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgValidate (UINT8 *p_msg, UINT32 msg_len, BOOLEAN b_allow_chunks);
125 EXPORT_NDEF_API extern UINT32 NDEF_MsgGetRecLength (UINT8 *p_cur_rec);
242 EXPORT_NDEF_API extern UINT8 *NDEF_RecGetPayload (UINT8 *p_rec, UINT32 *p_payload_len);
257 EXPORT_NDEF_API extern void NDEF_MsgInit (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size);
269 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgAddRec (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
272 UINT8 *p_payload, UINT32 payload_len);
285 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgInsertRec (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_siz
[all...]
/external/libnfc-nci/src/include/
H A DOverrideLog.h44 extern UINT32 ScrProtocolTraceFlag;
65 UINT32 initializeProtocolLogLevel ();
/external/giflib/
H A Dconfig.h11 typedef uint32_t UINT32; typedef
/external/libnfc-nci/src/nfa/include/
H A Dnfa_mem_co.h54 NFC_API extern void *nfa_mem_co_alloc (UINT32 num_bytes);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dandroid_logmsg.cpp25 extern UINT32 ScrProtocolTraceFlag;
35 static void dumpbin (const char* data, int size, UINT32 trace_layer, UINT32 trace_type);
92 void ScrLog (UINT32 trace_set_mask, const char *fmt_str, ...)
104 UINT8 *scru_dump_hex (UINT8 *p, char *pTitle, UINT32 len, UINT32 layer, UINT32 type)
113 void dumpbin(const char* data, int size, UINT32 trace_layer, UINT32 trace_type)
201 UINT32 nByte
[all...]

Completed in 297 milliseconds

1234567891011>>