Searched refs:CO_USE_IV (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto.c111 if (opt->flags & CO_USE_IV)
127 ASSERT (opt->flags & CO_USE_IV); /* IV and packet-ID required */
144 if (opt->flags & CO_USE_IV)
177 if (opt->flags & CO_USE_IV)
224 * If (opt->flags & CO_USE_IV) is not NULL, we will read an IV from the packet.
285 if (opt->flags & CO_USE_IV)
294 if (opt->flags & CO_USE_IV)
336 ASSERT (opt->flags & CO_USE_IV); /* IV and packet-ID required */
H A Dcrypto.h151 # define CO_USE_IV (1<<1) macro
H A Dinit.c1976 c->c2.crypto_options.flags |= CO_USE_IV;

Completed in 57 milliseconds