Searched refs:authname_defined (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto.h195 bool ciphername_defined, const char *authname, bool authname_defined,
H A Doptions.h479 bool authname_defined; member in struct:options
H A Dcrypto.c416 bool authname_defined, int keysize,
447 if (authname && authname_defined)
414 init_key_type(struct key_type *kt, const char *ciphername, bool ciphername_defined, const char *authname, bool authname_defined, int keysize, bool cfb_ofb_allowed, bool warn) argument
H A Doptions.c833 o->authname_defined = true;
1556 SHOW_BOOL (authname_defined);
3003 o->authname, o->authname_defined,
6211 options->authname_defined = true;
6215 options->authname_defined = false;
6222 options->authname_defined = true;
H A Dinit.c2022 options->authname_defined, options->keysize,
2117 options->authname_defined, options->keysize, true, true);

Completed in 201 milliseconds