HomeSort by relevance Sort by last modified time
    Searched refs:nid_objs (Results 1 - 2 of 2) sorted by null

  /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 30 milliseconds