HomeSort by relevance Sort by last modified time
    Searched refs:KEY_LENGTH_DWORDS_P192 (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/smp/
p_256_multprecision.h 32 #define KEY_LENGTH_DWORDS_P192 6
p_256_multprecision.cc 117 if (keyLength == KEY_LENGTH_DWORDS_P192) {
174 if (keyLength == KEY_LENGTH_DWORDS_P192) {
195 if (keyLength == KEY_LENGTH_DWORDS_P192) {
318 multiprecision_sub(c, c, modp, KEY_LENGTH_DWORDS_P192);
319 } else if (multiprecision_compare(c, modp, KEY_LENGTH_DWORDS_P192) >= 0) {
320 multiprecision_sub(c, c, modp, KEY_LENGTH_DWORDS_P192);

Completed in 437 milliseconds