Home | History | Annotate | Download | only in dist

Lines Matching defs:ciphertext

85 	u_char *kem_key, *ciphertext, *server_pub;
123 if ((r = sshbuf_reserve(server_blob, need, &ciphertext)) != 0)
126 crypto_kem_sntrup761_enc(ciphertext, kem_key, client_pub);
127 /* generate ECDH key pair, store server pubkey after ciphertext */
128 server_pub = ciphertext + crypto_kem_sntrup761_CIPHERTEXTBYTES;
138 dump_digest("server cipher text:", ciphertext,
170 const u_char *ciphertext, *server_pub;
182 ciphertext = sshbuf_ptr(server_blob);
183 server_pub = ciphertext + crypto_kem_sntrup761_CIPHERTEXTBYTES;
185 dump_digest("server cipher text:", ciphertext,
197 decoded = crypto_kem_sntrup761_dec(kem_key, ciphertext,