Uses of Class
ds.ov2.test.Performance_mult_host.Mult_call_result

Packages that use Performance_mult_host.Mult_call_result
ds.ov2.test Test applet for OV-chip protocol layer and for ds.ov2.bignat functionality. 
 

Uses of Performance_mult_host.Mult_call_result in ds.ov2.test
 

Methods in ds.ov2.test that return Performance_mult_host.Mult_call_result
 Performance_mult_host.Mult_call_result Performance_mult_host.add_perf_once(Random rand, int bignat_size)
          Checks and measures addition on the card.
 Performance_mult_host.Mult_call_result Performance_mult_host.card_add(BigInteger s1, BigInteger s2)
          Run the add protocol to add two numbers on the card.
 Performance_mult_host.Mult_call_result Performance_mult_host.card_demontgomerize(BigInteger bi, Host_modulus m, int rounds_1, int rounds_2)
          Run the demontgomerize protocol (Demontgomerize a number on the card).
 Performance_mult_host.Mult_call_result Performance_mult_host.card_mont_mult(BigInteger f1, BigInteger f2, Host_modulus m, int rounds_1, int rounds_2)
          Run the mont_mult protocol (Montgomery multiplication on the card).
 Performance_mult_host.Mult_call_result Performance_mult_host.card_normal_mult(BigInteger f1, BigInteger f2, int mult_rounds_1, int mult_rounds_2)
          Run the mult protocol to multiply two numbers on the card.
 Performance_mult_host.Mult_call_result Performance_mult_host.card_short_sq_4_mult(BigInteger f1, BigInteger f2, Host_modulus m)
          Run the short squared 4 mult protocol (Bignat.short_squared_rsa_mult_4).
 Performance_mult_host.Mult_call_result Performance_mult_host.card_short_sq_mult(BigInteger f1, BigInteger f2, Host_modulus m, int rounds_1, int rounds_2)
          Run the short squared mult protocol (Bignat.short_squared_rsa_mult_2).
 Performance_mult_host.Mult_call_result Performance_mult_host.card_sq_mult_4(BigInteger f1, BigInteger f2, Host_modulus mod)
          Run the squared 4 mult protocol (Bignat.squared_rsa_mult_4).
 Performance_mult_host.Mult_call_result Performance_mult_host.card_sq_mult(BigInteger f1, BigInteger f2, Host_modulus m, int rounds_1, int rounds_2)
          Run the squared mult protocol (Bignat.squared_rsa_mult_2).
 Performance_mult_host.Mult_call_result[] Performance_mult_host.mult_perf_once(Random rand, int bignat_size, int mult_rounds_1, int mult_rounds_2, int demont_rounds_1, int demont_rounds_2)
          Performs one combined Montgomery multiplication and demontgomerization check and performance measurement.
 Performance_mult_host.Mult_call_result Performance_mult_host.normal_mult_perf_once(Random rand, int bignat_size, int mult_rounds_1, int mult_rounds_2)
          Checks and measures normal multiplication on the card.
 Performance_mult_host.Mult_call_result Performance_mult_host.short_sq_4_mult_perf_once(Random rand, int short_bignat_size, int long_bignat_size, BigInteger x, BigInteger y)
          Checks and measures short square 4 multiplication on the card (Bignat.short_squared_rsa_mult_4).
 Performance_mult_host.Mult_call_result Performance_mult_host.short_sq_mult_perf_once(Random rand, int short_bignat_size, int long_bignat_size, int mult_rounds_1, int mult_rounds_2, BigInteger x, BigInteger y)
          Checks and measures short squared multiplication on the card (Bignat.short_squared_rsa_mult_2).
 Performance_mult_host.Mult_call_result Performance_mult_host.sq_mult_4_perf_once(Random rand, int bignat_size, BigInteger x, BigInteger y)
          Checks and measures squared 4 multiplication on the card (Bignat.squared_rsa_mult_4).
 Performance_mult_host.Mult_call_result Performance_mult_host.sq_mult_perf_once(Random rand, int bignat_size, int mult_rounds_1, int mult_rounds_2, BigInteger x, BigInteger y)
          Checks and measures squared multiplication on the card (Bignat.squared_rsa_mult_2).