Lines Matching refs:u8
32 u8 c[16]; in ossl_crypto_xts128gb_encrypt()
72 u8 res; in ossl_crypto_xts128gb_encrypt()
78 u8 *p = tweak.c; in ossl_crypto_xts128gb_encrypt()
83 res = (u8)lo & 1; in ossl_crypto_xts128gb_encrypt()
100 u8 carry, res; in ossl_crypto_xts128gb_encrypt()
113 u8 c = inp[i]; in ossl_crypto_xts128gb_encrypt()
126 u8 c[16]; in ossl_crypto_xts128gb_encrypt()
130 u8 res; in ossl_crypto_xts128gb_encrypt()
136 u8 *p = tweak.c; in ossl_crypto_xts128gb_encrypt()
141 res = (u8)lo & 1; in ossl_crypto_xts128gb_encrypt()
158 u8 carry, res; in ossl_crypto_xts128gb_encrypt()
181 u8 c = inp[16 + i]; in ossl_crypto_xts128gb_encrypt()