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

/freebsd-10.1-release/crypto/openssh/
H A Dcipher.h44 * Cipher types for SSH-1. New types can be added, but old types should not
63 typedef struct Cipher Cipher; typedef in typeref:struct:Cipher
66 struct Cipher;
72 const Cipher *cipher;
76 const Cipher *cipher_by_name(const char *);
77 const Cipher *cipher_by_number(int);
82 void cipher_init(CipherContext *, const Cipher *, const u_char *, u_int,
89 void cipher_set_key_string(CipherContext *, const Cipher *, const char *, int);
90 u_int cipher_blocksize(const Cipher *);
[all...]
H A Dcipher.c61 struct Cipher { struct
75 static const struct Cipher ciphers[] = {
116 const Cipher *c;
134 cipher_blocksize(const Cipher *c)
140 cipher_keylen(const Cipher *c)
146 cipher_seclen(const Cipher *c)
154 cipher_authlen(const Cipher *c)
160 cipher_ivlen(const Cipher *c)
171 cipher_get_number(const Cipher *c)
177 cipher_is_cbc(const Cipher *
[all...]
H A Dkex.h93 const Cipher *cipher;
H A Dauthfile.c102 const Cipher *c;
211 const Cipher *c;
435 const Cipher *cipher;
778 const Cipher *cipher;
H A Dpacket.c227 const Cipher *none = cipher_by_name("none");
557 const Cipher *cipher = cipher_by_number(number);

Completed in 121 milliseconds