Home
last modified time | relevance | path

Searched refs:NUM_NID (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/objects/
H A Dobj_dat.c38 static int new_nid = NUM_NID;
225 if ((n >= 0) && (n < NUM_NID)) { in OBJ_nid2obj()
255 if ((n >= 0) && (n < NUM_NID)) { in OBJ_nid2sn()
285 if ((n >= 0) && (n < NUM_NID)) { in OBJ_nid2ln()
H A Dobj_dat.h1120 #define NUM_NID 1248 macro
1121 static const ASN1_OBJECT nid_objs[NUM_NID] = {
/third_party/openssl/crypto/objects/
H A Dobj_dat.c38 static int new_nid = NUM_NID;
225 if ((n >= 0) && (n < NUM_NID)) { in OBJ_nid2obj()
255 if ((n >= 0) && (n < NUM_NID)) { in OBJ_nid2sn()
285 if ((n >= 0) && (n < NUM_NID)) { in OBJ_nid2ln()
H A Dobj_dat.h1122 #define NUM_NID 1250 macro
1123 static const ASN1_OBJECT nid_objs[NUM_NID] = {

Completed in 20 milliseconds