Home
last modified time | relevance | path

Searched refs:tls_context_custom_key_operation_options_properties (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/aws-crt-java/src/native/
H A Dtls_context_options.c158 …env, jni_custom_key_op, tls_context_custom_key_operation_options_properties.operation_handler_fiel… in Java_software_amazon_awssdk_crt_io_TlsContextOptions_tlsContextOptionsNew()
169 …env, jni_custom_key_op, tls_context_custom_key_operation_options_properties.certificate_file_path_… in Java_software_amazon_awssdk_crt_io_TlsContextOptions_tlsContextOptionsNew()
173 tls_context_custom_key_operation_options_properties.certificate_file_contents_field_id); in Java_software_amazon_awssdk_crt_io_TlsContextOptions_tlsContextOptionsNew()
H A Djava_class_ids.c416 …ls_context_custom_key_operation_options_properties tls_context_custom_key_operation_options_proper… variable
422 tls_context_custom_key_operation_options_properties.operation_handler_field_id = in s_cache_tls_context_custom_key_operation_options()
424 … AWS_FATAL_ASSERT(tls_context_custom_key_operation_options_properties.operation_handler_field_id); in s_cache_tls_context_custom_key_operation_options()
426 tls_context_custom_key_operation_options_properties.certificate_file_path_field_id = in s_cache_tls_context_custom_key_operation_options()
428 …AWS_FATAL_ASSERT(tls_context_custom_key_operation_options_properties.certificate_file_path_field_i… in s_cache_tls_context_custom_key_operation_options()
430 tls_context_custom_key_operation_options_properties.certificate_file_contents_field_id = in s_cache_tls_context_custom_key_operation_options()
432 …AWS_FATAL_ASSERT(tls_context_custom_key_operation_options_properties.certificate_file_contents_fie… in s_cache_tls_context_custom_key_operation_options()
H A Djava_class_ids.h183 tls_context_custom_key_operation_options_properties;