HomeSort by: relevance | last modified time | path
    Searched refs:crypto_int16 (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sntrup761.c 21 #define int16 crypto_int16
27 extern volatile crypto_int16 crypto_int16_optblocker;
31 /* from supercop-20240808/cryptoint/crypto_int16.h */
38 #define crypto_int16 int16_t macro
45 crypto_int16 crypto_int16_load(const unsigned char *crypto_int16_s) {
46 crypto_int16 crypto_int16_z = 0;
47 crypto_int16_z |= ((crypto_int16) (*crypto_int16_s++)) << 0;
48 crypto_int16_z |= ((crypto_int16) (*crypto_int16_s++)) << 8;
54 void crypto_int16_store(unsigned char *crypto_int16_s,crypto_int16 crypto_int16_x) {
61 crypto_int16 crypto_int16_negative_mask(crypto_int16 crypto_int16_x)
    [all...]
crypto_api.h 17 typedef int16_t crypto_int16; typedef
sntrup761.sh 6 FILES=" supercop-20240808/cryptoint/crypto_int16.h
60 */cryptoint/crypto_int16.h)
kexsntrup761x25519.c 43 volatile crypto_int16 crypto_int16_optblocker = 0;
ed25519.c 20 #define int16 crypto_int16

Completed in 32 milliseconds