Searched refs:client_blob (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dkexc25519.c114 kex_c25519_enc(struct kex *kex, const struct sshbuf *client_blob, argument
127 if (sshbuf_len(client_blob) != CURVE25519_SIZE) {
131 client_pub = sshbuf_ptr(client_blob);
H A Dkexsntrup761x25519.c74 const struct sshbuf *client_blob, struct sshbuf **server_blobp,
89 /* client_blob contains both KEM and ECDH client pubkeys */
91 if (sshbuf_len(client_blob) != need) {
95 client_pub = sshbuf_ptr(client_blob);
239 const struct sshbuf *client_blob, struct sshbuf **server_blobp,
73 kex_kem_sntrup761x25519_enc(struct kex *kex, const struct sshbuf *client_blob, struct sshbuf **server_blobp, struct sshbuf **shared_secretp) argument
238 kex_kem_sntrup761x25519_enc(struct kex *kex, const struct sshbuf *client_blob, struct sshbuf **server_blobp, struct sshbuf **shared_secretp) argument
H A Dkexdh.c143 kex_dh_enc(struct kex *kex, const struct sshbuf *client_blob, argument
163 if ((r = kex_dh_dec(kex, client_blob, shared_secretp)) != 0)
H A Dkexecdh.c92 kex_ecdh_enc(struct kex *kex, const struct sshbuf *client_blob, argument
126 if ((r = kex_ecdh_dec_key_group(kex, client_blob, server_key, group,
227 kex_ecdh_enc(struct kex *kex, const struct sshbuf *client_blob, argument

Completed in 198 milliseconds