Home
last modified time | relevance | path

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

/haiku/src/libs/libtelnet/
H A Dencrypt.c91 static int autoencrypt = 0; variable
462 autoencrypt ? "enabled" : "disabled"); in EncryptAutoEnc()
599 autoencrypt = 0; in encrypt_reply()
602 if (ret == 0 && autoencrypt) in encrypt_reply()
693 autoencrypt = 1; in encrypt_request_start()
749 if ((ret == 0) && (dir == DIR_ENCRYPT) && autoencrypt) in encrypt_keyid()
784 autoencrypt ^= 1; in encrypt_auto()
786 autoencrypt = on ? 1 : 0; in encrypt_auto()
913 while (autoencrypt && !encrypt_output) in encrypt_wait()