Home
last modified time | relevance | path

Searched refs:salt_pass (Results 1 – 6 of 6) sorted by relevance

/dports/archivers/lrzip/lrzip-0.631/
H A Dlrzip.c609 control->salt_pass = calloc(PASS_LEN, 1); in get_hash()
611 if (unlikely(!passphrase || !testphrase || !control->salt_pass || !control->hash)) { in get_hash()
619 mlock(control->salt_pass, PASS_LEN); in get_hash()
656 memcpy(control->salt_pass, control->salt, SALT_LEN); in get_hash()
657 memcpy(control->salt_pass + SALT_LEN, passphrase, PASS_LEN - SALT_LEN); in get_hash()
669 memset(control->salt_pass, 0, PASS_LEN); in release_hashes()
671 munlock(control->salt_pass, PASS_LEN); in release_hashes()
673 free(control->salt_pass); in release_hashes()
H A Dutil.c346 memcpy(buf + HASH_LEN + SALT_LEN, control->salt_pass, control->salt_pass_len); in lrz_keygen()
351 memcpy(buf + HASH_LEN + SALT_LEN, control->salt_pass, control->salt_pass_len); in lrz_keygen()
438 sha4_update(&ctx, control->salt_pass, control->salt_pass_len); in lrz_stretch()
H A Dlrzip_private.h420 uchar *salt_pass; member
H A Drunzip.c433 if (unlikely(!lrz_decrypt(control, md5_stored, MD5_DIGEST_SIZE, control->salt_pass))) in runzip_fd()
H A Drzip.c1186 … if (unlikely(!lrz_encrypt(control, control->md5_resblock, MD5_DIGEST_SIZE, control->salt_pass))) { in rzip_fd()
/dports/science/openbabel/openbabel-3.1.1/src/formats/libinchi/
H A Dichi_bns.c4235 …int bError, nChanges, nTotChanges, taut_found, salt_found, taut_pass, salt_pass, salt_step, ret, r… in mark_alt_bonds_and_taut_groups() local
4515 salt_pass = 0; in mark_alt_bonds_and_taut_groups()
4538 if ( taut_found && !salt_pass ) { in mark_alt_bonds_and_taut_groups()
4626 if ( !nChanges && salt_pass && salt_step ) { in mark_alt_bonds_and_taut_groups()
4678 salt_pass ++; in mark_alt_bonds_and_taut_groups()
4682 if ( !nChanges && salt_pass ) { /* one attachment migration */ in mark_alt_bonds_and_taut_groups()
4701 salt_pass ++; in mark_alt_bonds_and_taut_groups()