Lines Matching refs:ciphername
17 @@ -737,6 +740,7 @@ warn_insecure_key_type(const char *ciphername, const cipher_kt_t *cipher)
23 init_key_type(struct key_type *kt, const char *ciphername,
25 @@ -752,6 +756,7 @@ init_key_type(struct key_type *kt, const char *ciphername,
26 kt->cipher = cipher_kt_get(ciphername);
30 msg(M_FATAL, "Cipher %s not supported", ciphername);
33 @@ -766,11 +771,13 @@ init_key_type(struct key_type *kt, const char *ciphername,
38 msg(M_FATAL, "Cipher '%s' mode not supported", ciphername);
44 msg(M_FATAL, "Cipher '%s' not allowed: block size too big.", ciphername);
47 @@ -782,6 +789,7 @@ init_key_type(struct key_type *kt, const char *ciphername,
55 @@ -797,6 +805,7 @@ init_key_type(struct key_type *kt, const char *ciphername,
63 @@ -805,6 +814,7 @@ init_key_type(struct key_type *kt, const char *ciphername,
71 @@ -812,6 +822,7 @@ init_key_type(struct key_type *kt, const char *ciphername,