Home
last modified time | relevance | path

Searched refs:daos (Results 1 – 1 of 1) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DSslSessionWrapper.java297 DataOutputStream daos = new DataOutputStream(baos); in toBytes() local
299 daos.writeInt(OPEN_SSL_WITH_TLS_SCT.value); // session type ID in toBytes()
303 daos.writeInt(data.length); in toBytes()
304 daos.write(data); in toBytes()
307 daos.writeInt(peerCertificates.length); in toBytes()
311 daos.writeInt(data.length); in toBytes()
312 daos.write(data); in toBytes()
316 daos.writeInt(1); in toBytes()
317 daos.writeInt(peerOcspStapledResponse.length); in toBytes()
318 daos.write(peerOcspStapledResponse); in toBytes()
[all …]