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

/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Da_object.c87 int i,first,len=0,c, use_bn; local
128 use_bn = 0;
141 if (!use_bn && l >= ((ULONG_MAX - 80) / 10L))
143 use_bn = 1;
149 if (use_bn)
165 if (use_bn)
174 if (use_bn)
/external/openssl/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)
/external/chromium_org/third_party/boringssl/src/crypto/obj/
H A Dobj.c409 int i, n = 0, len, nid, first, use_bn; local
445 use_bn = 0;
452 if (use_bn) {
462 if (!use_bn && (l > (ULONG_MAX >> 7L))) {
469 use_bn = 1;
471 if (use_bn) {
484 if (use_bn) {
503 if (use_bn) {
/external/openssl/crypto/objects/
H A Dobj_dat.c468 int i,n=0,len,nid, first, use_bn; local
506 use_bn = 0;
513 if (use_bn)
522 if (!use_bn && (l > (ULONG_MAX >> 7L)))
528 use_bn = 1;
530 if (use_bn)
545 if (use_bn)
567 if (use_bn)

Completed in 170 milliseconds