Searched defs:DWORD (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/smp/
H A Dp_256_multprecision.h29 typedef unsigned long DWORD; typedef
39 int multiprecision_compare(DWORD *a, DWORD *b, uint32_t keyLength);
40 int multiprecision_iszero(DWORD *a, uint32_t keyLength);
41 void multiprecision_init(DWORD *c, uint32_t keyLength);
42 void multiprecision_copy(DWORD *c, DWORD *a, uint32_t keyLength);
43 UINT32 multiprecision_dword_bits (DWORD a);
44 UINT32 multiprecision_most_signdwords(DWORD *a, uint32_t keyLength);
45 UINT32 multiprecision_most_signbits(DWORD *
[all...]
H A Dp_256_ecc_pp.h29 typedef unsigned long DWORD; typedef
32 DWORD x[KEY_LENGTH_DWORDS_P256];
33 DWORD y[KEY_LENGTH_DWORDS_P256];
34 DWORD z[KEY_LENGTH_DWORDS_P256];
39 DWORD a[KEY_LENGTH_DWORDS_P256];
40 DWORD b[KEY_LENGTH_DWORDS_P256];
46 DWORD p[KEY_LENGTH_DWORDS_P256];
49 DWORD omega[KEY_LENGTH_DWORDS_P256];
59 void ECC_PointMult_Bin_NAF(Point *q, Point *p, DWORD *n, uint32_t keyLength);

Completed in 53 milliseconds