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

/freebsd-10.2-release/crypto/heimdal/appl/telnet/libtelnet/
H A Denc-proto.h61 Encryptions *findencryption (int);
H A Dencrypt.c141 findencryption(int type) function
173 { { 0 }, 0, DIR_ENCRYPT, &encrypt_mode, findencryption },
534 ep = findencryption(use_type);
602 if (!(ep = findencryption(type))) {
833 if (!(ep = findencryption(type))) {
/freebsd-10.2-release/contrib/telnet/libtelnet/
H A Denc-proto.h59 Encryptions *findencryption(int);
H A Dencrypt.c149 findencryption(int type) function
181 { { 0 }, 0, DIR_ENCRYPT, &encrypt_mode, findencryption },
507 ep = findencryption(use_type);
575 if (!(ep = findencryption(type))) {
809 if (!(ep = findencryption(type))) {

Completed in 108 milliseconds