Home
last modified time | relevance | path

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

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/jinterface/java_src/com/ericsson/otp/erlang/
H A DOtpConnection.java226 return receiveMsg().getMsgBuf(); in receiveBuf()
263 return receiveMsg(timeout).getMsgBuf(); in receiveBuf()
H A DOtpMbox.java221 return receiveMsg().getMsgBuf(); in receiveBuf()
246 return m.getMsgBuf(); in receiveBuf()
H A DOtpMsg.java153 OtpInputStream getMsgBuf() { in getMsgBuf() method in OtpMsg
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/jinterface/java_src/com/ericsson/otp/erlang/
H A DOtpConnection.java226 return receiveMsg().getMsgBuf(); in receiveBuf()
263 return receiveMsg(timeout).getMsgBuf(); in receiveBuf()
H A DOtpMbox.java221 return receiveMsg().getMsgBuf(); in receiveBuf()
246 return m.getMsgBuf(); in receiveBuf()
H A DOtpMsg.java153 OtpInputStream getMsgBuf() { in getMsgBuf() method in OtpMsg
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/jinterface/java_src/com/ericsson/otp/erlang/
H A DOtpConnection.java279 return receiveMsg().getMsgBuf(); in receiveBuf()
316 return receiveMsg(timeout).getMsgBuf(); in receiveBuf()
H A DOtpMbox.java223 return receiveMsg().getMsgBuf(); in receiveBuf()
248 return m.getMsgBuf(); in receiveBuf()
H A DOtpMsg.java193 OtpInputStream getMsgBuf() { in getMsgBuf() method in OtpMsg
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/jinterface/java_src/com/ericsson/otp/erlang/
H A DOtpConnection.java279 return receiveMsg().getMsgBuf(); in receiveBuf()
316 return receiveMsg(timeout).getMsgBuf(); in receiveBuf()
H A DOtpMbox.java223 return receiveMsg().getMsgBuf(); in receiveBuf()
248 return m.getMsgBuf(); in receiveBuf()
H A DOtpMsg.java193 OtpInputStream getMsgBuf() { in getMsgBuf() method in OtpMsg
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/jinterface/java_src/com/ericsson/otp/erlang/
H A DOtpConnection.java279 return receiveMsg().getMsgBuf(); in receiveBuf()
316 return receiveMsg(timeout).getMsgBuf(); in receiveBuf()
H A DOtpMbox.java223 return receiveMsg().getMsgBuf(); in receiveBuf()
248 return m.getMsgBuf(); in receiveBuf()
H A DOtpMsg.java193 OtpInputStream getMsgBuf() { in getMsgBuf() method in OtpMsg
/dports/lang/erlang/otp-OTP-24.1.7/lib/jinterface/java_src/com/ericsson/otp/erlang/
H A DOtpConnection.java279 return receiveMsg().getMsgBuf(); in receiveBuf()
316 return receiveMsg(timeout).getMsgBuf(); in receiveBuf()
H A DOtpMbox.java223 return receiveMsg().getMsgBuf(); in receiveBuf()
248 return m.getMsgBuf(); in receiveBuf()
H A DOtpMsg.java193 OtpInputStream getMsgBuf() { in getMsgBuf() method in OtpMsg
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/jinterface/java_src/com/ericsson/otp/erlang/
H A DOtpConnection.java279 return receiveMsg().getMsgBuf(); in receiveBuf()
316 return receiveMsg(timeout).getMsgBuf(); in receiveBuf()
H A DOtpMbox.java223 return receiveMsg().getMsgBuf(); in receiveBuf()
248 return m.getMsgBuf(); in receiveBuf()
H A DOtpMsg.java193 OtpInputStream getMsgBuf() { in getMsgBuf() method in OtpMsg
/dports/security/zebedee/zebedee-2.5.3/
H A Dzebedee.c574 void getMsgBuf(MsgBuf_t *msg, void *buffer, unsigned short size);
1372 getMsgBuf(MsgBuf_t *msg, void *buffer, unsigned short size) in getMsgBuf() function
3576 getMsgBuf(msg, challenge, CHALLENGE_SIZE); in clientPerformChallenge()
3615 getMsgBuf(msg, challenge, CHALLENGE_SIZE); in clientPerformChallenge()
3673 getMsgBuf(msg, challenge, CHALLENGE_SIZE); in serverPerformChallenge()
3696 getMsgBuf(msg, challenge, CHALLENGE_SIZE); in serverPerformChallenge()
5845 getMsgBuf(msg, generator, MAX_LINE_SIZE); in client()
5859 getMsgBuf(msg, modulus, MAX_LINE_SIZE); in client()
5873 getMsgBuf(msg, serverDhKey, MAX_LINE_SIZE); in client()
6755 getMsgBuf(msg, clientDhKey, MAX_LINE_SIZE); in server()