Home
last modified time | relevance | path

Searched refs:crypto_int64_z (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.bin/ssh/
Dsntrup761.c1092 crypto_int64 crypto_int64_z = 0; in crypto_int64_load() local
1093 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 0; in crypto_int64_load()
1094 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 8; in crypto_int64_load()
1095 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 16; in crypto_int64_load()
1096 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 24; in crypto_int64_load()
1097 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 32; in crypto_int64_load()
1098 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 40; in crypto_int64_load()
1099 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 48; in crypto_int64_load()
1100 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 56; in crypto_int64_load()
1101 return crypto_int64_z; in crypto_int64_load()
[all …]