HomeSort by: relevance | last modified time | path
    Searched refs:cipher_by_name (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
cipher.h 54 const struct sshcipher *cipher_by_name(const char *);
cipher.c 225 cipher_by_name(const char *name) function
248 c = cipher_by_name(p);
sshkey.c 1597 if ((cipher = cipher_by_name(SSHKEY_SHIELD_CIPHER)) == NULL) {
1733 if ((cipher = cipher_by_name(SSHKEY_SHIELD_CIPHER)) == NULL) {
2801 if ((cipher = cipher_by_name(ciphername)) == NULL) {
3022 if ((cipher = cipher_by_name(ciphername)) == NULL) {
packet.c 293 const struct sshcipher *none = cipher_by_name("none");
2489 if ((enc->cipher = cipher_by_name(enc->name)) == NULL) {
kex.c 803 if ((enc->cipher = cipher_by_name(name)) == NULL) {
ssh-keygen.c 3418 if (cipher_by_name(openssh_format_cipher) == NULL)

Completed in 36 milliseconds