Home
last modified time | relevance | path

Searched refs:encrypt_buf (Results 1 – 25 of 37) sorted by relevance

12

/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A Dvms-validate.c36 char encrypt_buf[8]; local
69 hash_vms_password(encrypt_buf,password_buf,i,user_entry->pw_name,
71 if (memcmp(encrypt_buf,user_entry->pw_passwd,8) == 0)
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/tests/suites/
H A Dtest_suite_cipher.function1150 unsigned char *encrypt_buf = NULL;
1291 ASSERT_ALLOC( encrypt_buf, encrypt_buf_len - 1 );
1299 mbedtls_free( encrypt_buf );
1300 encrypt_buf = NULL;
1305 ASSERT_ALLOC( encrypt_buf, encrypt_buf_len );
1315 TEST_ASSERT( memcmp( encrypt_buf + cipher->len,
1318 mbedtls_free( encrypt_buf );
1319 encrypt_buf = NULL;
1410 ASSERT_ALLOC( encrypt_buf, cipher->len );
1412 tmp_cipher = encrypt_buf;
[all …]
/dports/net/binkd/binkd-1.0.4/
H A Dcrypt.h36 void encrypt_buf (char *buf, unsigned int bufsize, unsigned long keys[3]);
H A Dcrypt.c136 void encrypt_buf (char *buf, unsigned int bufsize, unsigned long keys[3]) in encrypt_buf() function
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/pcp_con/
H A Dpcp_worker.c403 char encrypt_buf[(MD5_PASSWD_LEN+1)*2]; in user_authenticate() local
477 encrypt_buf + MD5_PASSWD_LEN + 1); in user_authenticate()
478 encrypt_buf[(MD5_PASSWD_LEN+1)*2-1] = '\0'; in user_authenticate()
480 pool_md5_encrypt(encrypt_buf+MD5_PASSWD_LEN+1, salt, salt_len, in user_authenticate()
481 encrypt_buf); in user_authenticate()
482 encrypt_buf[MD5_PASSWD_LEN] = '\0'; in user_authenticate()
484 if (strcmp(encrypt_buf, packet_password) == 0) in user_authenticate()
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/pcp_con/
H A Dpcp_worker.c405 char encrypt_buf[(MD5_PASSWD_LEN + 1) * 2]; in user_authenticate() local
480 encrypt_buf + MD5_PASSWD_LEN + 1); in user_authenticate()
481 encrypt_buf[(MD5_PASSWD_LEN + 1) * 2 - 1] = '\0'; in user_authenticate()
483 pool_md5_encrypt(encrypt_buf + MD5_PASSWD_LEN + 1, salt, salt_len, in user_authenticate()
484 encrypt_buf); in user_authenticate()
485 encrypt_buf[MD5_PASSWD_LEN] = '\0'; in user_authenticate()
487 if (strcmp(encrypt_buf, packet_password) == 0) in user_authenticate()
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/pcp_con/
H A Dpcp_worker.c404 char encrypt_buf[(MD5_PASSWD_LEN+1)*2]; in user_authenticate() local
478 encrypt_buf + MD5_PASSWD_LEN + 1); in user_authenticate()
479 encrypt_buf[(MD5_PASSWD_LEN+1)*2-1] = '\0'; in user_authenticate()
481 pool_md5_encrypt(encrypt_buf+MD5_PASSWD_LEN+1, salt, salt_len, in user_authenticate()
482 encrypt_buf); in user_authenticate()
483 encrypt_buf[MD5_PASSWD_LEN] = '\0'; in user_authenticate()
485 if (strcmp(encrypt_buf, packet_password) == 0) in user_authenticate()
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/pcp_con/
H A Dpcp_worker.c405 char encrypt_buf[(MD5_PASSWD_LEN + 1) * 2]; in user_authenticate() local
480 encrypt_buf + MD5_PASSWD_LEN + 1); in user_authenticate()
481 encrypt_buf[(MD5_PASSWD_LEN + 1) * 2 - 1] = '\0'; in user_authenticate()
483 pool_md5_encrypt(encrypt_buf + MD5_PASSWD_LEN + 1, salt, salt_len, in user_authenticate()
484 encrypt_buf); in user_authenticate()
485 encrypt_buf[MD5_PASSWD_LEN] = '\0'; in user_authenticate()
487 if (strcmp(encrypt_buf, packet_password) == 0) in user_authenticate()
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/pcp_con/
H A Dpcp_worker.c424 char encrypt_buf[(MD5_PASSWD_LEN + 1) * 2]; in user_authenticate() local
499 encrypt_buf + MD5_PASSWD_LEN + 1); in user_authenticate()
500 encrypt_buf[(MD5_PASSWD_LEN + 1) * 2 - 1] = '\0'; in user_authenticate()
502 pool_md5_encrypt(encrypt_buf + MD5_PASSWD_LEN + 1, salt, salt_len, in user_authenticate()
503 encrypt_buf); in user_authenticate()
504 encrypt_buf[MD5_PASSWD_LEN] = '\0'; in user_authenticate()
506 if (strcmp(encrypt_buf, packet_password) == 0) in user_authenticate()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/pcp_con/
H A Dpcp_worker.c428 char encrypt_buf[(MD5_PASSWD_LEN + 1) * 2]; in user_authenticate() local
503 encrypt_buf + MD5_PASSWD_LEN + 1); in user_authenticate()
504 encrypt_buf[(MD5_PASSWD_LEN + 1) * 2 - 1] = '\0'; in user_authenticate()
506 pool_md5_encrypt(encrypt_buf + MD5_PASSWD_LEN + 1, salt, salt_len, in user_authenticate()
507 encrypt_buf); in user_authenticate()
508 encrypt_buf[MD5_PASSWD_LEN] = '\0'; in user_authenticate()
510 if (strcmp(encrypt_buf, packet_password) == 0) in user_authenticate()
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/libs/pcp/
H A Dpcp.c280 char encrypt_buf[(MD5_PASSWD_LEN + 1) * 2]; in pcp_authorize() local
325 encrypt_buf + MD5_PASSWD_LEN + 1); in pcp_authorize()
326 encrypt_buf[(MD5_PASSWD_LEN + 1) * 2 - 1] = '\0'; in pcp_authorize()
328 pool_md5_encrypt(encrypt_buf + MD5_PASSWD_LEN + 1, salt, 4, in pcp_authorize()
329 encrypt_buf); in pcp_authorize()
330 encrypt_buf[MD5_PASSWD_LEN] = '\0'; in pcp_authorize()
333 wsize = htonl((strlen(username) + 1 + strlen(encrypt_buf) + 1) + sizeof(int)); in pcp_authorize()
336 pcp_write(pcpConn->pcpConn, encrypt_buf, strlen(encrypt_buf) + 1); in pcp_authorize()
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/libs/pcp/
H A Dpcp.c280 char encrypt_buf[(MD5_PASSWD_LEN + 1) * 2]; in pcp_authorize() local
325 encrypt_buf + MD5_PASSWD_LEN + 1); in pcp_authorize()
326 encrypt_buf[(MD5_PASSWD_LEN + 1) * 2 - 1] = '\0'; in pcp_authorize()
328 pool_md5_encrypt(encrypt_buf + MD5_PASSWD_LEN + 1, salt, 4, in pcp_authorize()
329 encrypt_buf); in pcp_authorize()
330 encrypt_buf[MD5_PASSWD_LEN] = '\0'; in pcp_authorize()
333 wsize = htonl((strlen(username) + 1 + strlen(encrypt_buf) + 1) + sizeof(int)); in pcp_authorize()
336 pcp_write(pcpConn->pcpConn, encrypt_buf, strlen(encrypt_buf) + 1); in pcp_authorize()
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/libs/pcp/
H A Dpcp.c277 char encrypt_buf[(MD5_PASSWD_LEN+1)*2]; in pcp_authorize() local
322 encrypt_buf + MD5_PASSWD_LEN + 1); in pcp_authorize()
323 encrypt_buf[(MD5_PASSWD_LEN+1)*2-1] = '\0'; in pcp_authorize()
325 pool_md5_encrypt(encrypt_buf+MD5_PASSWD_LEN+1, salt, 4, in pcp_authorize()
326 encrypt_buf); in pcp_authorize()
327 encrypt_buf[MD5_PASSWD_LEN] = '\0'; in pcp_authorize()
330 wsize = htonl((strlen(username)+1 + strlen(encrypt_buf)+1) + sizeof(int)); in pcp_authorize()
333 pcp_write(pcpConn->pcpConn, encrypt_buf, strlen(encrypt_buf)+1); in pcp_authorize()
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/libs/pcp/
H A Dpcp.c277 char encrypt_buf[(MD5_PASSWD_LEN+1)*2]; in pcp_authorize() local
322 encrypt_buf + MD5_PASSWD_LEN + 1); in pcp_authorize()
323 encrypt_buf[(MD5_PASSWD_LEN+1)*2-1] = '\0'; in pcp_authorize()
325 pool_md5_encrypt(encrypt_buf+MD5_PASSWD_LEN+1, salt, 4, in pcp_authorize()
326 encrypt_buf); in pcp_authorize()
327 encrypt_buf[MD5_PASSWD_LEN] = '\0'; in pcp_authorize()
330 wsize = htonl((strlen(username)+1 + strlen(encrypt_buf)+1) + sizeof(int)); in pcp_authorize()
333 pcp_write(pcpConn->pcpConn, encrypt_buf, strlen(encrypt_buf)+1); in pcp_authorize()
/dports/comms/qico/qico-15673bf/src/
H A Dcrc.h66 void encrypt_buf(char *, size_t, unsigned long *);
H A Dcrc.c236 void encrypt_buf(char *buf, size_t bufsize, unsigned long keys[]) in encrypt_buf() function
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/libs/pcp/
H A Dpcp.c281 char encrypt_buf[(MD5_PASSWD_LEN + 1) * 2]; in pcp_authorize() local
326 encrypt_buf + MD5_PASSWD_LEN + 1); in pcp_authorize()
327 encrypt_buf[(MD5_PASSWD_LEN + 1) * 2 - 1] = '\0'; in pcp_authorize()
329 pool_md5_encrypt(encrypt_buf + MD5_PASSWD_LEN + 1, salt, 4, in pcp_authorize()
330 encrypt_buf); in pcp_authorize()
331 encrypt_buf[MD5_PASSWD_LEN] = '\0'; in pcp_authorize()
334 wsize = htonl((strlen(username) + 1 + strlen(encrypt_buf) + 1) + sizeof(int)); in pcp_authorize()
337 pcp_write(pcpConn->pcpConn, encrypt_buf, strlen(encrypt_buf) + 1); in pcp_authorize()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/libs/pcp/
H A Dpcp.c280 char encrypt_buf[(MD5_PASSWD_LEN + 1) * 2]; in pcp_authorize() local
325 encrypt_buf + MD5_PASSWD_LEN + 1); in pcp_authorize()
326 encrypt_buf[(MD5_PASSWD_LEN + 1) * 2 - 1] = '\0'; in pcp_authorize()
328 pool_md5_encrypt(encrypt_buf + MD5_PASSWD_LEN + 1, salt, 4, in pcp_authorize()
329 encrypt_buf); in pcp_authorize()
330 encrypt_buf[MD5_PASSWD_LEN] = '\0'; in pcp_authorize()
333 wsize = htonl((strlen(username) + 1 + strlen(encrypt_buf) + 1) + sizeof(int)); in pcp_authorize()
336 pcp_write(pcpConn->pcpConn, encrypt_buf, strlen(encrypt_buf) + 1); in pcp_authorize()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/libkirk/
H A Damctrl.c128 static int encrypt_buf(u8 *buf, int size, u8 *key, int key_type) in encrypt_buf() function
265 retv = encrypt_buf(kirk_buf, ksize, mkey->key, type); in sceDrmBBMacUpdate()
345 retv = encrypt_buf(kirk_buf, 0x10, tmp1, code); in sceDrmBBMacFinal()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/deps/libkirk/
H A Damctrl.c128 static int encrypt_buf(u8 *buf, int size, u8 *key, int key_type) in encrypt_buf() function
265 retv = encrypt_buf(kirk_buf, ksize, mkey->key, type); in sceDrmBBMacUpdate()
345 retv = encrypt_buf(kirk_buf, 0x10, tmp1, code); in sceDrmBBMacFinal()
/dports/devel/firmware-utils/firmware-utils-20111222/
H A Dbuffalo-lib.h91 int encrypt_buf(struct enc_param *ep, unsigned char *hdr,
H A Dbuffalo-enc.c156 err = encrypt_buf(&ep, buf, &buf[hdrlen]); in encrypt_file()
/dports/net-im/icmpchat/icmpchat-0.6/
H A DChanges9 * Fixed serious format string bugs when calling encrypt_buf()
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dopenvpn.h98 struct buffer encrypt_buf; member
/dports/net/vtun/vtun-3.0.4/
H A Dlfd_encrypt.c310 static int encrypt_buf(int len, char *in, char **out) in encrypt_buf() function
749 encrypt_buf,

12