Home
last modified time | relevance | path

Searched defs:test_vector (Results 1 – 25 of 69) sorted by relevance

123

/aosp_15_r20/external/tink/cc/subtle/
H A Dpem_parser_boringssl_test.cc500 RsaKeyTestVector test_vector = GetParam(); in TEST_P() local
524 RsaKeyTestVector test_vector = GetParam(); in TEST_P() local
559 EcKeyTestVector test_vector = GetParam(); in TEST_P() local
573 EcKeyTestVector test_vector = GetParam(); in TEST_P() local
591 EcKeyTestVector test_vector = GetParam(); in TEST_P() local
602 EcKeyTestVector test_vector = GetParam(); in TEST_P() local
612 EcKeyTestVector test_vector = GetParam(); in TEST_P() local
630 EcKeyTestVector test_vector = GetParam(); in TEST_P() local
H A Daes_gcm_siv_boringssl_test.cc134 internal::WycheproofTestVector test_vector = GetParam(); in SetUp() local
147 internal::WycheproofTestVector test_vector = GetParam(); in TEST_P() local
H A Dxchacha20_poly1305_boringssl_test.cc172 internal::WycheproofTestVector test_vector = GetParam(); in SetUp() local
185 internal::WycheproofTestVector test_vector = GetParam(); in TEST_P() local
H A Daes_gcm_boringssl_test.cc266 internal::WycheproofTestVector test_vector = GetParam(); in SetUp() local
278 internal::WycheproofTestVector test_vector = GetParam(); in TEST_P() local
H A Drsa_ssa_pss_verify_boringssl_test.cc69 NistTestVector test_vector = { in GetNistTestVector() local
241 const RsaSsaPssWycheproofTestVector& test_vector) { in GetVerifier()
/aosp_15_r20/trusty/user/base/app/hwaes-unittest/
Dhwaes-test.c70 struct test_vector { struct
71 uint32_t mode;
72 struct hwcrypt_arg_in key;
73 struct hwcrypt_arg_in iv;
74 struct hwcrypt_arg_in aad;
75 struct hwcrypt_arg_in tag;
76 struct hwcrypt_arg_in plaintext;
77 struct hwcrypt_arg_in ciphertext;
/aosp_15_r20/external/tink/cc/aead/internal/
H A Dssl_aead_test.cc581 WycheproofTestVector test_vector; member
592 const WycheproofTestVector& test_vector = params.test_vector; in SetUp() local
607 const WycheproofTestVector& test_vector = params.test_vector; in TEST_P() local
642 const WycheproofTestVector& test_vector = params.test_vector; in TEST_P() local
670 for (const WycheproofTestVector& test_vector : in GetWycheproofTestParams() local
679 for (const WycheproofTestVector& test_vector : in GetWycheproofTestParams() local
687 for (const WycheproofTestVector& test_vector : in GetWycheproofTestParams() local
H A Dzero_copy_aes_gcm_boringssl_test.cc176 WycheproofTestVector test_vector = GetParam(); in SetUp() local
188 WycheproofTestVector test_vector = GetParam(); in TEST_P() local
/aosp_15_r20/external/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc82 vector<int> test_vector{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}; in TEST() local
91 vector<std::string> test_vector{ in TEST() local
100 vector<int> test_vector{2, 1, 8, 5, 4, 6, 7, 3, 9, 12, 11, 10}; in TEST() local
2641 vector<int> test_vector(std::begin(a), std::end(a)); in TEST_P() local
2673 vector<std::string> test_vector; in TEST() local
2687 vector<std::string> test_vector; in TEST() local
2696 vector<int> test_vector; in TEST() local
2703 vector<int> test_vector; in TEST() local
2710 vector<int> test_vector; in TEST() local
2717 vector<int> test_vector; in TEST() local
[all …]
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/
H A Dgmock-matchers-containers_test.cc82 vector<int> test_vector{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}; in TEST() local
91 vector<std::string> test_vector{ in TEST() local
100 vector<int> test_vector{2, 1, 8, 5, 4, 6, 7, 3, 9, 12, 11, 10}; in TEST() local
2630 vector<int> test_vector(std::begin(a), std::end(a)); in TEST_P() local
2662 vector<std::string> test_vector; in TEST() local
2676 vector<std::string> test_vector; in TEST() local
2685 vector<int> test_vector; in TEST() local
2692 vector<int> test_vector; in TEST() local
2699 vector<int> test_vector; in TEST() local
2706 vector<int> test_vector; in TEST() local
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc82 vector<int> test_vector{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}; in TEST() local
91 vector<std::string> test_vector{ in TEST() local
100 vector<int> test_vector{2, 1, 8, 5, 4, 6, 7, 3, 9, 12, 11, 10}; in TEST() local
2630 vector<int> test_vector(std::begin(a), std::end(a)); in TEST_P() local
2662 vector<std::string> test_vector; in TEST() local
2676 vector<std::string> test_vector; in TEST() local
2685 vector<int> test_vector; in TEST() local
2692 vector<int> test_vector; in TEST() local
2699 vector<int> test_vector; in TEST() local
2706 vector<int> test_vector; in TEST() local
[all …]
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/algorithm/
H A Dcontainer_test.cc653 std::vector<int> test_vector = initial; in TEST() local
677 std::vector<int> test_vector = initial; in TEST() local
797 std::vector<int> test_vector = initial; in TEST() local
824 std::vector<int> test_vector = {2, 3, 1, 4}; in TEST() local
830 std::vector<int> test_vector = {2, 3, 1, 4}; in TEST() local
854 std::vector<Element> test_vector = {{1, 1}, {2, 1}, {2, 0}, {1, 0}, {2, 2}}; in TEST() local
862 std::vector<Element> test_vector = {{1, 1}, {2, 1}, {2, 0}, {1, 0}, {2, 2}}; in TEST() local
935 std::vector<int> test_vector = {1, 2, 3, 4}; in TEST() local
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/algorithm/
H A Dcontainer_test.cc650 std::vector<int> test_vector = initial; in TEST() local
674 std::vector<int> test_vector = initial; in TEST() local
794 std::vector<int> test_vector = initial; in TEST() local
821 std::vector<int> test_vector = {2, 3, 1, 4}; in TEST() local
827 std::vector<int> test_vector = {2, 3, 1, 4}; in TEST() local
851 std::vector<Element> test_vector = {{1, 1}, {2, 1}, {2, 0}, {1, 0}, {2, 2}}; in TEST() local
859 std::vector<Element> test_vector = {{1, 1}, {2, 1}, {2, 0}, {1, 0}, {2, 2}}; in TEST() local
932 std::vector<int> test_vector = {1, 2, 3, 4}; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/
Dcontainer_test.cc653 std::vector<int> test_vector = initial; in TEST() local
677 std::vector<int> test_vector = initial; in TEST() local
797 std::vector<int> test_vector = initial; in TEST() local
824 std::vector<int> test_vector = {2, 3, 1, 4}; in TEST() local
830 std::vector<int> test_vector = {2, 3, 1, 4}; in TEST() local
854 std::vector<Element> test_vector = {{1, 1}, {2, 1}, {2, 0}, {1, 0}, {2, 2}}; in TEST() local
862 std::vector<Element> test_vector = {{1, 1}, {2, 1}, {2, 0}, {1, 0}, {2, 2}}; in TEST() local
935 std::vector<int> test_vector = {1, 2, 3, 4}; in TEST() local
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc653 std::vector<int> test_vector = initial; in TEST() local
677 std::vector<int> test_vector = initial; in TEST() local
797 std::vector<int> test_vector = initial; in TEST() local
824 std::vector<int> test_vector = {2, 3, 1, 4}; in TEST() local
830 std::vector<int> test_vector = {2, 3, 1, 4}; in TEST() local
854 std::vector<Element> test_vector = {{1, 1}, {2, 1}, {2, 0}, {1, 0}, {2, 2}}; in TEST() local
862 std::vector<Element> test_vector = {{1, 1}, {2, 1}, {2, 0}, {1, 0}, {2, 2}}; in TEST() local
935 std::vector<int> test_vector = {1, 2, 3, 4}; in TEST() local
/aosp_15_r20/external/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc674 std::vector<int> test_vector = initial; in TEST() local
698 std::vector<int> test_vector = initial; in TEST() local
818 std::vector<int> test_vector = initial; in TEST() local
845 std::vector<int> test_vector = {2, 3, 1, 4}; in TEST() local
851 std::vector<int> test_vector = {2, 3, 1, 4}; in TEST() local
875 std::vector<Element> test_vector = {{1, 1}, {2, 1}, {2, 0}, {1, 0}, {2, 2}}; in TEST() local
883 std::vector<Element> test_vector = {{1, 1}, {2, 1}, {2, 0}, {1, 0}, {2, 2}}; in TEST() local
956 std::vector<int> test_vector = {1, 2, 3, 4}; in TEST() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc656 std::vector<int> test_vector = initial; in TEST() local
680 std::vector<int> test_vector = initial; in TEST() local
800 std::vector<int> test_vector = initial; in TEST() local
827 std::vector<int> test_vector = {2, 3, 1, 4}; in TEST() local
833 std::vector<int> test_vector = {2, 3, 1, 4}; in TEST() local
857 std::vector<Element> test_vector = {{1, 1}, {2, 1}, {2, 0}, {1, 0}, {2, 2}}; in TEST() local
865 std::vector<Element> test_vector = {{1, 1}, {2, 1}, {2, 0}, {1, 0}, {2, 2}}; in TEST() local
938 std::vector<int> test_vector = {1, 2, 3, 4}; in TEST() local
/aosp_15_r20/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
H A DCopyBitsTest.cpp39 for (auto test_vector : kTestVectorList) { in TEST() local
65 for (auto test_vector : kTestVectorList) { in TEST() local
/aosp_15_r20/external/cronet/net/cert/
H A Dct_log_verifier_unittest.cc167 std::vector<std::string> GetProof(const TestVectorType& test_vector) { in GetProof()
531 const ConsistencyProofTestVector& test_vector = in TEST_P() local
553 const AuditProofTestVector& test_vector = kAuditProofs[GetParam()]; in TEST_P() local
/aosp_15_r20/external/cronet/third_party/anonymous_tokens/src/anonymous_tokens/cpp/crypto/
H A Drsa_blind_signer_test.cc266 for (const auto &test_vector : test_vectors) { in TEST() local
284 for (const auto &test_vector : test_vectors) { in TEST() local
H A Drsa_ssa_pss_verifier_test.cc129 for (const auto &test_vector : test_vectors) { in TEST() local
153 for (const auto &test_vector : test_vectors) { in TEST() local
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc676 std::vector<int> test_vector = initial; in TEST() local
700 std::vector<int> test_vector = initial; in TEST() local
820 std::vector<int> test_vector = initial; in TEST() local
847 std::vector<int> test_vector = {2, 3, 1, 4}; in TEST() local
853 std::vector<int> test_vector = {2, 3, 1, 4}; in TEST() local
877 std::vector<Element> test_vector = {{1, 1}, {2, 1}, {2, 0}, {1, 0}, {2, 2}}; in TEST() local
885 std::vector<Element> test_vector = {{1, 1}, {2, 1}, {2, 0}, {1, 0}, {2, 2}}; in TEST() local
958 std::vector<int> test_vector = {1, 2, 3, 4}; in TEST() local
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/crypt/
H A Daes_gcm_test.cc715 gsec_aead_crypter* crypter, gsec_aead_test_vector* test_vector) { in gsec_test_encrypt_decrypt_test_vector()
761 gsec_aead_crypter** crypter, gsec_aead_test_vector* test_vector, in gsec_test_get_crypter_from_test_vector()
780 gsec_aead_test_vector* test_vector, bool rekey = false) { in gsec_test_verify_crypter_on_test_vector()
788 gsec_aead_test_vector** test_vector, const uint8_t* key, size_t key_length, in gsec_aead_malloc_test_vector()
807 static void gsec_aead_free_test_vector(gsec_aead_test_vector* test_vector) { in gsec_aead_free_test_vector()
/aosp_15_r20/external/clang/test/CodeGen/
H A Dppc64-align-struct.c168 struct test_vector { vector int x; }; struct
/aosp_15_r20/external/vixl/test/
H A Dtest-api.cc162 #define TEST_UINT(test_vector) \ in TEST() argument
171 #define TEST_INT(test_vector) \ in TEST() argument

123