Home
last modified time | relevance | path

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

/openssl-master/test/
A Dbntest.c1159 || !TEST_ptr(sum = getBN(s, "Sum")) in file_sum()
1164 || !equalBN("A + B", sum, ret) in file_sum()
1165 || !TEST_true(BN_sub(ret, sum, a)) in file_sum()
1167 || !TEST_true(BN_sub(ret, sum, b)) in file_sum()
1182 || !TEST_true(BN_copy(ret, sum)) in file_sum()
1188 || !TEST_true(BN_copy(ret, sum)) in file_sum()
1255 BN_free(sum); in file_sum()
2083 double sum = 0; in test_rand_range_single() local
2103 sum += delta * delta; in test_rand_range_single()
2105 sum /= expected; in test_rand_range_single()
[all …]
A Dbntests.pl33 my $sum = bn($s{'Sum'});
36 return if $sum == $a + $b;
/openssl-master/crypto/modes/
A Docb128.c295 ocb_block16_xor(&tmp, &ctx->sess.sum, &ctx->sess.sum); in CRYPTO_ocb128_aad()
317 ocb_block16_xor(&tmp, &ctx->sess.sum, &ctx->sess.sum); in CRYPTO_ocb128_aad()
524 ocb_block16_xor(&tmp, &ctx->sess.sum, &tmp); in ocb_finish()
/openssl-master/crypto/modes/asm/
A Dghash-ia64.pl167 ($sum,$rum) = $big_endian ? ("nop.m","nop.m") : ("sum","rum");
212 { .mmi; $sum 1<<1 // go big-endian
/openssl-master/crypto/aes/
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-master/include/crypto/
A Dmodes.h195 OCB_BLOCK sum; member
/openssl-master/doc/man3/
A DSSL_CTX_set_tlsext_use_srtp.pod82 length of keying material obtained should be equal to two times the sum of the
/openssl-master/crypto/poly1305/asm/
A Dpoly1305-ia64.S28 # define SUM sum
A Dpoly1305-armv4.pl547 @ they are limited by 2^26+2^6. This in turn means that *sum*
/openssl-master/doc/man1/
A Dopenssl-ts.pod.in471 than the sum of their accuracies. Default is no. (Optional)
/openssl-master/
A DCHANGES.md1282 This output format is to replicate the output format found in the `*sum`
12768 \sum scalars[i]*points[i],
12770 scalar*generator + \sum scalars[i]*points[i].

Completed in 41 milliseconds