Home
last modified time | relevance | path

Searched refs:sshbuf_put_ec_pkey (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dsshbuf-getput-crypto.c181 sshbuf_put_ec_pkey(struct sshbuf *buf, EVP_PKEY *pkey) in sshbuf_put_ec_pkey() function
H A Dsshbuf.h227 int sshbuf_put_ec_pkey(struct sshbuf *buf, EVP_PKEY *pkey);
H A Dssh-ecdsa.c145 (r = sshbuf_put_ec_pkey(b, key->pkey)) != 0) in ssh_ecdsa_serialize_public()
H A Dssh_namespace.h814 #define sshbuf_put_ec_pkey Fssh_sshbuf_put_ec_pkey macro
H A Dpacket.c2660 return sshbuf_put_ec_pkey(ssh->state->outgoing_packet, pkey); in sshpkt_put_ec_pkey()