Lines Matching refs:res
72 u8 res; in ossl_crypto_xts128gb_encrypt() local
83 res = (u8)lo & 1; in ossl_crypto_xts128gb_encrypt()
86 if (res) in ossl_crypto_xts128gb_encrypt()
100 u8 carry, res; in ossl_crypto_xts128gb_encrypt() local
103 res = (tweak.c[i] << 7) & 0x80; in ossl_crypto_xts128gb_encrypt()
105 carry = res; in ossl_crypto_xts128gb_encrypt()
107 if (res) in ossl_crypto_xts128gb_encrypt()
130 u8 res; in ossl_crypto_xts128gb_encrypt() local
141 res = (u8)lo & 1; in ossl_crypto_xts128gb_encrypt()
144 if (res) in ossl_crypto_xts128gb_encrypt()
158 u8 carry, res; in ossl_crypto_xts128gb_encrypt() local
161 res = (tweak.c[i] << 7) & 0x80; in ossl_crypto_xts128gb_encrypt()
163 carry = res; in ossl_crypto_xts128gb_encrypt()
165 if (res) in ossl_crypto_xts128gb_encrypt()