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

  /external/boringssl/src/crypto/fipsmodule/bn/
bn_test.cc     [all...]
prime.c 543 if (!BN_is_odd(w) || BN_cmp_word(w, 3) <= 0) {
606 if (BN_cmp_word(g, 1) > 0) {
652 if (BN_cmp_word(g, 1) > 0) {
    [all...]
cmp.c 226 int BN_cmp_word(const BIGNUM *a, BN_ULONG b) {
  /external/boringssl/src/include/openssl/
bn.h 429 // BN_cmp_word is like |BN_cmp| except it takes its second argument as a
431 OPENSSL_EXPORT int BN_cmp_word(const BIGNUM *a, BN_ULONG b);
    [all...]

Completed in 741 milliseconds