Searched refs:block_a (Results 1 – 2 of 2) sorted by relevance
26 void ocb3_int_xor_blocks(unsigned char *out, const unsigned char *block_a, const unsigned char *blo… in ocb3_int_xor_blocks() argument29 if (out == block_a) { in ocb3_int_xor_blocks()33 for (x = 0; x < (int)block_len; x++) out[x] = block_a[x] ^ block_b[x]; in ocb3_int_xor_blocks()
143 void ocb3_int_xor_blocks(unsigned char *out, const unsigned char *block_a, const unsigned char *blo…
Completed in 4 milliseconds