Searched refs:crypto_int64_z (Results 1 – 1 of 1) sorted by relevance
1097 crypto_int64 crypto_int64_z = 0; in crypto_int64_load() local1098 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 0; in crypto_int64_load()1099 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 8; in crypto_int64_load()1100 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 16; in crypto_int64_load()1101 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 24; in crypto_int64_load()1102 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 32; in crypto_int64_load()1103 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 40; in crypto_int64_load()1104 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 48; in crypto_int64_load()1105 crypto_int64_z |= ((crypto_int64) (*crypto_int64_s++)) << 56; in crypto_int64_load()1106 return crypto_int64_z; in crypto_int64_load()[all …]