Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c141 findencryption(int type) in findencryption() function
173 { { 0 }, 0, DIR_ENCRYPT, &encrypt_mode, findencryption },
534 ep = findencryption(use_type); in encrypt_support()
602 if (!(ep = findencryption(type))) { in encrypt_reply()
833 if (!(ep = findencryption(type))) { in encrypt_start_output()
H A Denc-proto.h61 Encryptions *findencryption (int);
/freebsd-13.1/contrib/telnet/libtelnet/
H A Dencrypt.c145 findencryption(int type) in findencryption() function
177 { { 0 }, 0, DIR_ENCRYPT, &encrypt_mode, findencryption },
503 ep = findencryption(use_type); in encrypt_support()
571 if (!(ep = findencryption(type))) { in encrypt_reply()
805 if (!(ep = findencryption(type))) { in encrypt_start_output()
H A Denc-proto.h55 Encryptions *findencryption(int);