Searched refs:ciphername (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dauthfile.c96 const char *comment, const char *ciphername, int rounds)
110 ciphername = "none";
112 } else if (ciphername == NULL)
113 ciphername = DEFAULT_CIPHERNAME;
114 else if (cipher_number(ciphername) != SSH_CIPHER_SSH2)
117 if ((c = cipher_by_name(ciphername)) == NULL)
139 buffer_put_cstring(&encoded, ciphername);
207 char *comment = NULL, *ciphername = NULL, *kdfname = NULL, *kdfp; local
271 ciphername = buffer_get_cstring_ret(&copy, NULL);
272 if (ciphername
95 key_private_to_blob2(Key *prv, Buffer *blob, const char *passphrase, const char *comment, const char *ciphername, int rounds) argument
[all...]
/freebsd-10.1-release/contrib/ntp/util/
H A Dntp-keygen.c318 const char *ciphername = NULL; /* to encrypt priv. key */ local
416 ciphername = OPT_ARG( CIPHER );
556 if (ciphername == NULL)
557 ciphername = "des-ede3-cbc";
558 cipher = EVP_get_cipherbyname(ciphername);
560 fprintf(stderr, "Unknown cipher %s\n", ciphername);

Completed in 106 milliseconds