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

  /external/boringssl/src/crypto/fipsmodule/bn/
random.c 223 return bn_less_than_words(a, max_exclusive, len) &&
cmp.c 211 int bn_less_than_words(const BN_ULONG *a, const BN_ULONG *b, size_t len) { function
internal.h 292 // bn_less_than_words returns one if |a| < |b| and zero otherwise, where |a|
294 int bn_less_than_words(const BN_ULONG *a, const BN_ULONG *b, size_t len);
bn_test.cc     [all...]
  /external/boringssl/src/crypto/fipsmodule/ec/
ec.c 953 if (!bn_less_than_words(out->words, group->order.d, group->order.top)) {
    [all...]

Completed in 1607 milliseconds