Home
last modified time | relevance | path

Searched refs:CRYPT (Results 1 – 25 of 554) sorted by last modified time

12345678910>>...23

/dports/x11/metalock/metalock-0.8.0/src/
H A DMakefile36 CRYPT= -lcrypt macro
41 LIBS = -lc ${CRYPT} -L${X11LIB} -L${PREFIX}/lib -lX11 -lXext -lXpm ${OPT_LIBS}
/dports/www/sogo2/SOGo-2.4.1/SoObjects/SOGo/
H A DNSData+Crypto.m629 …* Hash the data with CRYPT-MD5 as used in /etc/passwd nowadays. Uses crypt() function to generate …
632 * @return Binary data from CRYPT-MD5 hashing. On error the funciton returns nil.
640 …* Hash the data with CRYPT-SHA256 as used in /etc/passwd nowadays. Uses crypt() function to genera…
643 * @return Binary data from CRYPT-SHA256 hashing. On error the funciton returns nil.
651 …* Hash the data with CRYPT-SHA512 as used in /etc/passwd nowadays. Uses crypt() function to genera…
654 * @return Binary data from CRYPT-SHA512 hashing. On error the funciton returns nil.
665 * @return Binary data from CRYPT-MD5 hashing. On error the funciton returns nil.
/dports/www/sogo-activesync/SOGo-5.4.0/
H A DCHANGELOG.md323 * **core:** add BLF-CRYPT scheme ([8c612fc](https://github.com/inverse-inc/sogo/commit/8c612fc0a2a2…
/dports/www/sogo-activesync/SOGo-5.4.0/SoObjects/SOGo/
H A DNSData+Crypto.m797 …* Hash the data with CRYPT-MD5 as used in /etc/passwd nowadays. Uses crypt() function to generate …
800 * @return Binary data from CRYPT-MD5 hashing. On error the funciton returns nil.
808 …* Hash the data with CRYPT-SHA256 as used in /etc/passwd nowadays. Uses crypt() function to genera…
811 * @return Binary data from CRYPT-SHA256 hashing. On error the funciton returns nil.
819 …* Hash the data with CRYPT-SHA512 as used in /etc/passwd nowadays. Uses crypt() function to genera…
822 * @return Binary data from CRYPT-SHA512 hashing. On error the funciton returns nil.
833 * @return Binary data from CRYPT-MD5 hashing. On error the funciton returns nil.
/dports/www/sogo/SOGo-5.4.0/
H A DCHANGELOG.md323 * **core:** add BLF-CRYPT scheme ([8c612fc](https://github.com/inverse-inc/sogo/commit/8c612fc0a2a2…
/dports/www/sogo/SOGo-5.4.0/SoObjects/SOGo/
H A DNSData+Crypto.m797 …* Hash the data with CRYPT-MD5 as used in /etc/passwd nowadays. Uses crypt() function to generate …
800 * @return Binary data from CRYPT-MD5 hashing. On error the funciton returns nil.
808 …* Hash the data with CRYPT-SHA256 as used in /etc/passwd nowadays. Uses crypt() function to genera…
811 * @return Binary data from CRYPT-SHA256 hashing. On error the funciton returns nil.
819 …* Hash the data with CRYPT-SHA512 as used in /etc/passwd nowadays. Uses crypt() function to genera…
822 * @return Binary data from CRYPT-SHA512 hashing. On error the funciton returns nil.
833 * @return Binary data from CRYPT-MD5 hashing. On error the funciton returns nil.
/dports/www/mod_auth_mysql_another/mod_auth_mysql-3.0.0/
H A Dmod_auth_mysql.c226 #ifdef CRYPT
/dports/sysutils/webmin/webmin-1.981/rbac/
H A Drbac-lib.pl814 open(CRYPT, "<".$config{'crypt_conf'});
815 while(<CRYPT>) {
827 close(CRYPT);
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DNetwork.c2650 CRYPT *c; in RUDPBulkSend()
2964 CRYPT *c; in RUDPProcessBulkRecvPacket()
3152 CRYPT *c; in RUDPProcessRecvPacket()
3681 CRYPT *c; in RUDPSendSegmentNow()
H A DEncrypt.h253 struct CRYPT struct
375 CRYPT *NewCrypt(void *key, UINT size);
376 void FreeCrypt(CRYPT *c);
377 void Encrypt(CRYPT *c, void *dst, void *src, UINT size);
H A DMemory.h235 CRYPT *Rc4;
H A DMayaType.h432 typedef struct CRYPT CRYPT; typedef
H A DEncrypt.c254 CRYPT *rc4; in EasyEncrypt()
288 CRYPT *rc4; in EasyDecrypt()
4264 CRYPT *NewCrypt(void *key, UINT size) in NewCrypt()
4266 CRYPT *c = ZeroMalloc(sizeof(CRYPT)); in NewCrypt()
4276 void FreeCrypt(CRYPT *c) in FreeCrypt()
4290 void Encrypt(CRYPT *c, void *dst, void *src, UINT size) in Encrypt()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DUdpAccel.c565 CRYPT *c; in UdpAccelSend()
722 CRYPT *c; in UdpAccelProcessRecvPacket()
H A DConnection.c2884 CRYPT *c1, *c2; in InitTcpSockRc4Key()
H A DConnection.h220 CRYPT *SendKey; // Transmission key
221 CRYPT *RecvKey; // Reception key
H A DClient.c10134 CRYPT *c; in DecryptPassword()
10154 CRYPT *c; in DecryptPassword2()
10177 CRYPT *c; in EncryptPassword()
10204 CRYPT *c; in EncryptPassword2()
/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DNetwork.c2650 CRYPT *c; in RUDPBulkSend()
2964 CRYPT *c; in RUDPProcessBulkRecvPacket()
3152 CRYPT *c; in RUDPProcessRecvPacket()
3681 CRYPT *c; in RUDPSendSegmentNow()
H A DEncrypt.h253 struct CRYPT struct
375 CRYPT *NewCrypt(void *key, UINT size);
376 void FreeCrypt(CRYPT *c);
377 void Encrypt(CRYPT *c, void *dst, void *src, UINT size);
H A DMemory.h235 CRYPT *Rc4;
H A DMayaType.h432 typedef struct CRYPT CRYPT; typedef
H A DEncrypt.c254 CRYPT *rc4; in EasyEncrypt()
288 CRYPT *rc4; in EasyDecrypt()
4265 CRYPT *NewCrypt(void *key, UINT size) in NewCrypt()
4267 CRYPT *c = ZeroMalloc(sizeof(CRYPT)); in NewCrypt()
4277 void FreeCrypt(CRYPT *c) in FreeCrypt()
4291 void Encrypt(CRYPT *c, void *dst, void *src, UINT size) in Encrypt()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DUdpAccel.c565 CRYPT *c; in UdpAccelSend()
722 CRYPT *c; in UdpAccelProcessRecvPacket()
H A DConnection.c2884 CRYPT *c1, *c2; in InitTcpSockRc4Key()
/dports/security/krb5-appl/krb5-appl-1.0.3/bsd/
H A Dkrlogind.c115 #define CRYPT macro
392 #ifdef CRYPT

12345678910>>...23