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

  /external/openssl/crypto/asn1/
a_object.c 88 int i,first,len=0,c, use_bn; local
129 use_bn = 0;
142 if (!use_bn && l >= ((ULONG_MAX - 80) / 10L))
144 use_bn = 1;
150 if (use_bn)
166 if (use_bn)
175 if (use_bn)
  /external/openssl/crypto/objects/
obj_dat.c 468 int i,n=0,len,nid, first, use_bn; local
505 use_bn = 0;
512 if (use_bn)
521 if (!use_bn && (l > (ULONG_MAX >> 7L)))
527 use_bn = 1;
529 if (use_bn)
544 if (use_bn)
565 if (use_bn)

Completed in 35 milliseconds