Searched refs:client_blob (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | kexc25519.c | 112 kex_c25519_enc(struct kex *kex, const struct sshbuf *client_blob, in kex_c25519_enc() argument 125 if (sshbuf_len(client_blob) != CURVE25519_SIZE) { in kex_c25519_enc() 129 client_pub = sshbuf_ptr(client_blob); in kex_c25519_enc()
|
H A D | kexsntrup761x25519.c | 74 const struct sshbuf *client_blob, struct sshbuf **server_blobp, in kex_kem_sntrup761x25519_enc() argument 91 if (sshbuf_len(client_blob) != need) { in kex_kem_sntrup761x25519_enc() 95 client_pub = sshbuf_ptr(client_blob); in kex_kem_sntrup761x25519_enc()
|
H A D | kexmlkem768x25519.c | 85 const struct sshbuf *client_blob, struct sshbuf **server_blobp, in kex_kem_mlkem768x25519_enc() argument 105 if (sshbuf_len(client_blob) != need) { in kex_kem_mlkem768x25519_enc() 109 client_pub = sshbuf_ptr(client_blob); in kex_kem_mlkem768x25519_enc()
|
H A D | kexdh.c | 136 kex_dh_enc(struct kex *kex, const struct sshbuf *client_blob, in kex_dh_enc() argument 156 if ((r = kex_dh_dec(kex, client_blob, shared_secretp)) != 0) in kex_dh_enc()
|
H A D | kexecdh.c | 88 kex_ecdh_enc(struct kex *kex, const struct sshbuf *client_blob, in kex_ecdh_enc() argument 122 if ((r = kex_ecdh_dec_key_group(kex, client_blob, server_key, group, in kex_ecdh_enc()
|