HomeSort by: relevance | last modified time | path
    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