Searched refs:bn_fits_in_words (Results 1 – 9 of 9) 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()398 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()
1138 bn_fits_in_words
2690 '#define bn_fits_in_words GRPC_SHADOW_bn_fits_in_words',
1166 #define bn_fits_in_words GRPC_SHADOW_bn_fits_in_words macro