Searched refs:block_b (Results 1 – 2 of 2) sorted by relevance
19 …s(unsigned char *out, const unsigned char *block_a, const unsigned char *block_b, unsigned long bl… in ocb3_int_xor_blocks() argument23 for (x = 0; x < (int)block_len; x++) out[x] ^= block_b[x]; in ocb3_int_xor_blocks()26 for (x = 0; x < (int)block_len; x++) out[x] = block_a[x] ^ block_b[x]; in ocb3_int_xor_blocks()
156 …s(unsigned char *out, const unsigned char *block_a, const unsigned char *block_b, unsigned long bl…
Completed in 5 milliseconds