Searched refs:check_identity (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/test/core/security/ |
D | security_connector_test.cc | 103 static int check_identity(const grpc_auth_context* ctx, in check_identity() function 193 GPR_ASSERT(check_identity(ctx, GRPC_X509_CN_PROPERTY_NAME, &expected_cn, 1)); in test_cn_only_ssl_peer_to_auth_context() 230 check_identity(ctx, GRPC_X509_SAN_PROPERTY_NAME, &expected_san, 1)); in test_cn_and_one_san_ssl_peer_to_auth_context() 270 GPR_ASSERT(check_identity(ctx, GRPC_X509_SAN_PROPERTY_NAME, expected_sans, in test_cn_and_multiple_sans_ssl_peer_to_auth_context() 316 GPR_ASSERT(check_identity(ctx, GRPC_X509_SAN_PROPERTY_NAME, expected_sans, in test_cn_and_multiple_sans_and_others_ssl_peer_to_auth_context()
|