Searched refs:multiprecision_add (Results 1 - 2 of 2) sorted by relevance
/system/bt/stack/smp/ |
H A D | p_256_multprecision.h | 47 DWORD multiprecision_add(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength); // c=a+b
|
H A D | p_256_multprecision.c | 94 DWORD multiprecision_add(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) function 215 carrier = multiprecision_add(c, a, b, keyLength); 245 multiprecision_add(c, c, modp, keyLength); 618 multiprecision_add(c, c, modp, KEY_LENGTH_DWORDS_P256); 666 A[keyLength]=multiprecision_add(A, A, modp, keyLength); // A =A+p 681 C[keyLength] = multiprecision_add(C, C, modp, keyLength); // C =C+p
|
Completed in 3 milliseconds