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

/freebsd-9.3-release/crypto/openssl/crypto/objects/
H A Dobj_dat.h913 static ASN1_OBJECT nid_objs[NUM_NID]={ variable
2357 &(nid_objs[364]),/* "AD_DVCS" */
2358 &(nid_objs[419]),/* "AES-128-CBC" */
2359 &(nid_objs[421]),/* "AES-128-CFB" */
2360 &(nid_objs[650]),/* "AES-128-CFB1" */
2361 &(nid_objs[653]),/* "AES-128-CFB8" */
2362 &(nid_objs[418]),/* "AES-128-ECB" */
2363 &(nid_objs[420]),/* "AES-128-OFB" */
2364 &(nid_objs[423]),/* "AES-192-CBC" */
2365 &(nid_objs[42
[all...]
H A Dobj_dat.c78 static ASN1_OBJECT nid_objs[1]; variable
300 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) {
304 return ((ASN1_OBJECT *)&(nid_objs[n]));
327 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) {
331 return (nid_objs[n].sn);
354 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) {
358 return (nid_objs[n].ln);

Completed in 113 milliseconds