Home
last modified time | relevance | path

Searched refs:gsec_test_expect_compare_code_and_substr (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/
H A Dalts_iovec_record_protocol_test.cc287 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in integrity_only_unsync_seal_unseal()
310 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in integrity_only_corrupted_data()
320 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in integrity_only_corrupted_data()
330 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in integrity_only_corrupted_data()
340 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in integrity_only_corrupted_data()
363 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in integrity_only_protect_input_check()
373 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in integrity_only_protect_input_check()
382 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in integrity_only_protect_input_check()
391 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in integrity_only_protect_input_check()
408 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in integrity_only_unprotect_input_check()
[all …]
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/frame_protector/
H A Dalts_crypter_test.cc161 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in alts_crypter_test_corrupted_unseal()
180 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in alts_crypter_test_corrupted_unseal()
199 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in alts_crypter_test_corrupted_unseal()
239 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in alts_crypter_test_unsync_seal_unseal()
263 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in alts_crypter_test_unsync_seal_unseal()
285 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in alts_crypter_test_input_sanity_check()
294 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in alts_crypter_test_input_sanity_check()
303 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in alts_crypter_test_input_sanity_check()
313 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in alts_crypter_test_input_sanity_check()
324 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in alts_crypter_test_input_sanity_check()
[all …]
H A Dalts_counter_test.cc48 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in alts_counter_test_input_sanity_check()
55 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in alts_counter_test_input_sanity_check()
63 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in alts_counter_test_input_sanity_check()
76 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in alts_counter_test_input_sanity_check()
82 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in alts_counter_test_input_sanity_check()
/aosp_15_r20/external/grpc-grpc/test/core/tsi/alts/crypt/
H A Daes_gcm_test.cc153 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in gsec_test_random_encrypt_decrypt()
175 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in gsec_test_random_encrypt_decrypt()
198 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in gsec_test_random_encrypt_decrypt()
215 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in gsec_test_random_encrypt_decrypt()
461 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in gsec_test_encryption_failure()
471 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in gsec_test_encryption_failure()
481 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in gsec_test_encryption_failure()
491 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in gsec_test_encryption_failure()
508 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in gsec_test_encryption_failure()
518 ASSERT_TRUE(gsec_test_expect_compare_code_and_substr( in gsec_test_encryption_failure()
[all …]
H A Dgsec_test_util.h84 int gsec_test_expect_compare_code_and_substr(grpc_status_code status1,
H A Dgsec_test_util.cc77 int gsec_test_expect_compare_code_and_substr(grpc_status_code status1, in gsec_test_expect_compare_code_and_substr() function