Home
last modified time | relevance | path

Searched defs:expected_key (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc963 std::string actual_section, actual_key, expected_section = "abc", expected_key = "def"; in TEST_F_WITH_FLAGS() local
998 std::string actual_section, actual_key, expected_section = "abc", expected_key = "def"; in TEST_F_WITH_FLAGS() local
1085 std::string actual_section, actual_key, expected_section = "abc", expected_key = "def"; in TEST_F_WITH_FLAGS() local
1133 expected_key = "def"; in TEST_F_WITH_FLAGS() local
1179 std::string actual_section, actual_key, expected_section = "abc", expected_key = "def"; in TEST_F_WITH_FLAGS() local
1235 std::string actual_key, expected_key = "def"; in TEST_F_WITH_FLAGS() local
1291 std::string actual_section, actual_key, expected_section = "abc", expected_key = "def"; in TEST_F_WITH_FLAGS() local
1400 expected_key = "def"; in TEST_F_WITH_FLAGS() local
1507 expected_key = "def"; in TEST_F_WITH_FLAGS() local
1668 expected_key = "def"; in TEST_F_WITH_FLAGS() local
[all …]
/aosp_15_r20/external/libchrome/components/policy/core/common/
H A Dschema_unittest.cc409 const char* expected_key; in TEST() member
487 const char* expected_key; in TEST() member
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dcrypto_utils_test.cc251 const absl::string_view expected_key{key_str, key_size}; in TEST_F() local
/aosp_15_r20/external/rust/crates/openssl/src/
Dpkcs5.rs262 let expected_key = vec![ in bytes_to_key() localVariable
/aosp_15_r20/external/zucchini/
H A Dzucchini_apply.cc157 offset_t expected_key = targets.KeyForNearestOffset(projected_target); in ApplyReferencesCorrection() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c948 __u32 expected_key = 0, res_first_key; in test_bpf_array_map() local
1042 __u32 expected_key = 0, expected_val = 0; in test_bpf_percpu_array_map() local
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_fuser.cpp272 auto expected_key = registerFusion(fg0); in TEST_F() local
/aosp_15_r20/bionic/tests/
H A Dsearch_test.cpp219 static void AssertEntry(ENTRY* e, const char* expected_key, const char* expected_data) { in AssertEntry()
/aosp_15_r20/external/python/google-auth-library-python/tests/transport/
Dtest__mtls_helper.py48 def check_cert_and_key(content, expected_cert, expected_key): argument
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_test/src/
Dp256.rs122 let expected_key = E::PublicKey::from_sec1_bytes(&sec1).unwrap(); in from_affine_coordinates_test() localVariable
/aosp_15_r20/external/tink/cc/daead/
H A Daes_siv_proto_serialization_test.cc228 util::StatusOr<AesSivKey> expected_key = AesSivKey::Create( in TEST_P() local
/aosp_15_r20/external/tink/cc/mac/
H A Dhmac_proto_serialization_test.cc255 util::StatusOr<HmacKey> expected_key = HmacKey::Create( in TEST_P() local
/aosp_15_r20/external/tink/cc/aead/
H A Daes_gcm_proto_serialization_test.cc284 util::StatusOr<AesGcmKey> expected_key = AesGcmKey::Create( in TEST_P() local
/aosp_15_r20/external/tink/cc/signature/
H A Ded25519_proto_serialization_test.cc229 util::StatusOr<Ed25519PublicKey> expected_key = Ed25519PublicKey::Create( in TEST_P() local
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ciphertext_processor/
Dsender_data_key.rs218 expected_key: Vec<u8>, field
/aosp_15_r20/trusty/user/app/storage/
Drpmb.c95 const struct rpmb_key expected_key) { in rpmb_dprint_key()
/aosp_15_r20/external/cronet/url/
H A Durl_parse_unittest.cc511 const char* expected_key, in NthParameterIs()
/aosp_15_r20/system/security/mls/mls-rs-crypto-boringssl/src/
H A Dhpke.rs350 let expected_key: [u8; 16] = decode_hex("4531685d41d65f03dc48f6b8302c05b0"); in kdf_labeled_expand() localVariable
/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Dcredentials_test.cc1009 void assert_query_parameters(const URI& uri, absl::string_view expected_key, in assert_query_parameters()