Searched defs:unprotected_bytes (Results 1 – 6 of 6) sorted by relevance
| /third_party/grpc/src/core/tsi/ |
| D | ssl_transport_security_utils.cc | 75 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()
|
| D | transport_security.cc | 82 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()
|
| D | fake_transport_security.cc | 274 const unsigned char* unprotected_bytes, in fake_protector_protect() 364 size_t* protected_frames_bytes_size, unsigned char* unprotected_bytes, in fake_protector_unprotect()
|
| D | ssl_transport_security.cc | 1296 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/ |
| D | alts_frame_protector.cc | 143 const unsigned char* unprotected_bytes, in alts_protect() 237 unsigned char* unprotected_bytes, in alts_unprotect()
|
| /third_party/grpc/test/core/tsi/ |
| D | ssl_transport_security_utils_test.cc | 366 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
|