Home
last modified time | relevance | path

Searched refs:myencrypt (Results 1 – 10 of 10) sorted by relevance

/dports/irc/atheme-services/atheme-7.2.9/modules/crypto/
H A Dircservices.c43 static int myencrypt(const char *src, int len, char *dest, int size) in myencrypt() function
84 return myencrypt(buf, strlen(buf), buf, size);
95 if (myencrypt(plaintext, strlen(plaintext), buf, sizeof(buf)) < 0) in check_password()
121 myencrypt(key, strlen(key), output, PASSMAX); in ircservices_crypt_string()
/dports/security/samhain-client/samhain-4.4.3/
H A Dconfigure.ac1915 myencrypt=yes
1920 myencrypt=no
1924 if test "x${myencrypt}" = "xyes"; then
H A Dconfigure11604 myencrypt=yes
11609 myencrypt=no
11615 if test "x${myencrypt}" = "xyes"; then
/dports/security/samhain-server/samhain-4.4.3/
H A Dconfigure.ac1915 myencrypt=yes
1920 myencrypt=no
1924 if test "x${myencrypt}" = "xyes"; then
H A Dconfigure11604 myencrypt=yes
11609 myencrypt=no
11615 if test "x${myencrypt}" = "xyes"; then
/dports/security/samhain/samhain-4.4.3/
H A Dconfigure.ac1915 myencrypt=yes
1920 myencrypt=no
1924 if test "x${myencrypt}" = "xyes"; then
H A Dconfigure11604 myencrypt=yes
11609 myencrypt=no
11615 if test "x${myencrypt}" = "xyes"; then
/dports/cad/electric/electric-7.00/src/misc/
H A Dprojecttool.c1761 myencrypt(typedstuff, x_("BicIsSchediwy")); in proj_wantpassword()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2194 void myencrypt(CHAR *text, CHAR *key);
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c4382 void myencrypt(CHAR *text, CHAR *key) in myencrypt() function