Searched refs:use_bn (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-a-object.c99 int i,first,len=0,c, use_bn; local
140 use_bn = 0;
153 if (!use_bn && l > (ULONG_MAX / 10L))
155 use_bn = 1;
161 if (use_bn)
177 if (use_bn)
186 if (use_bn)
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Da_object.c88 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)
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-objects.c167 int i, first, len = 0, c, use_bn; local
205 use_bn = 0;
219 if (!use_bn && (l > (ULONG_MAX / 10L))) {
220 use_bn = 1;
228 if (use_bn) {
242 if (use_bn) {
251 if (use_bn) {
828 int i, n = 0, len, nid, first, use_bn;
864 use_bn = 0;
871 if (use_bn) {
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/objects/
H A Dobj_dat.c441 int i,n=0,len,nid, first, use_bn; local
478 use_bn = 0;
485 if (use_bn)
494 if (!use_bn && (l > (ULONG_MAX >> 7L)))
500 use_bn = 1;
502 if (use_bn)
517 if (use_bn)
538 if (use_bn)

Completed in 192 milliseconds