Searched refs:nid_objs (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/objects/
H A Dobj_dat.c78 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[*b
[all...]
H A Dobj_dat.h913 static const ASN1_OBJECT nid_objs[NUM_NID]={ variable

Completed in 41 milliseconds