Searched refs:out_b (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/crypto/openssl/crypto/cast/
H A Dcasttest.c190 unsigned char out_a[16], out_b[16]; local
196 memcpy(out_b, in_b, sizeof(in_b));
200 CAST_set_key(&key_b, 16, out_b);
204 CAST_ecb_encrypt(&(out_b[0]), &(out_b[0]), &key, CAST_ENCRYPT);
205 CAST_ecb_encrypt(&(out_b[8]), &(out_b[8]), &key, CAST_ENCRYPT);
214 (memcmp(out_b, c_b, sizeof(c_b)) != 0)) {
228 printf("%02X ", out_b[i]);

Completed in 118 milliseconds