Lines Matching refs:sshkey

79 int	 sshkey_xmss_init_bds_state(struct sshkey *);
80 int sshkey_xmss_init_enc_key(struct sshkey *, const char *);
81 void sshkey_xmss_free_bds(struct sshkey *);
82 int sshkey_xmss_get_state_from_file(struct sshkey *, const char *,
84 int sshkey_xmss_encrypt_state(const struct sshkey *, struct sshbuf *,
86 int sshkey_xmss_decrypt_state(const struct sshkey *, struct sshbuf *,
88 int sshkey_xmss_serialize_enc_key(const struct sshkey *, struct sshbuf *);
89 int sshkey_xmss_deserialize_enc_key(struct sshkey *, struct sshbuf *);
95 sshkey_xmss_init(struct sshkey *key, const char *name) in sshkey_xmss_init()
138 sshkey_xmss_free_state(struct sshkey *key) in sshkey_xmss_free_state()
164 sshkey_xmss_init_bds_state(struct sshkey *key) in sshkey_xmss_init_bds_state()
190 sshkey_xmss_free_bds(struct sshkey *key) in sshkey_xmss_free_bds()
213 sshkey_xmss_params(const struct sshkey *key) in sshkey_xmss_params()
223 sshkey_xmss_bds_state(const struct sshkey *key) in sshkey_xmss_bds_state()
233 sshkey_xmss_siglen(const struct sshkey *key, size_t *lenp) in sshkey_xmss_siglen()
248 sshkey_xmss_pklen(const struct sshkey *key) in sshkey_xmss_pklen()
258 sshkey_xmss_sklen(const struct sshkey *key) in sshkey_xmss_sklen()
268 sshkey_xmss_init_enc_key(struct sshkey *k, const char *ciphername) in sshkey_xmss_init_enc_key()
293 sshkey_xmss_serialize_enc_key(const struct sshkey *k, struct sshbuf *b) in sshkey_xmss_serialize_enc_key()
309 sshkey_xmss_deserialize_enc_key(struct sshkey *k, struct sshbuf *b) in sshkey_xmss_deserialize_enc_key()
325 sshkey_xmss_serialize_pk_info(const struct sshkey *k, struct sshbuf *b, in sshkey_xmss_serialize_pk_info()
346 sshkey_xmss_deserialize_pk_info(struct sshkey *k, struct sshbuf *b) in sshkey_xmss_deserialize_pk_info()
368 sshkey_xmss_generate_private_key(struct sshkey *k, int bits) in sshkey_xmss_generate_private_key()
396 sshkey_xmss_get_state_from_file(struct sshkey *k, const char *filename, in sshkey_xmss_get_state_from_file()
445 sshkey_xmss_get_state(const struct sshkey *k, int printerror) in sshkey_xmss_get_state()
497 if ((r = sshkey_xmss_get_state_from_file((struct sshkey *)k, in sshkey_xmss_get_state()
499 if ((r = sshkey_xmss_get_state_from_file((struct sshkey *)k, in sshkey_xmss_get_state()
535 sshkey_xmss_forward_state(const struct sshkey *k, u_int32_t reserve) in sshkey_xmss_forward_state()
568 sshkey_xmss_update_state(const struct sshkey *k, int printerror) in sshkey_xmss_update_state()
678 sshkey_xmss_serialize_state(const struct sshkey *k, struct sshbuf *b) in sshkey_xmss_serialize_state()
715 sshkey_xmss_serialize_state_opt(const struct sshkey *k, struct sshbuf *b, in sshkey_xmss_serialize_state_opt()
772 sshkey_xmss_deserialize_state(struct sshkey *k, struct sshbuf *b) in sshkey_xmss_deserialize_state()
837 sshkey_xmss_deserialize_state_opt(struct sshkey *k, struct sshbuf *b) in sshkey_xmss_deserialize_state_opt()
889 sshkey_xmss_encrypt_state(const struct sshkey *k, struct sshbuf *b, in sshkey_xmss_encrypt_state()
980 sshkey_xmss_decrypt_state(const struct sshkey *k, struct sshbuf *encoded, in sshkey_xmss_decrypt_state()
1085 sshkey_xmss_signatures_left(const struct sshkey *k) in sshkey_xmss_signatures_left()
1100 sshkey_xmss_enable_maxsign(struct sshkey *k, u_int32_t maxsign) in sshkey_xmss_enable_maxsign()