Searched refs:out_b (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/cast/
H A Dcasttest.c182 unsigned char out_a[16],out_b[16]; local
188 memcpy(out_b,in_b,sizeof(in_b));
193 CAST_set_key(&key_b,16,out_b);
197 CAST_ecb_encrypt(&(out_b[0]),&(out_b[0]),&key,CAST_ENCRYPT);
198 CAST_ecb_encrypt(&(out_b[8]),&(out_b[8]),&key,CAST_ENCRYPT);
208 (memcmp(out_b,c_b,sizeof(c_b)) != 0))
220 for (i=0; i<16; i++) printf("%02X ",out_b[i]);
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dcasttest.c182 unsigned char out_a[16],out_b[16]; local
188 memcpy(out_b,in_b,sizeof(in_b));
193 CAST_set_key(&key_b,16,out_b);
197 CAST_ecb_encrypt(&(out_b[0]),&(out_b[0]),&key,CAST_ENCRYPT);
198 CAST_ecb_encrypt(&(out_b[8]),&(out_b[8]),&key,CAST_ENCRYPT);
208 (memcmp(out_b,c_b,sizeof(c_b)) != 0))
220 for (i=0; i<16; i++) printf("%02X ",out_b[i]);
/barrelfish-master/lib/term/server/
H A Dserver.c364 struct terminal_binding *out_b = local
369 if (in_b == NULL || out_b == NULL || conf_b == NULL) {

Completed in 41 milliseconds