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

  /src/crypto/external/bsd/openssh/dist/
sntrup761.c 1109 void crypto_int64_store(unsigned char *crypto_int64_s,crypto_int64 crypto_int64_x) {
1110 *crypto_int64_s++ = crypto_int64_x >> 0;
1111 *crypto_int64_s++ = crypto_int64_x >> 8;
1112 *crypto_int64_s++ = crypto_int64_x >> 16;
1113 *crypto_int64_s++ = crypto_int64_x >> 24;
1114 *crypto_int64_s++ = crypto_int64_x >> 32;
1115 *crypto_int64_s++ = crypto_int64_x >> 40;
1116 *crypto_int64_s++ = crypto_int64_x >> 48;
1117 *crypto_int64_s++ = crypto_int64_x >> 56;
1122 crypto_int64 crypto_int64_negative_mask(crypto_int64 crypto_int64_x) {
1483 crypto_int64 crypto_int64_x = *crypto_int64_p; local
    [all...]

Completed in 23 milliseconds