Home
last modified time | relevance | path

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

/freebsd/contrib/telnet/libtelnet/
H A Denc_des.c56 #define IN_PROGRESS (NO_SEND_IV|NO_RECV_IV|NO_KEYID) macro
183 state = IN_PROGRESS; in fb64_start()
189 state = IN_PROGRESS; in fb64_start()
279 state = fbp->state[DIR_DECRYPT-1] = IN_PROGRESS; in fb64_is()
339 state = IN_PROGRESS; in fb64_reply()
429 state = IN_PROGRESS; in fb64_keyid()
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Denc_des.c63 #define IN_PROGRESS (NO_SEND_IV|NO_RECV_IV|NO_KEYID) macro
189 state = IN_PROGRESS; in fb64_start()
195 state = IN_PROGRESS; in fb64_start()
290 state = fbp->state[DIR_DECRYPT-1] = IN_PROGRESS; in fb64_is()
349 state = IN_PROGRESS; in fb64_reply()
437 state = IN_PROGRESS; in fb64_keyid()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc286 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator
413 outcome_(IN_PROGRESS), in DeathTestImpl()
620 case IN_PROGRESS: in Passed()