Searched refs:sum (Results 1 – 14 of 14) sorted by relevance
/openssl/test/ |
H A D | bntest.c | 1223 || !TEST_ptr(sum = getBN(s, "Sum")) in file_sum() 1228 || !equalBN("A + B", sum, ret) in file_sum() 1229 || !TEST_true(BN_sub(ret, sum, a)) in file_sum() 1231 || !TEST_true(BN_sub(ret, sum, b)) in file_sum() 1246 || !TEST_true(BN_copy(ret, sum)) in file_sum() 1252 || !TEST_true(BN_copy(ret, sum)) in file_sum() 1319 BN_free(sum); in file_sum() 2352 double sum = 0; in test_rand_range_single() local 2372 sum += delta * delta; in test_rand_range_single() 2374 sum /= expected; in test_rand_range_single() [all …]
|
H A D | bntests.pl | 33 my $sum = bn($s{'Sum'}); 36 return if $sum == $a + $b;
|
/openssl/crypto/modes/ |
H A D | ocb128.c | 291 ocb_block16_xor(&tmp, &ctx->sess.sum, &ctx->sess.sum); in CRYPTO_ocb128_aad() 313 ocb_block16_xor(&tmp, &ctx->sess.sum, &ctx->sess.sum); in CRYPTO_ocb128_aad() 520 ocb_block16_xor(&tmp, &ctx->sess.sum, &tmp); in ocb_finish()
|
/openssl/crypto/modes/asm/ |
H A D | ghash-ia64.pl | 167 ($sum,$rum) = $big_endian ? ("nop.m","nop.m") : ("sum","rum"); 212 { .mmi; $sum 1<<1 // go big-endian
|
/openssl/crypto/aes/ |
H A D | aes_x86core.c | 67 unsigned long sum; in prefetch256() local 71 for (sum = 0, i = 0; i < 256/sizeof(t[0]); i += 32/sizeof(t[0])) in prefetch256() 72 sum ^= t[i]; in prefetch256() 74 ret = sum; in prefetch256()
|
/openssl/include/crypto/ |
H A D | modes.h | 208 OCB_BLOCK sum; member
|
/openssl/doc/designs/quic-design/ |
H A D | quic-fc.md | 29 QUIC flow control at connection level is based on the sum of all the logical 139 simply the difference between the last On TX Window Updated value and the sum of 232 received. The `offsetPlusLength` argument is the sum of the offset field of
|
H A D | stream-receive-buffers.md | 131 somehow limit the allocated packet buffer size, it is defined as sum
|
/openssl/doc/man3/ |
H A D | SSL_CTX_set_tlsext_use_srtp.pod | 114 length of keying material obtained should be equal to two times the sum of the
|
/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ia64.S | 28 # define SUM sum
|
H A D | poly1305-armv4.pl | 547 @ they are limited by 2^26+2^6. This in turn means that *sum*
|
/openssl/doc/designs/ddd/ |
H A D | REPORT.md | 322 changes. The sum total of the changes required for each demo (both planned and
|
/openssl/doc/man1/ |
H A D | openssl-ts.pod.in | 471 than the sum of their accuracies. Default is no. (Optional)
|
/openssl/ |
H A D | CHANGES.md | 3203 This output format is to replicate the output format found in the `*sum` 14707 \sum scalars[i]*points[i], 14709 scalar*generator + \sum scalars[i]*points[i].
|
Completed in 88 milliseconds