GRPC C++  1.26.0
Namespaces | Functions
tls_credentials_options_util.cc File Reference
#include "src/cpp/common/tls_credentials_options_util.h"
#include <grpcpp/security/tls_credentials_options.h>

Namespaces

 grpc_impl
 An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation.
 
 grpc_impl::experimental
 

Functions

grpc_tls_key_materials_config * grpc_impl::experimental::ConvertToCKeyMaterialsConfig (const std::shared_ptr< TlsKeyMaterialsConfig > &config)
 Converts the Cpp key materials to C key materials; this allocates memory for the C key materials. More...
 
int grpc_impl::experimental::TlsCredentialReloadConfigCSchedule (void *, grpc_tls_credential_reload_arg *arg)
 The C schedule and cancel functions for the credential reload config. More...
 
void grpc_impl::experimental::TlsCredentialReloadConfigCCancel (void *, grpc_tls_credential_reload_arg *arg)
 
void grpc_impl::experimental::TlsCredentialReloadArgDestroyContext (void *context)
 The following 2 functions cleanup data created in the above C schedule functions. More...
 
int grpc_impl::experimental::TlsServerAuthorizationCheckConfigCSchedule (void *, grpc_tls_server_authorization_check_arg *arg)
 The C schedule and cancel functions for the server authorization check config. More...
 
void grpc_impl::experimental::TlsServerAuthorizationCheckConfigCCancel (void *, grpc_tls_server_authorization_check_arg *arg)
 
void grpc_impl::experimental::TlsServerAuthorizationCheckArgDestroyContext (void *context)