|
Lines 70-75
Link Here
|
| 70 |
Key *key_generate(int, u_int); |
70 |
Key *key_generate(int, u_int); |
| 71 |
Key *key_from_private(const Key *); |
71 |
Key *key_from_private(const Key *); |
| 72 |
int key_type_from_name(char *); |
72 |
int key_type_from_name(char *); |
|
|
73 |
const char *known_key_names; |
| 73 |
|
74 |
|
| 74 |
Key *key_from_blob(const u_char *, u_int); |
75 |
Key *key_from_blob(const u_char *, u_int); |
| 75 |
int key_to_blob(const Key *, u_char **, u_int *); |
76 |
int key_to_blob(const Key *, u_char **, u_int *); |