Searched refs:in_b (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/cast/
H A Dcasttest.c95 static unsigned char in_b[16]={ variable
188 memcpy(out_b,in_b,sizeof(in_b));
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dcasttest.c95 static unsigned char in_b[16]={ variable
188 memcpy(out_b,in_b,sizeof(in_b));
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_gcd.c117 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) argument
123 bn_check_top(in_b);
131 if (BN_copy(b,in_b) == NULL) goto err;
/barrelfish-master/lib/term/server/
H A Dserver.c362 struct terminal_binding *in_b = local
369 if (in_b == NULL || out_b == NULL || conf_b == NULL) {

Completed in 39 milliseconds