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