Searched refs:bn_rshift1_words (Results 1 – 6 of 6) sorted by relevance
200 void bn_rshift1_words(BN_ULONG *r, const BN_ULONG *a, size_t num) { in bn_rshift1_words() function214 bn_rshift1_words(r->d, a->d, a->width); in BN_rshift1()
441 void bn_rshift1_words(BN_ULONG *r, const BN_ULONG *a, size_t num); in OPENSSL_MSVC_PRAGMA()
28 bn_rshift1_words(tmp, a, num); in maybe_rshift1_words()
1173 bn_rshift1_words
2725 '#define bn_rshift1_words GRPC_SHADOW_bn_rshift1_words',
1201 #define bn_rshift1_words GRPC_SHADOW_bn_rshift1_words macro