Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkexdh.c175 kex_dh_dec(struct kex *kex, const struct sshbuf *dh_blob, in kex_dh_dec() argument
188 if ((r = sshbuf_put_stringb(buf, dh_blob)) != 0 || in kex_dh_dec()
/freebsd/contrib/wpa/src/tls/
H A Dtlsv1_cred.h46 const u8 *dh_blob, size_t dh_blob_len);
H A Dtlsv1_cred.c1189 const u8 *dh_blob, size_t dh_blob_len) in tlsv1_set_dhparams() argument
1191 if (dh_blob) in tlsv1_set_dhparams()
1192 return tlsv1_set_dhparams_blob(cred, dh_blob, dh_blob_len); in tlsv1_set_dhparams()