#include "src/core/tsi/alts/zero_copy_frame_protector/alts_zero_copy_grpc_protector.h"
#include <grpc/slice_buffer.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/slice/slice_internal.h"
#include "src/core/tsi/alts/crypt/gsec.h"
#include "src/core/tsi/alts/zero_copy_frame_protector/alts_iovec_record_protocol.h"
#include "src/core/tsi/transport_security_grpc.h"
#include "test/core/tsi/alts/crypt/gsec_test_util.h"
#include "test/core/util/test_config.h"
Go to the source code of this file.
Classes | |
struct | alts_zero_copy_grpc_protector_test_fixture |
struct | alts_zero_copy_grpc_protector_test_var |
Variables | |
constexpr size_t | kChannelMaxSize = 2048 |
constexpr size_t | kChannelMinSize = 128 |
constexpr size_t | kLargeBufferSize = 16384 |
constexpr size_t | kSealRepeatTimes = 50 |
constexpr size_t | kSmallBufferSize = 16 |
|
static |
Definition at line 105 of file alts_zero_copy_grpc_protector_test.cc.
|
static |
Definition at line 136 of file alts_zero_copy_grpc_protector_test.cc.
|
static |
Definition at line 149 of file alts_zero_copy_grpc_protector_test.cc.
|
static |
Definition at line 161 of file alts_zero_copy_grpc_protector_test.cc.
|
static |
Definition at line 282 of file alts_zero_copy_grpc_protector_test.cc.
|
static |
Definition at line 254 of file alts_zero_copy_grpc_protector_test.cc.
|
static |
Definition at line 86 of file alts_zero_copy_grpc_protector_test.cc.
|
static |
Definition at line 59 of file alts_zero_copy_grpc_protector_test.cc.
Definition at line 310 of file alts_zero_copy_grpc_protector_test.cc.
|
static |
Definition at line 71 of file alts_zero_copy_grpc_protector_test.cc.
|
static |
Definition at line 218 of file alts_zero_copy_grpc_protector_test.cc.
|
static |
Definition at line 176 of file alts_zero_copy_grpc_protector_test.cc.
|
constexpr |
Definition at line 39 of file alts_zero_copy_grpc_protector_test.cc.
|
constexpr |
Definition at line 40 of file alts_zero_copy_grpc_protector_test.cc.
|
constexpr |
Definition at line 38 of file alts_zero_copy_grpc_protector_test.cc.
|
constexpr |
Definition at line 36 of file alts_zero_copy_grpc_protector_test.cc.
|
constexpr |
Definition at line 37 of file alts_zero_copy_grpc_protector_test.cc.