Home
last modified time | relevance | path

Searched refs:DWORD (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
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 *a, uint32_t keyLength);
46 void multiprecision_inv_mod(DWORD *aminus, DWORD *a, uint32_t keyLength);
47 DWORD multiprecision_add(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength); // c=a+b
[all …]
Dp_256_ecc_pp.h30 typedef unsigned long DWORD; typedef
33 DWORD x[KEY_LENGTH_DWORDS_P256];
34 DWORD y[KEY_LENGTH_DWORDS_P256];
35 DWORD z[KEY_LENGTH_DWORDS_P256];
40 DWORD a[KEY_LENGTH_DWORDS_P256];
41 DWORD b[KEY_LENGTH_DWORDS_P256];
47 DWORD p[KEY_LENGTH_DWORDS_P256];
50 DWORD omega[KEY_LENGTH_DWORDS_P256];
68 void ECC_PointMult_Bin_NAF(Point *q, Point *p, DWORD *n, uint32_t keyLength);
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dp_256_multprecision.c30 void multiprecision_init(DWORD *c, uint32_t keyLength) in multiprecision_init()
37 void multiprecision_copy(DWORD *c, DWORD *a, uint32_t keyLength) in multiprecision_copy()
44 int multiprecision_compare(DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_compare()
57 int multiprecision_iszero(DWORD *a, uint32_t keyLength) in multiprecision_iszero()
67 UINT32 multiprecision_dword_bits(DWORD a) in multiprecision_dword_bits()
78 UINT32 multiprecision_most_signdwords(DWORD *a, uint32_t keyLength) in multiprecision_most_signdwords()
88 UINT32 multiprecision_most_signbits(DWORD *a, uint32_t keyLength) in multiprecision_most_signbits()
101 DWORD multiprecision_add(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_add()
103 DWORD carrier; in multiprecision_add()
104 DWORD temp; in multiprecision_add()
[all …]
Dp_256_ecc_pp.c52 DWORD t1[KEY_LENGTH_DWORDS_P256]; in ECC_Double()
53 DWORD t2[KEY_LENGTH_DWORDS_P256]; in ECC_Double()
54 DWORD t3[KEY_LENGTH_DWORDS_P256]; in ECC_Double()
55 DWORD *x1; in ECC_Double()
56 DWORD *x3; in ECC_Double()
57 DWORD *y1; in ECC_Double()
58 DWORD *y3; in ECC_Double()
59 DWORD *z1; in ECC_Double()
60 DWORD *z3; in ECC_Double()
98 DWORD t1[KEY_LENGTH_DWORDS_P256]; in ECC_Add()
[all …]
Dsmp_keys.c1135 ECC_PointMult(&public_key, &(curve_p256.G), (DWORD *) private_key, KEY_LENGTH_DWORDS_P256); in smp_process_private_key()
1173 ECC_PointMult(&new_publ_key, &peer_publ_key, (DWORD *) private_key, KEY_LENGTH_DWORDS_P256); in smp_compute_dhkey()
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dtjpgd.h38 typedef unsigned long DWORD; typedef
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dtjpgd.h43 typedef unsigned long DWORD; typedef
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dtjpgd.h38 typedef unsigned long DWORD; typedef
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dtjpgd.h38 typedef unsigned long DWORD; typedef
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1861 ECC_PointMult(&public_key, &(curve_p256.G), (DWORD *)private_key, KEY_LENGTH_DWORDS_P256); in bt_mesh_pub_key_get()
1901 ECC_PointMult(&new_pub_key, &peer_pub_key, (DWORD *)private_key, KEY_LENGTH_DWORDS_P256); in bt_mesh_dh_key_gen()