Searched refs:ciphername (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 Dcrypto_polarssl.c356 cipher_kt_get (const char *ciphername) argument
360 ASSERT (ciphername);
362 cipher = cipher_info_from_string(ciphername);
365 msg (M_FATAL, "Cipher algorithm '%s' not found", ciphername);
369 ciphername,
H A Dcrypto_openssl.c484 cipher_kt_get (const char *ciphername) argument
488 ASSERT (ciphername);
490 cipher = EVP_get_cipherbyname (ciphername);
493 msg (M_SSLERR, "Cipher algorithm '%s' not found", ciphername);
497 ciphername,
H A Dcrypto_backend.h176 * @param ciphername Name of the cipher to retrieve parameters for (e.g.
182 const cipher_kt_t * cipher_kt_get (const char *ciphername);
H A Dcrypto.h194 void init_key_type (struct key_type *kt, const char *ciphername,
H A Dcrypto.c414 init_key_type (struct key_type *kt, const char *ciphername, argument
420 if (ciphername && ciphername_defined)
422 kt->cipher = cipher_kt_get (translate_cipher_name_from_openvpn(ciphername));
436 msg (M_FATAL, "Cipher '%s' mode not supported", ciphername);
438 msg (M_FATAL, "Cipher '%s' uses a mode not supported by " PACKAGE_NAME " in your current configuration. CBC mode is always supported, while CFB and OFB modes are supported only when using SSL/TLS authentication and key exchange mode, and when " PACKAGE_NAME " has been built with ALLOW_NON_CBC_CIPHERS.", ciphername);
H A Doptions.h478 const char *ciphername; member in struct:options
H A Doptions.c830 o->ciphername = "BF-CBC";
1555 SHOW_STR (ciphername);
3002 init_key_type (&kt, o->ciphername, o->ciphername_defined,
3381 o.authname, o.ciphername,
3392 o.authname, o.ciphername,
6228 options->ciphername = p[1];
6229 if (streq (options->ciphername, "none"))
6232 options->ciphername = NULL;
H A Dinit.c2020 init_key_type (&c->c1.ks.key_type, options->ciphername,
2115 init_key_type (&c->c1.ks.key_type, options->ciphername,

Completed in 272 milliseconds