Searched refs:crypto_options (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl.h140 struct crypto_options tls_auth_options;
309 struct crypto_options *opt);
366 struct buffer *buf, struct crypto_options *opt);
H A Dcrypto.h135 struct crypto_options struct
243 const struct crypto_options *opt,
279 const struct crypto_options *opt,
329 void test_crypto (const struct crypto_options *co, struct frame* f);
H A Dssl_common.h270 struct crypto_options tls_auth;
352 struct crypto_options tls_auth;
H A Dopenvpn.h363 struct crypto_options crypto_options; member in struct:context_2
H A Dforward.c631 tls_pre_encrypt (c->c2.tls_multi, &c->c2.buf, &c->c2.crypto_options);
639 openvpn_encrypt (&c->c2.buf, b->encrypt_buf, &c->c2.crypto_options, &c->c2.frame);
980 * will load crypto_options with the correct encryption key
983 if (tls_pre_decrypt (c->c2.tls_multi, &c->c2.from, &c->c2.buf, &c->c2.crypto_options))
1003 decrypt_status = openvpn_decrypt (&c->c2.buf, c->c2.buffers->decrypt_buf, &c->c2.crypto_options, &c->c2.frame);
H A Dcrypto.c88 const struct crypto_options *opt,
233 const struct crypto_options *opt,
686 test_crypto (const struct crypto_options *co, struct frame* frame)
H A Dinit.c1976 c->c2.crypto_options.flags |= CO_USE_IV;
1979 c->c2.crypto_options.flags |= CO_MUTE_REPLAY_WARNINGS;
2007 c->c2.crypto_options.packet_id = &c->c2.packet_id;
2008 c->c2.crypto_options.pid_persist = &c->c1.pid_persist;
2009 c->c2.crypto_options.flags |= CO_PACKET_ID_LONG_FORM;
2011 c->c2.crypto_options.packet_id);
2060 c->c2.crypto_options.key_ctx_bi = &c->c1.ks.static_key;
3720 test_crypto (&c->c2.crypto_options, &c->c2.frame);
H A Dssl.c1142 swap_hmac (struct buffer *buf, const struct crypto_options *co, bool incoming)
1226 const struct crypto_options *co,
2738 struct crypto_options *opt)
3247 struct crypto_options co = tas->tls_auth_options;
3294 struct buffer *buf, struct crypto_options *opt)

Completed in 259 milliseconds