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

/freebsd-13-stable/crypto/openssl/crypto/objects/
H A Dobj_dat.c43 return strcmp((*a)->sn, nid_objs[*b].sn);
50 return strcmp((*a)->ln, nid_objs[*b].ln);
226 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) {
230 return (ASN1_OBJECT *)&(nid_objs[n]);
253 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) {
257 return nid_objs[n].sn;
280 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) {
284 return nid_objs[n].ln;
305 const ASN1_OBJECT *b = &nid_objs[*bp];
340 return nid_objs[*o
[all...]
H A Dobj_dat.h1082 static const ASN1_OBJECT nid_objs[NUM_NID] = { variable

Completed in 126 milliseconds