MCPcopy Create free account

hub / github.com/coinbase/cb-mpc / functions

Functions7,462 in github.com/coinbase/cb-mpc

↓ 2 callersFunctionTestRepeatWithEmptyFilter
Tests using --gtest_repeat when --gtest_filter specifies an empty set of tests.
vendors/googletest/googletest/test/gtest_repeat_test.cc:151
↓ 2 callersMethodTestSehExceptions
(self, test_output)
vendors/googletest/googletest/test/googletest-catch-exceptions-test.py:88
↓ 2 callersFunctionThreadLocal
vendors/googletest/googletest/include/gtest/internal/gtest-port.h:1800
↓ 2 callersFunctionToUnixLineEnding
Changes all Windows/Mac line endings in s to UNIX line endings.
vendors/googletest/googlemock/test/gmock_output_test.py:58
↓ 2 callersFunctionToUnixLineEnding
Changes all Windows/Mac line endings in s to UNIX line endings.
vendors/googletest/googletest/test/googletest-output-test.py:96
↓ 2 callersFunctionTransformTupleValues
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:737
↓ 2 callersFunctionTryTestSubroutine
This function calls a test subroutine, catches the fatal failure it generates, and then returns early.
vendors/googletest/googletest/test/googletest-output-test_.cc:64
↓ 2 callersMethodUnary
vendors/googletest/googlemock/test/gmock-more-actions_test.cc:155
↓ 2 callersFunctionUnexpectedHRESULTFailure
vendors/googletest/googletest/test/gtest_unittest.cc:4000
↓ 2 callersFunctionUniqueInt
vendors/googletest/googlemock/test/gmock-actions_test.cc:2059
↓ 2 callersMethodUnlock
vendors/googletest/googletest/include/gtest/internal/gtest-port.h:1913
↓ 2 callersMethod_GetChildren
Fetches all of the child nodes of element, a DOM Element object. Returns them as the values of a dictionary keyed by the IDs of the children.
vendors/googletest/googletest/test/gtest_xml_test_utils.py:131
↓ 2 callersMethod_GetJsonOutput
Returns the JSON output generated by running the program gtest_prog_name. Furthermore, the program's exit code must be expected_exit_code. A
vendors/googletest/googletest/test/googletest-json-output-unittest.py:769
↓ 2 callersMethod_GetXmlOutput
Returns the XML output generated by running the program gtest_prog_name. Furthermore, the program's exit code must be expected_exit_code. Ar
vendors/googletest/googletest/test/gtest_xml_output_unittest.py:394
↓ 2 callersFunction_ParseAndStripGTestFlags
Parses and strips Google Test flags from argv. This is idempotent.
vendors/googletest/googletest/test/gtest_test_utils.py:78
↓ 2 callersMethod_TestOutFile
(self, test_name, expected)
vendors/googletest/googletest/test/googletest-json-outfiles-test.py:151
↓ 2 callersMethod_TestOutFile
(self, test_name, expected_xml)
vendors/googletest/googletest/test/gtest_xml_outfiles_test.py:116
↓ 2 callersMethod_TestOutput
(self, test_format, expected_output)
vendors/googletest/googletest/test/gtest_list_output_unittest.py:270
↓ 2 callersMethodabort
demo-api/hd_keyset_ecdsa_2p/main.cpp:58
↓ 2 callersMethodabort
demo-api/schnorr_2p_pve_batch_backup/main.cpp:53
↓ 2 callersFunctionaddBenchmarkToDataJson
( benchName: string, bench: Benchmark, data: DataJson, maxItems: number | null, )
vendors/github-action-benchmark/src/write.ts:327
↓ 2 callersMethodadd_scalar
src/cbmpc/crypto/base_paillier.cpp:179
↓ 2 callersMethodassertFailFastXmlAndTxtOutput
Assert XML and text output of a test execution.
vendors/googletest/googletest/test/googletest-failfast-unittest.py:242
↓ 2 callersMethodassertXmlStatusCount
(self, status, count, xml)
vendors/googletest/googletest/test/googletest-failfast-unittest.py:234
↓ 2 callersFunctionassign_big_endian
vendors/secp256k1/src/tests.c:6838
↓ 2 callersMethodbarrett_reduce
src/cbmpc/crypto/base_bn256.cpp:999
↓ 2 callersMethodbin
include-internal/cbmpc/internal/protocol/ot.h:63
↓ 2 callersFunctionbn_cmp_ct
src/cbmpc/crypto/base_bn.cpp:710
↓ 2 callersFunctionbn_copy
src/cbmpc/crypto/base_mod.cpp:144
↓ 2 callersFunctionbn_skip
src/cbmpc/crypto/base_mod.cpp:137
↓ 2 callersFunctionbuild_internal_leaf_key_ptrs
src/cbmpc/api/pve_batch_ac.cpp:94
↓ 2 callersMethodcalculate
src/cbmpc/crypto/base.cpp:299
↓ 2 callersFunctioncalculate_geomean
Extract all real/cpu times from all the benchmarks as seconds, and calculate their geomean.
vendors/google-benchmark/tools/gbench/report.py:185
↓ 2 callersFunctioncardinality_specified
Returns true if and only if the user specified the cardinality explicitly using a .Times().
vendors/googletest/googlemock/include/gmock/gmock-spec-builders.h:759
↓ 2 callersFunctioncbmpc_eddsa_2p_refresh
src/cbmpc/c_api/eddsa2pc.cpp:46
↓ 2 callersMethodcheck_partial_decryption_helper
src/cbmpc/crypto/tdh2.cpp:104
↓ 2 callersFunctioncheck_zero
Helper functions for testing (moved from the library as they are test-only)
tests/unit/crypto/test_elgamal.cpp:11
↓ 2 callersMethodclear
include-internal/cbmpc/internal/crypto/base.h:70
↓ 2 callersMethodcnd_sub_raw
src/cbmpc/crypto/base_bn256.cpp:683
↓ 2 callersFunctioncnd_sub_words
src/cbmpc/crypto/base_mod.cpp:224
↓ 2 callersFunctioncnd_swap
src/cbmpc/crypto/base_mod.cpp:192
↓ 2 callersFunctioncollect_leaf_names
src/cbmpc/api/access_structure_util.h:66
↓ 2 callersFunctioncolor_format
Return the result of 'fmt_str.format(*args, **kwargs)' after transforming 'args' and 'kwargs' according to the value of 'use_color'. If 'use_
vendors/google-benchmark/tools/gbench/report.py:55
↓ 2 callersFunctioncombine
src/cbmpc/crypto/tdh2.cpp:155
↓ 2 callersFunctioncommentFooter
()
vendors/github-action-benchmark/src/write.ts:157
↓ 2 callersFunctioncommitted_group_broadcast
include-internal/cbmpc/internal/protocol/committed_broadcast.h:53
↓ 2 callersFunctioncommitted_pairwise_broadcast
include-internal/cbmpc/internal/protocol/committed_broadcast.h:13
↓ 2 callersMethodcomplexity
vendors/google-benchmark/src/benchmark_api_internal.h:34
↓ 2 callersFunctionconstant_time_value_barrier
include-internal/cbmpc/internal/core/utils.h:146
↓ 2 callersMethodconvert
include-internal/cbmpc/internal/zk/zk_ec.h:80
↓ 2 callersMethodconvert
ac stands for access structure
src/cbmpc/crypto/secret_sharing.cpp:116
↓ 2 callersMethodcopy_point
src/cbmpc/crypto/base_ecc.cpp:231
↓ 2 callersFunctioncreate_parser
()
vendors/google-benchmark/tools/compare.py:59
↓ 2 callersFunctioncrypto_ec_group_2_name
src/cbmpc/crypto/base_ecc.cpp:84
↓ 2 callersMethodct_add_support
Report the support level for constant-time point addition
include-internal/cbmpc/internal/crypto/base_ecc.h:125
↓ 2 callersFunctionct_get3
src/cbmpc/crypto/base_ec_core.cpp:60
↓ 2 callersFunctioncurve_msg_to_bn
include-internal/cbmpc/internal/protocol/util.h:68
↓ 2 callersMethoddecrypt
src/cbmpc/crypto/tdh2.cpp:68
↓ 2 callersMethoddecrypt
src/cbmpc/protocol/pve.cpp:147
↓ 2 callersFunctiondecrypt_batch_ecies_p256_hsm
src/cbmpc/api/pve_batch_single_recipient.cpp:215
↓ 2 callersFunctiondemo_curve
demo-api/hd_keyset_ecdsa_2p/main.cpp:218
↓ 2 callersFunctiondeserialize_ac_key_blob
src/cbmpc/api/schnorr_mp.cpp:165
↓ 2 callersFunctiondeserialize_ac_key_blob
src/cbmpc/api/eddsa_mp.cpp:168
↓ 2 callersFunctiondeserialize_ac_key_blob
src/cbmpc/api/ecdsa_mp.cpp:189
↓ 2 callersFunctiondeserialize_key_blob
src/cbmpc/api/schnorr_mp.cpp:105
↓ 2 callersFunctiondeserialize_key_blob
src/cbmpc/api/eddsa_mp.cpp:106
↓ 2 callersFunctiondeserialize_key_blob
src/cbmpc/api/ecdsa_mp.cpp:129
↓ 2 callersFunctiondie
demo-cpp/parallel_transport/main.cpp:21
↓ 2 callersFunctiondie
demo-api/ecdsa_mp_pve_backup/main.cpp:33
↓ 2 callersFunctiondie
demo-api/hd_keyset_ecdsa_2p/main.cpp:30
↓ 2 callersFunctiondie
demo-api/schnorr_2p_pve_batch_backup/main.cpp:25
↓ 2 callersFunctiondiv_ceil
include-internal/cbmpc/internal/crypto/base_bn.h:37
↓ 2 callersFunctiondudect_free
tests/dudect/dudect_util/dudect.h:512
↓ 2 callersFunctiondudect_init
tests/dudect/dudect_util/dudect.h:486
↓ 2 callersFunctiondudect_main
tests/dudect/dudect_util/dudect.h:467
↓ 2 callersMethode_max
include-internal/cbmpc/internal/zk/fischlin.h:50
↓ 2 callersMethodencrypt
src/cbmpc/protocol/pve_batch.cpp:5
↓ 2 callersMethodencrypt_oaep_with_seed
src/cbmpc/crypto/base_rsa_oaep.cpp:191
↓ 2 callersFunctionequ
src/cbmpc/crypto/ec25519_core.cpp:939
↓ 2 callersFunctionexercise_curve
tests/unit/api/test_hd_keyset_ecdsa_2p.cpp:27
↓ 2 callersFunctionexercise_curve
tests/unit/api/test_ecdsa2pc.cpp:94
↓ 2 callersFunctionexercise_detach_attach
tests/unit/api/test_ecdsa2pc.cpp:180
↓ 2 callersFunctionexercise_dkg_ac_round_trip
tests/unit/api/test_tdh2.cpp:99
↓ 2 callersFunctionexercise_dkg_round_trip
tests/unit/api/test_tdh2.cpp:30
↓ 2 callersFunctionexpect_eq_cmems
tests/unit/c_api/test_tdh2.cpp:28
↓ 2 callersFunctionexpected_Q
tests/unit/c_api/test_pve_batch.cpp:17
↓ 2 callersFunctionextractCustomBenchmarkResult
(output: string)
vendors/github-action-benchmark/src/extract.ts:660
↓ 2 callersFunctionextract_Q_from_key_blob
src/cbmpc/api/schnorr_mp.cpp:40
↓ 2 callersFunctionextract_field
(partition, field_name)
vendors/google-benchmark/tools/gbench/report.py:203
↓ 2 callersMethodfailed_test_suite_count
Gets the number of failed test suites.
vendors/googletest/googletest/src/gtest.cc:1100
↓ 2 callersMethodfamily_index
vendors/google-benchmark/src/benchmark_api_internal.h:25
↓ 2 callersFunctionfe_freeze
src/cbmpc/crypto/ec25519_core.cpp:11
↓ 2 callersFunctionfetch
(...args: unknown[])
vendors/github-action-benchmark/test/write.spec.ts:104
↓ 2 callersFunctionfib
vendors/github-action-benchmark/examples/cpp/fib.hpp:4
↓ 2 callersFunctionfib
(u: u32)
vendors/github-action-benchmark/examples/rust/src/lib.rs:1
↓ 2 callersFunctionfib
vendors/github-action-benchmark/examples/catch2/fib.hpp:4
↓ 2 callersFunctionfib
(n)
vendors/github-action-benchmark/examples/benchmarkjs/index.js:1
↓ 2 callersFunctionfilter_benchmark
Apply a filter to the json, and only leave the 'family' of benchmarks.
vendors/google-benchmark/tools/gbench/report.py:98
↓ 2 callersMethodfind
include-internal/cbmpc/internal/crypto/secret_sharing.h:105
↓ 2 callersFunctionfind_benchmark_flag
Search the specified list of flags for a flag matching `<prefix><arg>` and if it is found return the arg it specifies. If specified more than
vendors/google-benchmark/tools/gbench/util.py:94
← previousnext →1,801–1,900 of 7,462, ranked by callers