Searched refs:bn_fits_in_words (Results 1 – 7 of 7) sorted by relevance
305 int bn_fits_in_words(const BIGNUM *bn, size_t num) { in bn_fits_in_words() function322 if (!bn_fits_in_words(bn, num)) { in bn_copy_words()415 if (!bn_fits_in_words(bn, words)) { in bn_resize_words()
153 return bn_fits_in_words(bn, 0); in BN_is_zero()
231 if (!bn_fits_in_words(b, a->width)) { in bn_usub_consttime()
246 int bn_fits_in_words(const BIGNUM *bn, size_t num); in OPENSSL_MSVC_PRAGMA()
450 bn_fits_in_words(bn, mont->N.width); in bn_less_than_montgomery_R()
552 assert(bn_fits_in_words(bn, width)); in bn_resized_from_ctx()
2801 #define bn_fits_in_words BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_fits_in_words) macro