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

  /external/boringssl/src/crypto/fipsmodule/bn/
internal.h 217 // bn_resize_words adjusts |bn->top| to be |words|. It returns one on success
223 int bn_resize_words(BIGNUM *bn, size_t words);
bn.c 381 int bn_resize_words(BIGNUM *bn, size_t words) { function
bn_test.cc     [all...]
montgomery.c 316 if (!bn_resize_words(r, max) ||
  /external/boringssl/src/crypto/fipsmodule/ec/
ec_test.cc 573 ASSERT_TRUE(bn_resize_words(forty_two.get(), 64));

Completed in 66 milliseconds