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

  /src/crypto/external/bsd/openssh/dist/
sntrup761.c 1094 crypto_int64 crypto_int64_load(const unsigned char *crypto_int64_s) {
1096 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 0;
1097 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 8;
1098 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 16;
1099 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 24;
1100 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 32;
1101 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 40;
1102 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 48;
1103 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 56;
1109 void crypto_int64_store(unsigned char *crypto_int64_s,crypto_int64 crypto_int64_x)
1491 crypto_int64 crypto_int64_r, crypto_int64_s; local
    [all...]
sntrup761.c 1094 crypto_int64 crypto_int64_load(const unsigned char *crypto_int64_s) {
1096 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 0;
1097 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 8;
1098 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 16;
1099 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 24;
1100 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 32;
1101 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 40;
1102 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 48;
1103 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 56;
1109 void crypto_int64_store(unsigned char *crypto_int64_s,crypto_int64 crypto_int64_x)
1491 crypto_int64 crypto_int64_r, crypto_int64_s; local
    [all...]

Completed in 48 milliseconds