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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Dobj_dat.h797 static ASN1_OBJECT nid_objs[NUM_NID]={ variable
2002 &(nid_objs[364]),/* "AD_DVCS" */
2003 &(nid_objs[419]),/* "AES-128-CBC" */
2004 &(nid_objs[421]),/* "AES-128-CFB" */
2005 &(nid_objs[650]),/* "AES-128-CFB1" */
2006 &(nid_objs[653]),/* "AES-128-CFB8" */
2007 &(nid_objs[418]),/* "AES-128-ECB" */
2008 &(nid_objs[420]),/* "AES-128-OFB" */
2009 &(nid_objs[423]),/* "AES-192-CBC" */
2010 &(nid_objs[42
[all...]
H A Dobj_dat.c77 static ASN1_OBJECT nid_objs[1]; variable
280 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef))
285 return((ASN1_OBJECT *)&(nid_objs[n]));
312 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef))
317 return(nid_objs[n].sn);
344 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef))
349 return(nid_objs[n].ln);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/objects/
H A Dobj_dat.c78 static const ASN1_OBJECT nid_objs[1]; variable
104 return (strcmp((*a)->sn, nid_objs[*b].sn));
111 return (strcmp((*a)->ln, nid_objs[*b].ln));
319 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) {
323 return ((ASN1_OBJECT *)&(nid_objs[n]));
346 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) {
350 return (nid_objs[n].sn);
373 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) {
377 return (nid_objs[n].ln);
398 const ASN1_OBJECT *b = &nid_objs[*b
[all...]
H A Dobj_dat.h957 static const ASN1_OBJECT nid_objs[NUM_NID]={ variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/objects/
H A Dobj_dat.c78 static const ASN1_OBJECT nid_objs[1]; variable
104 return (strcmp((*a)->sn, nid_objs[*b].sn));
111 return (strcmp((*a)->ln, nid_objs[*b].ln));
319 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) {
323 return ((ASN1_OBJECT *)&(nid_objs[n]));
346 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) {
350 return (nid_objs[n].sn);
373 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) {
377 return (nid_objs[n].ln);
398 const ASN1_OBJECT *b = &nid_objs[*b
[all...]
H A Dobj_dat.h957 static const ASN1_OBJECT nid_objs[NUM_NID]={ variable

Completed in 117 milliseconds