Searched refs:nocache (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dpkcs11.c187 token_resp.nocache = true;
232 token_pass.nocache = true;
643 id_resp.nocache = true;
H A Dmisc.h202 bool nocache; member in struct:user_pass
H A Dmisc.c1331 const bool nocache = up->nocache; local
1333 if (nocache || force)
1336 up->nocache = nocache;
1340 msg (M_WARN, "WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this");
1348 if (token && strlen(token) && up && up->defined && !up->nocache)
H A Dmanage.c2975 man->connection.up_query.nocache = up->nocache; /* preserve caller's nocache setting */
H A Dssl.c399 passbuf.nocache = true;
400 auth_user_pass.nocache = true;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dflow.c233 goto nocache;
274 nocache:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dintel8x0.c704 static void fill_nocache(void *buf, int size, int nocache) argument
707 if (nocache)
713 #define fill_nocache(buf, size, nocache) do { ; } while (0)
2508 /* clear nocache */
2573 /* refill nocache */
2580 /* refill nocache */

Completed in 135 milliseconds