OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_kem_sntrup761_CIPHERTEXTBYTES
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
kexsntrup761x25519.c
122
need =
crypto_kem_sntrup761_CIPHERTEXTBYTES
+ CURVE25519_SIZE;
128
server_pub = ciphertext +
crypto_kem_sntrup761_CIPHERTEXTBYTES
;
139
crypto_kem_sntrup761_CIPHERTEXTBYTES
);
177
need =
crypto_kem_sntrup761_CIPHERTEXTBYTES
+ CURVE25519_SIZE;
183
server_pub = ciphertext +
crypto_kem_sntrup761_CIPHERTEXTBYTES
;
186
crypto_kem_sntrup761_CIPHERTEXTBYTES
);
crypto_api.h
68
#define
crypto_kem_sntrup761_CIPHERTEXTBYTES
1039
sntrup761.c
2095
unsigned char x[Hash_bytes +
crypto_kem_sntrup761_CIPHERTEXTBYTES
];
2098
for (i = 0; i <
crypto_kem_sntrup761_CIPHERTEXTBYTES
; ++i) x[Hash_bytes + i] = z[i];
2115
HashConfirm(c +
crypto_kem_sntrup761_CIPHERTEXTBYTES
- Confirm_bytes, r_enc, cache);
2130
int len =
crypto_kem_sntrup761_CIPHERTEXTBYTES
;
2140
unsigned char r_enc[Small_bytes], cnew[
crypto_kem_sntrup761_CIPHERTEXTBYTES
];
Completed in 18 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026