Home
last modified time | relevance | path

Searched refs:in1 (Results 1 – 1 of 1) sorted by relevance

/crypto/
Dansi_cprng.c67 static void xor_vectors(unsigned char *in1, unsigned char *in2, in xor_vectors() argument
73 out[i] = in1[i] ^ in2[i]; in xor_vectors()