Searched refs:KEY_LENGTH_DWORDS_P192 (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/smp/
H A Dp_256_multprecision.h35 #define KEY_LENGTH_DWORDS_P192 6 macro
H A Dp_256_multprecision.c136 if (keyLength == KEY_LENGTH_DWORDS_P192)
204 if (keyLength == KEY_LENGTH_DWORDS_P192)
232 if (keyLength == KEY_LENGTH_DWORDS_P192)
366 multiprecision_sub(c, c, modp, KEY_LENGTH_DWORDS_P192);
368 else if(multiprecision_compare(c, modp, KEY_LENGTH_DWORDS_P192) >= 0)
370 multiprecision_sub(c, c, modp, KEY_LENGTH_DWORDS_P192);

Completed in 67 milliseconds