Home | History | Annotate | Download | only in ssl

Lines Matching full:modes

331 	static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */
350 if (modes[type])
358 modes[type] = rw;
362 if (!modes[type])
368 if (modes[type] != rw)
375 modes[type] = 0;