HomeSort by: relevance | last modified time | path
    Searched refs:calculated (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
allocated.exp 41 # array variable correctly. We compare to a value calculated within
47 set calculated [get_valueof "" "allocated (array)" "*missing*"]
48 gdb_assert { [string eq ${expected} ${calculated}] } \
49 "expected and calculated results match"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
allocated.exp 41 # array variable correctly. We compare to a value calculated within
47 set calculated [get_valueof "" "allocated (array)" "*missing*"]
48 gdb_assert { [string eq ${expected} ${calculated}] } \
49 "expected and calculated results match"
  /src/external/lgpl3/gmp/dist/tests/
t-constants.c 122 int calculated; \
123 CALC_BITS (calculated, type); \
124 if (calculated != constant) \
126 printf ("%s == %d, but calculated %d\n", \
127 constant_name, constant, calculated); \
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors_format.inc 98 // Store size not known in advance; can be calculated as wcslen() of the
101 // Store size not known in advance; can be calculated as strlen() of the
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors_format.inc 97 // Store size not known in advance; can be calculated as wcslen() of the
100 // Store size not known in advance; can be calculated as strlen() of the
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors_format.inc 97 // Store size not known in advance; can be calculated as wcslen() of the
100 // Store size not known in advance; can be calculated as strlen() of the
  /src/usr.sbin/sysinst/
msg.mbr.en 58 The number of cylinders will be calculated from the disk size.
  /src/crypto/external/bsd/netpgp/dist/src/librsa/
rsa.c 407 dsa_do_verify(const unsigned char *calculated, int dgst_len, const dsasig_t *sig, mpi_dsa_t *dsa)
462 if (BN_bin2bn(calculated, dgst_len, M) == NULL) {
506 dsa_verify(const signature_t *signature, const dsa_pubkey_t *pubdsa, const uint8_t *calculated, size_t hash_length)
513 if (signature == NULL || pubdsa == NULL || calculated == NULL) {
527 ret = dsa_do_verify(calculated, (int)hash_length, &signature->dsa, &odsa);
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
rsa.c 407 dsa_do_verify(const unsigned char *calculated, int dgst_len, const netpgpv_dsasig_t *sig, netpgpv_mpi_dsa_t *dsa)
462 if (PGPV_BN_bin2bn(calculated, dgst_len, M) == NULL) {
507 const netpgpv_dsa_pubkey_t *pubdsa, const uint8_t *calculated,
515 if (signature == NULL || pubdsa == NULL || calculated == NULL) {
529 ret = dsa_do_verify(calculated, (int)hash_length, &signature->dsa, &odsa);
libverify.c 2011 rsa_verify(uint8_t *calculated, unsigned calclen, uint8_t hashalg, pgpv_bignum_t *bn, pgpv_pubkey_t *pubkey)
2043 return memcmp(&decrypted[i + prefixlen], calculated, calclen) == 0;
2062 verify_dsa_sig(uint8_t *calculated, unsigned calclen, pgpv_bignum_t *sig, pgpv_pubkey_t *pubkey)
2106 if (PGPV_BN_bin2bn(calculated, (int)calclen, M) == NULL ||
2840 /* match the calculated signature against the one in the signature packet */
2845 uint8_t calculated[64]; local
2848 calclen = pgpv_digest_memory(calculated, sizeof(calculated),
2853 match = rsa_verify(calculated, calclen, signature->hashalg, signature->bn, pubkey);
2855 match = verify_dsa_sig(calculated, calclen, signature->bn, pubkey)
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/libverify/
libverify.c 1551 rsa_verify(uint8_t *calculated, unsigned calclen, uint8_t hashalg, pgpv_bignum_t *bn, pgpv_pubkey_t *pubkey)
1583 return memcmp(&decrypted[i + prefixlen], calculated, calclen) == 0;
1602 verify_dsa_sig(uint8_t *calculated, unsigned calclen, pgpv_bignum_t *sig, pgpv_pubkey_t *pubkey)
1646 if (BN_bin2bn(calculated, (int)calclen, M) == NULL ||
2135 /* match the calculated signature against the oen in the signature packet */
2140 uint8_t calculated[64]; local
2143 calclen = pgpv_digest_memory(calculated, sizeof(calculated),
2148 match = rsa_verify(calculated, calclen, signature->hashalg, signature->bn, pubkey);
2150 match = verify_dsa_sig(calculated, calclen, signature->bn, pubkey)
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev67/
gcd_11.asm 42 C The trailing zeros are calculated from just x-y, since in twos-complement
  /src/external/lgpl3/gmp/dist/mpn/ia64/
mode1o.asm 105 C The initial 8-bit inverse is calculated using a table lookup. If it hits
178 C s*inverse as sih:sil = sh:sl * ih:il would be calculated off the dependent
259 C f7 inverse, being calculated
dive_1.asm 136 C f7 inverse, being calculated
  /src/share/examples/puffs/pgfs/
newfs.sql 55 -- having nlink here is somehow redundant as it could be calculated from
  /src/usr.bin/make/unit-tests/
var-scope-cmdline.mk 10 # which before var.c 1.586 from 2020-10-25 calculated the hash value of the
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_gcm_hw_s390x.inc 61 * The GHASH of this value can then be calculated.
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_gcm_hw_s390x.inc 61 * The GHASH of this value can then be calculated.
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
format.txt 124 The starting indexes of the case tables are calculated as following:
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/
mul_1.asm 256 C The m signs calculated in %mm3 are a loop invariant and could be held in
  /src/external/lgpl3/gmp/dist/mpn/x86/k7/
sqr_basecase.asm 386 C The calculated jump mustn't come out to before the start of the
  /src/external/lgpl3/gmp/dist/mpn/x86/p6/
sqr_basecase.asm 408 C The calculated jump mustn't be before the start of the available
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
Ordinals.pm 603 for all symbols. If not given, it will be calculated as follows:
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
Ordinals.pm 601 for all symbols. If not given, it will be calculated as follows:
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
armv8-mont.pl 112 // $lo0 being non-zero. So that carry can be calculated

Completed in 36 milliseconds

1 2 3