Home
last modified time | relevance | path

Searched refs:bn_fits_in_words (Results 1 – 9 of 9) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
Dbn.c305 int bn_fits_in_words(const BIGNUM *bn, size_t num) { in bn_fits_in_words() function
322 if (!bn_fits_in_words(bn, num)) { in bn_copy_words()
398 if (!bn_fits_in_words(bn, words)) { in bn_resize_words()
Dcmp.c153 return bn_fits_in_words(bn, 0); in BN_is_zero()
Dadd.c231 if (!bn_fits_in_words(b, a->width)) { in bn_usub_consttime()
Dinternal.h246 int bn_fits_in_words(const BIGNUM *bn, size_t num); in OPENSSL_MSVC_PRAGMA()
Dmontgomery.c450 bn_fits_in_words(bn, mont->N.width); in bn_less_than_montgomery_R()
Ddiv.c552 assert(bn_fits_in_words(bn, width)); in bn_resized_from_ctx()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1138 bn_fits_in_words
DBoringSSL-GRPC.podspec2690 '#define bn_fits_in_words GRPC_SHADOW_bn_fits_in_words',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1166 #define bn_fits_in_words GRPC_SHADOW_bn_fits_in_words macro