HomeSort by: relevance | last modified time | path
    Searched refs:finddecryption (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libtelnet/
enc-proto.h 58 Encryptions *finddecryption(int);
encrypt.c 151 finddecryption(int type) function in typeref:typename:Encryptions *
172 { { 0 }, 0, DIR_DECRYPT, &decrypt_mode, finddecryption },
524 if (!(ep = finddecryption(type))) {
622 if ((ep = finddecryption(decrypt_mode)) != NULL) {

Completed in 12 milliseconds