Searched refs:protected_frames_bytes (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/core/tsi/alts/frame_protector/ |
D | alts_frame_protector.cc | 233 const unsigned char* protected_frames_bytes, in alts_unprotect() argument 237 if (self == nullptr || protected_frames_bytes == nullptr || in alts_unprotect() 273 if (!alts_read_frame_bytes(impl->reader, protected_frames_bytes, in alts_unprotect()
|
/external/grpc-grpc/src/core/tsi/ |
D | transport_security.cc | 107 tsi_frame_protector* self, const unsigned char* protected_frames_bytes, in tsi_frame_protector_unprotect() argument 111 protected_frames_bytes == nullptr || in tsi_frame_protector_unprotect() 117 return self->vtable->unprotect(self, protected_frames_bytes, in tsi_frame_protector_unprotect()
|
D | transport_security.h | 44 const unsigned char* protected_frames_bytes,
|
D | transport_security_interface.h | 174 tsi_frame_protector* self, const unsigned char* protected_frames_bytes,
|
D | fake_transport_security.cc | 345 tsi_frame_protector* self, const unsigned char* protected_frames_bytes, in fake_protector_unprotect() argument 376 result = tsi_fake_frame_decode(protected_frames_bytes, in fake_protector_unprotect()
|
D | ssl_transport_security.cc | 910 tsi_frame_protector* self, const unsigned char* protected_frames_bytes, in ssl_protector_unprotect() argument 934 written_into_ssl = BIO_write(impl->network_io, protected_frames_bytes, in ssl_protector_unprotect()
|