Searched refs:context_string (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/scapy/scapy/layers/tls/ |
H A D | handshake.py | 857 context_string = "TLS 1.3, client CertificateVerify" 859 context_string = "TLS 1.3, server CertificateVerify" 860 m = b"\x20"*64 + context_string + b"\x00" + s.wcs.hash.digest(m) 874 context_string = b"TLS 1.3, server CertificateVerify" 876 context_string = b"TLS 1.3, client CertificateVerify" 877 m = b"\x20"*64 + context_string + b"\x00" + s.rcs.hash.digest(m)
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/windows/ |
H A D | windows_endpoint.cc | 41 void DumpSliceBuffer(SliceBuffer* buffer, absl::string_view context_string) { in DumpSliceBuffer() argument 44 gpr_log(GPR_INFO, "%s: %.*s", context_string.data(), str.length(), in DumpSliceBuffer()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/windows/ |
D | windows_endpoint.cc | 41 void DumpSliceBuffer(SliceBuffer* buffer, absl::string_view context_string) { in DumpSliceBuffer() argument 44 gpr_log(GPR_INFO, "%s: %.*s", context_string.data(), str.length(), in DumpSliceBuffer()
|