OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_bn
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/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/boringssl/src/crypto/obj/
obj.c
409
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
) {
Completed in 2017 milliseconds