Home
last modified time | relevance | path

Searched refs:sshbuf_get_eckey (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dsshbuf-getput-crypto.c111 sshbuf_get_eckey(struct sshbuf *buf, EC_KEY *v) in sshbuf_get_eckey() function
Dsshbuf.h221 int sshbuf_get_eckey(struct sshbuf *buf, EC_KEY *v);
Dsshkey.c2747 if ((r = sshbuf_get_eckey(buf, k->ecdsa)) != 0 || in sshkey_private_deserialize()