Home
last modified time | relevance | path

Searched refs:decrypt_string (Results 1 – 25 of 29) sorted by relevance

12

/dports/irc/evangeline/evangeline-msa/modules/blowfish.mod/
H A Dblowfish.c314 static char *decrypt_string(char *key, char *str) in decrypt_string() function
369 p = decrypt_string(argv[1], argv[2]);
411 (Function) decrypt_string,
437 add_hook(HOOK_DECRYPT_STRING, (Function) decrypt_string); in blowfish_start()
/dports/irc/evangeline/evangeline/modules/blowfish.mod/
H A Dblowfish.c313 static char *decrypt_string(char *key, char *str) in decrypt_string() function
368 p = decrypt_string(argv[1], argv[2]);
410 (Function) decrypt_string,
436 add_hook(HOOK_DECRYPT_STRING, (Function) decrypt_string); in blowfish_start()
/dports/irc/irssi-fish/FiSH-irssi-5295563/src/
H A Dblowfish.h17 int decrypt_string(const char *key, const char *str, char *dest, int len);
H A Dblowfish.c80 decrypt_string (const char *key, const char *str, char *dest, int len) in decrypt_string() function
H A DFiSH.c32 decrypt_string((char *)iniKey, iniValue.key + 4, theKey, in getContactKey()
195 decrypt_string(iniValue.key, msg_ptr, bf_dest, msg_len); in FiSH_decrypt()
750 decrypt_string(old_iniKey, value + 4, bfKey, strlen(value + 4)); in recrypt_ini_file()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/include/
H A Dfish.h326 int decrypt_string(char *key, char *str, char *dest, int len);
/dports/chinese/bitchx/bitchx-1.2.1/dll/blowfish/
H A Dblowfish.c268 static char *decrypt_string (char * key, char * str) in decrypt_string() function
318 p = decrypt_string(argv[1], argv[2]);
350 r = decrypt_string(p, q); in BUILT_IN_FUNCTION()
/dports/irc/bitchx/bitchx-1.2.1/dll/blowfish/
H A Dblowfish.c268 static char *decrypt_string (char * key, char * str) in decrypt_string() function
318 p = decrypt_string(argv[1], argv[2]);
350 r = decrypt_string(p, q); in BUILT_IN_FUNCTION()
/dports/irc/eggdrop/eggdrop-1.9.1/src/mod/blowfish.mod/
H A Dblowfish.c610 static char *decrypt_string(char *key, char *str) in decrypt_string() function
654 p = decrypt_string(argv[1], argv[2]);
701 (Function) decrypt_string,
732 add_hook(HOOK_DECRYPT_STRING, (Function) decrypt_string); in blowfish_start()
/dports/irc/evangeline/evangeline-msa/src/
H A Dmodules.c144 char *(*decrypt_string) (char *, char *) = 0; variable
938 decrypt_string = (char *(*)(char *, char *)) func; in add_hook()
1011 if (decrypt_string == (char *(*)(char *, char *)) func) in del_hook()
1012 decrypt_string = (char *(*)(char *, char *)) null_func; in del_hook()
H A Dexp.c284 tmp = decrypt_string(crcfileCryptKey, tmps); in checkFileCrc()
483 decryptedStr = decrypt_string(userfileCryptKey, tmpStr); in decryptFile()
H A Dproto.h28 extern char *(*decrypt_string) (char *, char *);
H A Dusers.c707 s = decrypt_string(key, str2Decrypt); in readuserfile()
/dports/irc/evangeline/evangeline/src/
H A Dmodules.c144 char *(*decrypt_string) (char *, char *) = 0; variable
939 decrypt_string = (char *(*)(char *, char *)) func; in add_hook()
1012 if (decrypt_string == (char *(*)(char *, char *)) func) in del_hook()
1013 decrypt_string = (char *(*)(char *, char *)) null_func; in del_hook()
H A Dexp.c283 tmp = decrypt_string(crcfileCryptKey, tmps); in checkFileCrc()
482 decryptedStr = decrypt_string(userfileCryptKey, tmpStr); in decryptFile()
H A Dproto.h28 extern char *(*decrypt_string) (char *, char *);
/dports/irc/eggdrop/eggdrop-1.9.1/src/
H A Dmodules.c164 char *(*decrypt_string) (char *, char *) = 0; variable
1061 decrypt_string = (char *(*)(char *, char *)) func; in add_hook()
1143 if (decrypt_string == (char *(*)(char *, char *)) func) in del_hook()
1144 decrypt_string = (char *(*)(char *, char *)) null_func; in del_hook()
H A Dproto.h50 extern char *(*decrypt_string) (char *, char *);
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dfish.c271 int decrypt_string(char *key, char *str, char *dest, int len) { in decrypt_string() function
410 decrypt_string(key, src, dest, len);
/dports/www/htdigest/httpd-2.4.6/modules/session/
H A Dmod_session_crypto.c224 static apr_status_t decrypt_string(request_rec * r, const apr_crypto_t *f, in decrypt_string() function
385 res = decrypt_string(r, f, dconf, z->encoded, &encoded); in session_crypto_decode()
/dports/www/apache24/httpd-2.4.53/modules/session/
H A Dmod_session_crypto.c361 static apr_status_t decrypt_string(request_rec * r, const apr_crypto_t *f, in decrypt_string() function
543 res = decrypt_string(r, f, dconf, z->encoded, &encoded); in session_crypto_decode()
/dports/irc/evangeline/evangeline-msa/modules/
H A Dmodule.h472 # define decrypt_string(a, b) \ macro
/dports/irc/evangeline/evangeline/modules/
H A Dmodule.h471 # define decrypt_string(a, b) \ macro
/dports/irc/eggdrop/eggdrop-1.9.1/src/mod/
H A Dmodule.h536 # define decrypt_string(a, b) \ macro
/dports/net/samba412/samba-4.12.15/python/samba/netcmd/
H A Duser.py2155 decrypt_string = str(res[0]["decryptSambaGPG"][0])
2156 assert(decrypt_string in ["TRUE", "FALSE"])
2157 if decrypt_string == "TRUE":

12