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

  /external/boringssl/src/crypto/fipsmodule/bn/
internal.h 213 // bn_expand acts the same as |bn_wexpand|, but takes a number of bits rather
215 int bn_expand(BIGNUM *bn, size_t bits);
bn.c 373 int bn_expand(BIGNUM *bn, size_t bits) { function
  /external/boringssl/src/crypto/bn_extra/
convert.c 120 if (!bn_expand(bn, in_len * 4)) {

Completed in 195 milliseconds