Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsntrup761.c1701 #define Hash_bytes 32 macro
2096 unsigned char x[Hash_bytes * 2]; in HashConfirm()
2099 for (i = 0; i < Hash_bytes; ++i) x[Hash_bytes + i] = cache[i]; in HashConfirm()
2104 unsigned char x[Hash_bytes + crypto_kem_sntrup761_CIPHERTEXTBYTES]; in HashSession()
2107 for (i = 0; i < crypto_kem_sntrup761_CIPHERTEXTBYTES; ++i) x[Hash_bytes + i] = z[i]; in HashSession()
2129 unsigned char r_enc[Small_bytes], cache[Hash_bytes]; in crypto_kem_sntrup761_enc()