Searched refs:sshbuf_put_ec_pkey (Results 1 – 5 of 5) sorted by relevance
181 sshbuf_put_ec_pkey(struct sshbuf *buf, EVP_PKEY *pkey) in sshbuf_put_ec_pkey() function
227 int sshbuf_put_ec_pkey(struct sshbuf *buf, EVP_PKEY *pkey);
145 (r = sshbuf_put_ec_pkey(b, key->pkey)) != 0) in ssh_ecdsa_serialize_public()
814 #define sshbuf_put_ec_pkey Fssh_sshbuf_put_ec_pkey macro
2660 return sshbuf_put_ec_pkey(ssh->state->outgoing_packet, pkey); in sshpkt_put_ec_pkey()