Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c85 static int decrypt_mode = 0; variable
187 decrypt_mode = 0; in encrypt_init()
254 if (decrypt_mode == ep->type) in EncryptDisable()
287 decrypt_mode = ep->type; in EncryptType()
326 if (decrypt_mode) { in EncryptStartInput()
394 ENCTYPE_NAME(decrypt_mode)); in encrypt_display()
418 } else if (decrypt_mode) { in EncryptStatus()
587 decrypt_mode = type; in encrypt_is()
646 if (!decrypt_mode) { in encrypt_start()
662 ENCTYPE_NAME(decrypt_mode)); in encrypt_start()
[all …]
/freebsd-13.1/contrib/telnet/libtelnet/
H A Dencrypt.c88 static int decrypt_mode = 0; variable
193 decrypt_mode = 0; in encrypt_init()
290 decrypt_mode = ep->type; in EncryptType()
329 if (decrypt_mode) { in EncryptStartInput()
391 ENCTYPE_NAME(decrypt_mode)); in encrypt_display()
407 ENCTYPE_NAME(decrypt_mode)); in EncryptStatus()
408 } else if (decrypt_mode) { in EncryptStatus()
411 ENCTYPE_NAME(decrypt_mode)); in EncryptStatus()
556 decrypt_mode = type; in encrypt_is()
615 if (!decrypt_mode) { in encrypt_start()
[all …]