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

  /external/boringssl/src/crypto/fipsmodule/bn/
bn.c 300 int bn_fits_in_words(const BIGNUM *bn, size_t num) { function
317 if (!bn_fits_in_words(bn, num)) {
392 if (!bn_fits_in_words(bn, words)) {
internal.h 229 // bn_fits_in_words returns one if |bn| may be represented in |num| words, plus
231 int bn_fits_in_words(const BIGNUM *bn, size_t num);
montgomery.c 444 bn_fits_in_words(bn, mont->N.top);

Completed in 83 milliseconds