Lines Matching defs:k

57 	u_int32_t	n, w, h, k;  member
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()
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()