OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gs_doit
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/boringssl/src/crypto/x509/
x509_obj.c
76
int
gs_doit
[4];
local
117
gs_doit
[0]=
gs_doit
[1]=
gs_doit
[2]=
gs_doit
[3]=0;
119
if (q[j] != 0)
gs_doit
[j&3]=1;
121
if (
gs_doit
[0]|
gs_doit
[1]|
gs_doit
[2])
122
gs_doit
[0]=gs_doit[1]=gs_doit[2]=gs_doit[3]=1
[
all
...]
/external/openssl/crypto/x509/
x509_obj.c
76
int
gs_doit
[4];
local
133
gs_doit
[0]=
gs_doit
[1]=
gs_doit
[2]=
gs_doit
[3]=0;
135
if (q[j] != 0)
gs_doit
[j&3]=1;
137
if (
gs_doit
[0]|
gs_doit
[1]|
gs_doit
[2])
138
gs_doit
[0]=gs_doit[1]=gs_doit[2]=gs_doit[3]=1
[
all
...]
Completed in 113 milliseconds