HomeSort by relevance Sort by last modified time
    Searched full:b_bn (Results 1 - 1 of 1) sorted by null

  /external/boringssl/src/crypto/fipsmodule/bn/
cmp.c 189 BIGNUM b_bn; local
190 BN_init(&b_bn);
192 b_bn.d = &b;
193 b_bn.top = b > 0;
194 b_bn.dmax = 1;
195 b_bn.flags = BN_FLG_STATIC_DATA;
196 return BN_cmp(a, &b_bn);

Completed in 49 milliseconds