HomeSort by: relevance | last modified time | path
    Searched defs:check2 (Results 1 - 17 of 17) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
ttotal_order.c 50 check2 (mpfr_ptr x, mpfr_ptr y) function
103 check2 (x[i], x[j]);
tlog.c 49 check2 (const char *as, mpfr_rnd_t rnd_mode, const char *res1s) function
92 check2("1.00089971802309629645", MPFR_RNDD, "8.99313519443722736088e-04");
93 check2("1.00089971802309629645", MPFR_RNDN, "8.99313519443722844508e-04");
94 check2("1.00089971802309629645", MPFR_RNDU, "8.99313519443722844508e-04");
96 check2("1.01979300812244555452", MPFR_RNDD, "1.95996734891603630047e-02");
97 check2("1.01979300812244555452", MPFR_RNDN, "1.95996734891603664741e-02");
98 check2("1.01979300812244555452", MPFR_RNDU, "1.95996734891603664741e-02");
100 check2("1.02900871924604464525", MPFR_RNDD, "2.85959303301472726744e-02");
101 check2("1.02900871924604464525", MPFR_RNDN, "2.85959303301472761438e-02");
102 check2("1.02900871924604464525", MPFR_RNDU, "2.85959303301472761438e-02")
    [all...]
tsubnormal.c 116 check2 (void) function
278 check2 ();
tsum.c 454 check2 (void) function
509 printf ("Error in check2 on %s, prec = %d, "
1325 check2 ();
  /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
encode_key2blob.c 74 int check2 = (selection_mask & checks[i]) != 0; local
81 return check2;
encode_key2any.c 1189 int check2 = (selection_mask & checks[i]) != 0; local
1196 return check2;
decode_der2key.c 221 int check2 = (desc->selection_mask & checks[i]) != 0; local
228 return check2;
  /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
encode_key2blob.c 74 int check2 = (selection_mask & checks[i]) != 0; local
81 return check2;
decode_der2key.c 166 int check2 = (desc->selection_mask & checks[i]) != 0; local
173 return check2;
encode_key2any.c 1032 int check2 = (selection_mask & checks[i]) != 0; local
1039 return check2;
  /src/crypto/external/apache2/openssl/dist/test/
namemap_internal_test.c 40 int check2 = ossl_namemap_name2num(nm, NAME2); local
50 && TEST_int_eq(num2, check2)
fake_rsaprov.c 911 int check2 = (desc->selection_mask & checks[i]) != 0; local
918 return check2;
tls-provider.c 1803 int check2 = (selection_mask & checks[i]) != 0; local
1810 return check2;
2296 int check2 = (desc->selection_mask & checks[i]) != 0; local
2303 return check2;
  /src/crypto/external/bsd/openssl/dist/test/
namemap_internal_test.c 40 int check2 = ossl_namemap_name2num(nm, NAME2); local
50 && TEST_int_eq(num2, check2)
  /src/external/mpl/bind/dist/tests/dns/
qp_test.c 483 static struct check_partialmatch check2[] = { local
490 check_partialmatch(qp, check2);
616 static struct check_qpchain check2[] = { local
621 check_qpchain(qp, check2);
784 static struct check_predecessors check2[] = { local
820 check_predecessors(qp, check2);
878 static struct check_predecessors check2[] = { local
886 check_predecessors(qp, check2);
  /src/external/bsd/pam-u2f/dist/
util.c 553 uint32_t check1, check2, tmp; local
607 // check1, check2
609 !ssh_get_u32(&decoded, &decoded_len, &check2)) {
610 debug_dbg(cfg, "Malformed SSH key (check1, check2)");
615 debug_dbg(cfg, "check2: %" PRIu32, check2);
617 if (check1 != check2) {
  /src/crypto/external/bsd/openssh/dist/
sshkey.c 2991 u_int blocksize, rounds, nkeys, encrypted_len, check1, check2; local
3096 (r = sshbuf_get_u32(decrypted, &check2)) != 0)
3098 if (check1 != check2) {

Completed in 62 milliseconds