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

  /external/openssl/crypto/objects/
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))
obj_dat.h 65 #define NUM_NID 920
    [all...]

Completed in 1059 milliseconds