Searched refs:aout (Results 1 – 3 of 3) sorted by relevance
/openssl-master/crypto/perlasm/ |
A D | x86gas.pl | 14 $::lbdecor=$::aout?"L":".L"; # local label decoration 15 $nmdecor=($::aout or $::coff)?"_":""; # external name decoration 20 $align=log($align)/log(2) if ($::aout); 21 $com_start="#" if ($::aout or $::coff); 120 elsif (($::aout and !$::pic) or $::macosx) 204 if ($::aout) 214 if (($::pic && ($::elf || $::aout)) || $::macosx) 268 elsif ($::aout)
|
A D | x86asm.pl | 266 $elf=$cpp=$coff=$aout=$macosx=$win32=$mwerks=$android=0; 272 { $aout=1; require "x86gas.pl"; } 280 { $aout=1; $macosx=1; require "x86gas.pl"; }
|
/openssl-master/test/ |
A D | dhtest.c | 54 int i, alen, blen, clen, aout, bout, cout; in dh_test() local 188 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1)) in dh_test() 201 if (!TEST_true(aout >= 20) in dh_test() 202 || !TEST_mem_eq(abuf, aout, bbuf, bout) in dh_test() 203 || !TEST_mem_eq(abuf, aout, cbuf, cout)) in dh_test() 645 int i, alen, blen, aout, bout; in rfc7919_test() local 674 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1)) in rfc7919_test() 682 if (!TEST_true(aout >= 20) in rfc7919_test() 683 || !TEST_mem_eq(abuf, aout, bbuf, bout)) in rfc7919_test()
|
Completed in 6 milliseconds