Home | History | Annotate | Download | only in x86

Lines Matching refs:storeblock

51 storeblock(void *out, __m128i block)
64 storeblock(out, block);
75 storeblock(out, block);
91 storeblock(out, cv);
93 storeblock(iv, cv);
108 storeblock(iv, cv);
115 storeblock(out + nbytes, b ^ cv);
117 storeblock(out, b ^ iv0);
156 storeblock(t, aes_ssse3_xts_update(loadblock(t)));
185 storeblock(out, t ^ b);
188 storeblock(tweak, t);
205 storeblock(out, t ^ b);
208 storeblock(tweak, t);
223 storeblock(auth0, auth);
247 storeblock(out, ptxt ^ aes_ssse3_enc1(enc, ctr_be, nrounds));
249 storeblock(authctr, auth);
250 storeblock(authctr + 16, ctr_be);
273 storeblock(out, ptxt);
276 storeblock(authctr, auth);
277 storeblock(authctr + 16, ctr_be);