Searched refs:bout (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/dh/
H A Ddhtest.c103 int i,alen,blen,aout,bout,ret=1; local
180 bout=DH_compute_key(bbuf,a->pub_key,b);
183 for (i=0; i<bout; i++)
189 if ((aout < 4) || (bout != aout) || (memcmp(abuf,bbuf,aout) != 0))
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Ddhtest.c103 int i,alen,blen,aout,bout,ret=1; local
180 bout=DH_compute_key(bbuf,a->pub_key,b);
183 for (i=0; i<bout; i++)
189 if ((aout < 4) || (bout != aout) || (memcmp(abuf,bbuf,aout) != 0))
H A Decdhtest.c131 int i,alen,blen,aout,bout,ret=0; local
224 bout=ECDH_compute_key(bbuf,blen,EC_KEY_get0_public_key(a),b,KDF1_SHA1);
228 for (i=0; i<bout; i++)
239 if ((aout < 4) || (bout != aout) || (memcmp(abuf,bbuf,aout) != 0))
261 for (i=0; i<bout; i++)
/barrelfish-master/lib/openssl-1.0.0d/crypto/ecdh/
H A Decdhtest.c131 int i,alen,blen,aout,bout,ret=0; local
224 bout=ECDH_compute_key(bbuf,blen,EC_KEY_get0_public_key(a),b,KDF1_SHA1);
228 for (i=0; i<bout; i++)
239 if ((aout < 4) || (bout != aout) || (memcmp(abuf,bbuf,aout) != 0))
261 for (i=0; i<bout; i++)
/barrelfish-master/lib/cxx/cxx/filesystem/
H A Doperations.cpp719 OutIt bout(out);
720 copy(bin, ein, bout);

Completed in 38 milliseconds