OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Hash_prefix
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
sntrup761.c
1953
static void
Hash_prefix
(unsigned char *out, int b, const unsigned char *in, int inlen) {
2096
Hash_prefix
(x, 3, r, Small_bytes);
2098
Hash_prefix
(h, 2, x, sizeof x);
2104
Hash_prefix
(x, 3, y, Small_bytes);
2106
Hash_prefix
(k, b, x, sizeof x);
2115
Hash_prefix
(sk + Small_bytes, 4, pk, crypto_kem_sntrup761_PUBLICKEYBYTES);
2128
Hash_prefix
(cache, 4, pk, crypto_kem_sntrup761_PUBLICKEYBYTES);
sntrup761.c
1953
static void
Hash_prefix
(unsigned char *out, int b, const unsigned char *in, int inlen) {
2096
Hash_prefix
(x, 3, r, Small_bytes);
2098
Hash_prefix
(h, 2, x, sizeof x);
2104
Hash_prefix
(x, 3, y, Small_bytes);
2106
Hash_prefix
(k, b, x, sizeof x);
2115
Hash_prefix
(sk + Small_bytes, 4, pk, crypto_kem_sntrup761_PUBLICKEYBYTES);
2128
Hash_prefix
(cache, 4, pk, crypto_kem_sntrup761_PUBLICKEYBYTES);
Completed in 74 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026