• Home
  • Raw
  • Download

Lines Matching refs:Key

24 key_add_private(Key *k)  in key_add_private()
32 Key *
35 Key *ret = NULL; in key_new_private()
43 key_read(Key *ret, char **cpp) in key_read()
49 key_write(const Key *key, FILE *f) in key_write()
54 Key *
58 Key *ret = NULL; in key_generate()
66 key_cert_copy(const Key *from_key, Key *to_key) in key_cert_copy()
74 Key *
75 key_from_private(const Key *k) in key_from_private()
78 Key *ret = NULL; in key_from_private()
94 Key *
98 Key *ret = NULL; in key_from_blob()
109 key_to_blob(const Key *key, u_char **blobp, u_int *lenp) in key_to_blob()
134 key_sign(const Key *key, u_char **sigp, u_int *lenp, in key_sign()
161 key_verify(const Key *key, const u_char *signature, u_int signaturelen, in key_verify()
175 Key *
176 key_demote(const Key *k) in key_demote()
179 Key *ret = NULL; in key_demote()
187 key_to_certified(Key *k) in key_to_certified()
200 key_drop_cert(Key *k) in key_drop_cert()
213 key_certify(Key *k, Key *ca) in key_certify()
226 key_cert_check_authority(const Key *k, int want_host, int require_principal, in key_cert_check_authority()
269 key_private_serialize(const Key *key, struct sshbuf *b) in key_private_serialize()
277 Key *
281 Key *ret = NULL; in key_private_deserialize()
294 key_save_private(Key *key, const char *filename, const char *passphrase, in key_save_private()
322 Key *
326 Key *ret = NULL; in key_load_cert()
341 Key *
345 Key *ret = NULL; in key_load_public()
359 Key *
364 Key *ret = NULL; in key_load_private()
379 Key *
384 Key *ret = NULL; in key_load_private_cert()
400 Key *
405 Key *ret = NULL; in key_load_private_type()