Home
last modified time | relevance | path

Searched defs:unprotected_bytes (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/core/tsi/
Dssl_transport_security_utils.cc75 tsi_result DoSslWrite(SSL* ssl, unsigned char* unprotected_bytes, in DoSslWrite()
96 tsi_result DoSslRead(SSL* ssl, unsigned char* unprotected_bytes, in DoSslRead()
128 tsi_result SslProtectorProtect(const unsigned char* unprotected_bytes, in SslProtectorProtect()
219 unsigned char* unprotected_bytes, in SslProtectorUnprotect()
Dtransport_security.cc82 const unsigned char* unprotected_bytes, in tsi_frame_protector_protect()
115 size_t* protected_frames_bytes_size, unsigned char* unprotected_bytes, in tsi_frame_protector_unprotect()
Dfake_transport_security.cc274 const unsigned char* unprotected_bytes, in fake_protector_protect()
364 size_t* protected_frames_bytes_size, unsigned char* unprotected_bytes, in fake_protector_unprotect()
Dssl_transport_security.cc1296 const unsigned char* unprotected_bytes, in ssl_protector_protect()
1322 size_t* protected_frames_bytes_size, unsigned char* unprotected_bytes, in ssl_protector_unprotect()
/third_party/grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc143 const unsigned char* unprotected_bytes, in alts_protect()
237 unsigned char* unprotected_bytes, in alts_unprotect()
/third_party/grpc/test/core/tsi/
Dssl_transport_security_utils_test.cc366 std::vector<uint8_t> unprotected_bytes(GetParam().plaintext_size, 'a'); in TEST_P() local
428 std::vector<uint8_t> unprotected_bytes(GetParam().plaintext_size, 'a'); in TEST_P() local