Home
last modified time | relevance | path

Searched refs:sum (Results 1 – 14 of 14) sorted by relevance

/openssl/test/
H A Dbntest.c1223 || !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 Dbntests.pl33 my $sum = bn($s{'Sum'});
36 return if $sum == $a + $b;
/openssl/crypto/modes/
H A Docb128.c291 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 Dghash-ia64.pl167 ($sum,$rum) = $big_endian ? ("nop.m","nop.m") : ("sum","rum");
212 { .mmi; $sum 1<<1 // go big-endian
/openssl/crypto/aes/
H A Daes_x86core.c67 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 Dmodes.h208 OCB_BLOCK sum; member
/openssl/doc/designs/quic-design/
H A Dquic-fc.md29 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 Dstream-receive-buffers.md131 somehow limit the allocated packet buffer size, it is defined as sum
/openssl/doc/man3/
H A DSSL_CTX_set_tlsext_use_srtp.pod114 length of keying material obtained should be equal to two times the sum of the
/openssl/crypto/poly1305/asm/
H A Dpoly1305-ia64.S28 # define SUM sum
H A Dpoly1305-armv4.pl547 @ they are limited by 2^26+2^6. This in turn means that *sum*
/openssl/doc/designs/ddd/
H A DREPORT.md322 changes. The sum total of the changes required for each demo (both planned and
/openssl/doc/man1/
H A Dopenssl-ts.pod.in471 than the sum of their accuracies. Default is no. (Optional)
/openssl/
H A DCHANGES.md3203 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