HomeSort by relevance Sort by last modified time
    Searched defs:NUM_NID (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/obj/
obj_dat.h 61 #define NUM_NID 951
    [all...]
  /external/openssl/crypto/objects/
obj_dat.h 65 #define NUM_NID 920
    [all...]
obj_dat.c 73 #define NUM_NID 0
100 static int new_nid=NUM_NID;
218 if (!obj_cleanup_defer && nid >= NUM_NID)
294 if ((n >= 0) && (n < NUM_NID))
326 if ((n >= 0) && (n < NUM_NID))
358 if ((n >= 0) && (n < NUM_NID))

Completed in 68 milliseconds