OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:multiprecision_sub_mod
(Results
1 - 3
of
3
) sorted by null
/system/bt/stack/smp/
p_256_ecc_pp.c
66
multiprecision_sub_mod
(t2, x1, t1, keyLength); // t2=x1-t1
84
multiprecision_sub_mod
(x3, x3, t1, keyLength); // x3=x3-t1
85
multiprecision_sub_mod
(t1, t3, x3, keyLength); // t1=t3-x3
87
multiprecision_sub_mod
(y3, t1, y3, keyLength); // y3=t1-y3
128
multiprecision_sub_mod
(t1, t1, x1, keyLength); // t1=t1-x1
129
multiprecision_sub_mod
(t2, t2, y1, keyLength); // t2=t2-y1
151
multiprecision_sub_mod
(x3, x3, t1, keyLength); // x3=x3-t1
152
multiprecision_sub_mod
(x3, x3, z1, keyLength); // x3=x3-t4
153
multiprecision_sub_mod
(y3, y3, x3, keyLength); // t3=t3-x3
156
multiprecision_sub_mod
(y3, y3, z1, keyLength)
[
all
...]
p_256_multprecision.h
50
void
multiprecision_sub_mod
(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength);
p_256_multprecision.c
227
void
multiprecision_sub_mod
(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength)
function
690
multiprecision_sub_mod
(A, A, C, keyLength);
695
multiprecision_sub_mod
(C, C, A, keyLength);
Completed in 3006 milliseconds