Lines Matching refs:u64
17 typedef u64 u64_a1 __attribute((__aligned__(1)));
19 typedef u64 u64_a1;
30 u64 u[2]; in ossl_crypto_xts128gb_encrypt()
73 u64 hi, lo; in ossl_crypto_xts128gb_encrypt()
80 hi = (u64)GETU32(p) << 32 | GETU32(p + 4); in ossl_crypto_xts128gb_encrypt()
81 lo = (u64)GETU32(p + 8) << 32 | GETU32(p + 12); in ossl_crypto_xts128gb_encrypt()
94 hi = (u64)GETU32(p) << 32 | GETU32(p + 4); in ossl_crypto_xts128gb_encrypt()
95 lo = (u64)GETU32(p + 8) << 32 | GETU32(p + 12); in ossl_crypto_xts128gb_encrypt()
125 u64 u[2]; in ossl_crypto_xts128gb_encrypt()
131 u64 hi, lo; in ossl_crypto_xts128gb_encrypt()
138 hi = (u64)GETU32(p) << 32 | GETU32(p + 4); in ossl_crypto_xts128gb_encrypt()
139 lo = (u64)GETU32(p + 8) << 32 | GETU32(p + 12); in ossl_crypto_xts128gb_encrypt()
152 hi = (u64)GETU32(p) << 32 | GETU32(p + 4); in ossl_crypto_xts128gb_encrypt()
153 lo = (u64)GETU32(p + 8) << 32 | GETU32(p + 12); in ossl_crypto_xts128gb_encrypt()