Home
last modified time | relevance | path

Searched refs:hash_format (Results 1 – 25 of 44) sorted by relevance

12

/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dhash-format.h4 struct hash_format;
9 int hash_format_init(const char *format_string, struct hash_format **format_r,
12 void hash_format_loop(struct hash_format *format,
15 void hash_format_write(struct hash_format *format, string_t *dest);
17 void hash_format_reset(struct hash_format *format);
19 void hash_format_deinit(struct hash_format **format, string_t *dest);
21 void hash_format_deinit_free(struct hash_format **format);
H A Dhash-format.c25 struct hash_format { struct
80 hash_format_string_analyze(struct hash_format *format, const char *str, in hash_format_string_analyze()
120 struct hash_format *format; in hash_format_init()
125 format = p_new(pool, struct hash_format, 1); in hash_format_init()
144 void hash_format_loop(struct hash_format *format, in hash_format_loop()
153 void hash_format_reset(struct hash_format *format) in hash_format_reset()
197 void hash_format_write(struct hash_format *format, string_t *dest) in hash_format_write()
229 void hash_format_deinit(struct hash_format **_format, string_t *dest) in hash_format_deinit()
231 struct hash_format *format = *_format; in hash_format_deinit()
239 void hash_format_deinit_free(struct hash_format **_format) in hash_format_deinit_free()
[all …]
H A Dtest-hash-format.c36 struct hash_format *format; in test_hash_format()
/dports/devel/py-pyelftools/pyelftools-0.27/elftools/elf/
H A Dhash.py122 hash_format = '<I' if self.elffile.little_endian else '>I'
126 cur_hash = struct.unpack(hash_format, self.elffile.stream.read(self._wordsize))[0]
154 hash_format = '<I' if self.elffile.little_endian else '>I'
156 cur_hash = struct.unpack(hash_format, self.elffile.stream.read(self._wordsize))[0]
/dports/mail/dovecot/dovecot-2.3.17/src/lib-mail/
H A Distream-attachment-extractor.c325 hash_format_loop(astream->set.hash_format, in astream_add_body()
333 hash_format_loop(astream->set.hash_format, in astream_add_body()
381 hash_format_reset(astream->set.hash_format); in astream_decode_base64()
394 hash_format_loop(astream->set.hash_format, in astream_decode_base64()
479 hash_format_write(astream->set.hash_format, digest_str); in astream_part_finish()
507 hash_format_write(astream->set.hash_format, digest_str); in astream_part_finish()
556 hash_format_reset(astream->set.hash_format); in astream_part_reset()
688 hash_format_deinit_free(&astream->set.hash_format); in i_stream_attachment_extractor_close()
706 i_assert(set->hash_format != NULL); in i_stream_create_attachment_extractor()
717 set->hash_format = NULL; in i_stream_create_attachment_extractor()
H A Distream-attachment-extractor.h26 struct hash_format *hash_format; member
/dports/devel/scons/SCons-4.2.0/SCons/
H A DUtil.py1694 def set_hash_format(hash_format): argument
1705 _HASH_FORMAT = hash_format
1706 if hash_format:
1746 def _get_hash_object(hash_format): argument
1755 if hash_format is None:
1763 if not hasattr(hashlib, hash_format):
1768 hash_format)
1770 return getattr(hashlib, hash_format)()
1773 def hash_signature(s, hash_format=None): argument
1784 m = _get_hash_object(hash_format)
[all …]
H A DSConsign.py66 hash_format = SCons.Util.get_hash_format()
67 if hash_format is None:
70 DB_Name = ".sconsign_%s" % hash_format
/dports/mail/rspamd/rspamd-3.1/conf/modules.d/
H A Drbl.conf164 hash_format = "base32";
228 hash_format = 'base32';
/dports/mail/rspamd-devel/rspamd-93430bb/conf/modules.d/
H A Drbl.conf164 hash_format = "base32";
228 hash_format = 'base32';
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/functions/
H A Dpassword.php52 $hash_format = sprintf("$2y$%02d$", $cost);
125 $hash = $hash_format . $salt;
/dports/lang/php73/php-7.3.33/ext/standard/
H A Dpassword.c460 char hash_format[10]; in PHP_FUNCTION() local
475 …hash_format_len = snprintf(hash_format, sizeof(hash_format), "$2y$%02" ZEND_LONG_FMT_SPEC "$", cos… in PHP_FUNCTION()
482 sprintf(ZSTR_VAL(hash), "%s%s", hash_format, ZSTR_VAL(salt)); in PHP_FUNCTION()
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Dpassword.c460 char hash_format[10]; in PHP_FUNCTION() local
475 …hash_format_len = snprintf(hash_format, sizeof(hash_format), "$2y$%02" ZEND_LONG_FMT_SPEC "$", cos… in PHP_FUNCTION()
482 sprintf(ZSTR_VAL(hash), "%s%s", hash_format, ZSTR_VAL(salt)); in PHP_FUNCTION()
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/vendor/ircmaxell/password-compat/lib/
H A Dpassword.php66 $hash_format = sprintf("$2y$%02d$", $cost);
153 $hash = $hash_format . $salt;
/dports/finance/prestashop/prestashop/vendor/ircmaxell/password-compat/lib/
H A Dpassword.php66 $hash_format = sprintf("$2y$%02d$", $cost);
153 $hash = $hash_format . $salt;
/dports/net-mgmt/ocsinventory-ocsreports/ocsinventory-ocsreports/vendor/ircmaxell/password-compat/lib/
H A Dpassword.php66 $hash_format = sprintf("$2y$%02d$", $cost);
153 $hash = $hash_format . $salt;
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/ircmaxell/password-compat/lib/
H A Dpassword.php66 $hash_format = sprintf("$2y$%02d$", $cost);
153 $hash = $hash_format . $salt;
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/ircmaxell/password-compat/lib/
H A Dpassword.php66 $hash_format = sprintf("$2y$%02d$", $cost);
153 $hash = $hash_format . $salt;
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/libraries/vendor/ircmaxell/password-compat/lib/
H A Dpassword.php66 $hash_format = sprintf("$2y$%02d$", $cost);
153 $hash = $hash_format . $salt;
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dpassword.c181 char hash_format[10]; in php_password_bcrypt_hash() local
196 …hash_format_len = snprintf(hash_format, sizeof(hash_format), "$2y$%02" ZEND_LONG_FMT_SPEC "$", cos… in php_password_bcrypt_hash()
203 sprintf(ZSTR_VAL(hash), "%s%s", hash_format, ZSTR_VAL(salt)); in php_password_bcrypt_hash()
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dpassword.c181 char hash_format[10]; in php_password_bcrypt_hash() local
196 …hash_format_len = snprintf(hash_format, sizeof(hash_format), "$2y$%02" ZEND_LONG_FMT_SPEC "$", cos… in php_password_bcrypt_hash()
203 sprintf(ZSTR_VAL(hash), "%s%s", hash_format, ZSTR_VAL(salt)); in php_password_bcrypt_hash()
/dports/lang/php81/php-8.1.1/ext/standard/
H A Dpassword.c181 char hash_format[10]; in php_password_bcrypt_hash() local
196 …hash_format_len = snprintf(hash_format, sizeof(hash_format), "$2y$%02" ZEND_LONG_FMT_SPEC "$", cos… in php_password_bcrypt_hash()
203 sprintf(ZSTR_VAL(hash), "%s%s", hash_format, ZSTR_VAL(salt)); in php_password_bcrypt_hash()
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dpassword.c181 char hash_format[10]; in php_password_bcrypt_hash() local
196 …hash_format_len = snprintf(hash_format, sizeof(hash_format), "$2y$%02" ZEND_LONG_FMT_SPEC "$", cos… in php_password_bcrypt_hash()
203 sprintf(ZSTR_VAL(hash), "%s%s", hash_format, ZSTR_VAL(salt)); in php_password_bcrypt_hash()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dpassword.c257 char hash_format[10]; in php_password_bcrypt_hash() local
272 …hash_format_len = snprintf(hash_format, sizeof(hash_format), "$2y$%02" ZEND_LONG_FMT_SPEC "$", cos… in php_password_bcrypt_hash()
279 sprintf(ZSTR_VAL(hash), "%s%s", hash_format, ZSTR_VAL(salt)); in php_password_bcrypt_hash()
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Dpassword.c257 char hash_format[10]; in php_password_bcrypt_hash() local
272 …hash_format_len = snprintf(hash_format, sizeof(hash_format), "$2y$%02" ZEND_LONG_FMT_SPEC "$", cos… in php_password_bcrypt_hash()
279 sprintf(ZSTR_VAL(hash), "%s%s", hash_format, ZSTR_VAL(salt)); in php_password_bcrypt_hash()

12