Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsntrup761.c1702 #define Small_bytes ((p + 3) / 4) macro
1704 #define SecretKeys_bytes (2 * Small_bytes)
2076 Small_encode(sk + Small_bytes, v); in ZKeyGen()
2090 Small_decode(v, sk + Small_bytes); in ZDecrypt()
2098 Hash_prefix(x, 3, r, Small_bytes); in HashConfirm()
2106 Hash_prefix(x, 3, y, Small_bytes); in HashSession()
2116 randombytes(sk, Small_bytes); in crypto_kem_sntrup761_keypair()
2117 Hash_prefix(sk + Small_bytes, 4, pk, crypto_kem_sntrup761_PUBLICKEYBYTES); in crypto_kem_sntrup761_keypair()
2129 unsigned char r_enc[Small_bytes], cache[Hash_bytes]; in crypto_kem_sntrup761_enc()
2147 const unsigned char *cache = rho + Small_bytes; in crypto_kem_sntrup761_dec()
[all …]