HomeSort by relevance Sort by last modified time
    Searched defs:bn_minimal_width (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/fipsmodule/bn/
bn.c 236 const int width = bn_minimal_width(bn);
415 int bn_minimal_width(const BIGNUM *bn) { function
424 bn->width = bn_minimal_width(bn);
  /external/grpc-grpc/src/core/tsi/
grpc_shadow_boringssl.h 1175 #define bn_minimal_width macro
    [all...]

Completed in 142 milliseconds