OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nid_objs
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/objects/
obj_dat.c
78
static const ASN1_OBJECT
nid_objs
[1];
variable
104
{ return(strcmp((*a)->sn,
nid_objs
[*b].sn)); }
109
{ return(strcmp((*a)->ln,
nid_objs
[*b].ln)); }
295
if ((n != NID_undef) && (
nid_objs
[n].nid == NID_undef))
300
return((ASN1_OBJECT *)&(
nid_objs
[n]));
327
if ((n != NID_undef) && (
nid_objs
[n].nid == NID_undef))
332
return(
nid_objs
[n].sn);
359
if ((n != NID_undef) && (
nid_objs
[n].nid == NID_undef))
364
return(
nid_objs
[n].ln);
388
const ASN1_OBJECT *b= &
nid_objs
[*bp]
[
all
...]
obj_dat.h
930
static const ASN1_OBJECT
nid_objs
[NUM_NID]={
variable
[
all
...]
/external/openssl/crypto/objects/
obj_dat.c
78
static const ASN1_OBJECT
nid_objs
[1];
variable
104
{ return(strcmp((*a)->sn,
nid_objs
[*b].sn)); }
109
{ return(strcmp((*a)->ln,
nid_objs
[*b].ln)); }
296
if ((n != NID_undef) && (
nid_objs
[n].nid == NID_undef))
301
return((ASN1_OBJECT *)&(
nid_objs
[n]));
328
if ((n != NID_undef) && (
nid_objs
[n].nid == NID_undef))
333
return(
nid_objs
[n].sn);
360
if ((n != NID_undef) && (
nid_objs
[n].nid == NID_undef))
365
return(
nid_objs
[n].ln);
389
const ASN1_OBJECT *b= &
nid_objs
[*bp]
[
all
...]
obj_dat.h
930
static const ASN1_OBJECT
nid_objs
[NUM_NID]={
variable
[
all
...]
Completed in 2831 milliseconds