Home
last modified time | relevance | path

Searched defs:writeUint24 (Results 1 – 3 of 3) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dssl.c213 int writeUint24( INOUT STREAM *stream, IN_LENGTH_Z const int length ) in writeUint24() function
/dports/java/bouncycastle15/crypto-169/tls/src/main/java/org/bouncycastle/tls/
H A DTlsUtils.java373 public static void writeUint24(int i, OutputStream output) in writeUint24() method in TlsUtils
381 public static void writeUint24(int i, byte[] buf, int offset) in writeUint24() method in TlsUtils
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuTexture.cpp89 inline void writeUint24 (deUint8* dst, deUint32 val) in writeUint24() function