HomeSort by: relevance | last modified time | path
    Searched defs:crypto_int64 (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
crypto_api.h 21 typedef int64_t crypto_int64; typedef
sntrup761.c 25 #define int64 crypto_int64
29 extern volatile crypto_int64 crypto_int64_optblocker;
918 crypto_int64 crypto_int32_r = (crypto_int64)crypto_int32_y ^ (crypto_int64)crypto_int32_x;
919 crypto_int64 crypto_int32_z = (crypto_int64)crypto_int32_y - (crypto_int64)crypto_int32_x;
937 crypto_int64 crypto_int32_r = (crypto_int64)crypto_int32_y ^ (crypto_int64)crypto_int32_x
1087 #define crypto_int64 macro
    [all...]

Completed in 23 milliseconds