Lines Matching defs:ciphertext
80 u_char *kem_key, *ciphertext, *server_pub;
118 if ((r = sshbuf_reserve(server_blob, need, &ciphertext)) != 0)
121 crypto_kem_sntrup761_enc(ciphertext, kem_key, client_pub);
122 /* generate ECDH key pair, store server pubkey after ciphertext */
123 server_pub = ciphertext + crypto_kem_sntrup761_CIPHERTEXTBYTES;
133 dump_digest("server cipher text:", ciphertext,
165 const u_char *ciphertext, *server_pub;
177 ciphertext = sshbuf_ptr(server_blob);
178 server_pub = ciphertext + crypto_kem_sntrup761_CIPHERTEXTBYTES;
180 dump_digest("server cipher text:", ciphertext,
192 decoded = crypto_kem_sntrup761_dec(kem_key, ciphertext,