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

  /external/boringssl/src/crypto/fipsmodule/bn/
shift.c 200 void bn_rshift1_words(BN_ULONG *r, const BN_ULONG *a, size_t num) { function
214 bn_rshift1_words(r->d, a->d, a->width);
gcd_extra.c 28 bn_rshift1_words(tmp, a, num);
internal.h 440 // bn_rshift1_words sets |r| to |a| >> 1, where both arrays are |num| bits wide.
441 void bn_rshift1_words(BN_ULONG *r, const BN_ULONG *a, size_t num);
  /external/grpc-grpc/src/core/tsi/
grpc_shadow_boringssl.h 1201 #define bn_rshift1_words macro
    [all...]

Completed in 285 milliseconds