Lines Matching refs:GRPCAPI
50 GRPCAPI const grpc_auth_property* grpc_auth_property_iterator_next(
54 GRPCAPI grpc_auth_property_iterator
59 GRPCAPI grpc_auth_property_iterator
64 GRPCAPI grpc_auth_property_iterator grpc_auth_context_find_properties_by_name(
69 GRPCAPI const char* grpc_auth_context_peer_identity_property_name(
73 GRPCAPI int grpc_auth_context_peer_is_authenticated(
78 GRPCAPI grpc_auth_context* grpc_call_auth_context(grpc_call* call);
81 GRPCAPI void grpc_auth_context_release(grpc_auth_context* context);
89 GRPCAPI void grpc_auth_context_add_property(grpc_auth_context* ctx,
94 GRPCAPI void grpc_auth_context_add_cstring_property(grpc_auth_context* ctx,
100 GRPCAPI int grpc_auth_context_set_peer_identity_property_name(
112 GRPCAPI grpc_ssl_session_cache* grpc_ssl_session_cache_create_lru(
116 GRPCAPI void grpc_ssl_session_cache_destroy(grpc_ssl_session_cache* cache);
119 GRPCAPI grpc_arg
131 GRPCAPI void grpc_channel_credentials_release(grpc_channel_credentials* creds);
136 GRPCAPI grpc_channel_credentials* grpc_google_default_credentials_create(void);
152 GRPCAPI void grpc_set_ssl_roots_override_callback(
204 GRPCAPI grpc_channel_credentials* grpc_ssl_credentials_create(
218 GRPCAPI void grpc_call_credentials_release(grpc_call_credentials* creds);
221 GRPCAPI grpc_channel_credentials* grpc_composite_channel_credentials_create(
226 GRPCAPI grpc_call_credentials* grpc_composite_call_credentials_create(
233 GRPCAPI grpc_call_credentials* grpc_google_compute_engine_credentials_create(
236 GRPCAPI gpr_timespec grpc_max_auth_token_lifetime(void);
243 GRPCAPI grpc_call_credentials*
254 GRPCAPI grpc_call_credentials* grpc_google_refresh_token_credentials_create(
259 GRPCAPI grpc_call_credentials* grpc_access_token_credentials_create(
263 GRPCAPI grpc_call_credentials* grpc_google_iam_credentials_create(
346 GRPCAPI grpc_call_credentials* grpc_metadata_credentials_create_from_plugin(
358 GRPCAPI grpc_channel* grpc_secure_channel_create(
371 GRPCAPI void grpc_server_credentials_release(grpc_server_credentials* creds);
390 GRPCAPI grpc_ssl_server_certificate_config*
397 GRPCAPI void grpc_ssl_server_certificate_config_destroy(
422 GRPCAPI grpc_server_credentials* grpc_ssl_server_credentials_create(
430 GRPCAPI grpc_server_credentials* grpc_ssl_server_credentials_create_ex(
443 GRPCAPI grpc_ssl_server_credentials_options*
455 GRPCAPI grpc_ssl_server_credentials_options*
461 GRPCAPI void grpc_ssl_server_credentials_options_destroy(
466 GRPCAPI grpc_server_credentials*
475 GRPCAPI int grpc_server_add_secure_http2_port(grpc_server* server,
483 GRPCAPI grpc_call_error grpc_call_set_credentials(grpc_call* call,
515 GRPCAPI void grpc_server_credentials_set_auth_metadata_processor(
534 GRPCAPI grpc_alts_credentials_options*
541 GRPCAPI grpc_alts_credentials_options*
552 GRPCAPI void grpc_alts_credentials_client_options_add_target_service_account(
563 GRPCAPI void grpc_alts_credentials_options_destroy(
574 GRPCAPI grpc_channel_credentials* grpc_alts_credentials_create(
585 GRPCAPI grpc_server_credentials* grpc_alts_server_credentials_create(
598 GRPCAPI grpc_channel_credentials* grpc_local_credentials_create(
609 GRPCAPI grpc_server_credentials* grpc_local_server_credentials_create(