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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dcipher.h43 * Cipher types for SSH-1. New types can be added, but old types should not
62 typedef struct Cipher Cipher; typedef in typeref:struct:Cipher
65 struct Cipher;
69 Cipher *cipher;
73 Cipher *cipher_by_name(const char *);
74 Cipher *cipher_by_number(int);
78 void cipher_init(CipherContext *, Cipher *, const u_char *, u_int,
82 void cipher_set_key_string(CipherContext *, Cipher *, const char *, int);
83 u_int cipher_blocksize(const Cipher *);
[all...]
H A Dcipher.c59 struct Cipher { struct
107 cipher_blocksize(const Cipher *c)
113 cipher_keylen(const Cipher *c)
119 cipher_get_number(const Cipher *c)
125 cipher_is_cbc(const Cipher *c)
142 Cipher *
145 Cipher *c;
152 Cipher *
155 Cipher *c;
166 Cipher *
[all...]
H A Dkex.h87 Cipher *cipher;
H A Dauthfile.c89 Cipher *cipher;
415 Cipher *cipher;
H A Dpacket.c217 Cipher *none = cipher_by_name("none");
542 Cipher *cipher = cipher_by_number(number);

Completed in 65 milliseconds