Searched refs:xor128 (Results 1 – 1 of 1) sorted by relevance
/xen/stubdom/vtpmmgr/ |
A D | disk_crypto.c | 159 static void xor128(struct mac128 *dst, const struct mac128 *s1, const struct mac128 *s2) in xor128() function 179 xor128(&y, &x, &M[i]); in aes_cmac() 186 xor128(&y, &x, &K2); in aes_cmac() 187 xor128(&x, &y, &z); in aes_cmac() 189 xor128(&y, &x, &K1); in aes_cmac() 190 xor128(&x, &y, M + bsize); in aes_cmac()
|
Completed in 3 milliseconds