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

/freebsd-9.3-release/crypto/openssl/crypto/objects/
H A Dobj_dat.c73 # define NUM_NID 0 macro
97 static int new_nid = NUM_NID;
299 if ((n >= 0) && (n < NUM_NID)) {
326 if ((n >= 0) && (n < NUM_NID)) {
353 if ((n >= 0) && (n < NUM_NID)) {
H A Dobj_dat.h65 #define NUM_NID 893 macro
913 static ASN1_OBJECT nid_objs[NUM_NID]={

Completed in 120 milliseconds