Home
last modified time | relevance | path

Searched refs:algorithm (Results 51 – 67 of 67) sorted by relevance

123

/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c125 ZEND_ARG_INFO(0, algorithm)
135 ZEND_ARG_INFO(0, algorithm)
145 ZEND_ARG_INFO(0, algorithm)
150 ZEND_ARG_INFO(0, algorithm)
155 ZEND_ARG_INFO(0, algorithm)
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_3des_decrypt.phpt93 Warning: mcrypt_cbc(): Size of key is too large for this algorithm in %s on line %d
/PHP-5.5/ext/standard/tests/url/
H A Dbase64_encode_variation_001.phpt6 * Description: Encodes string using MIME base64 algorithm
H A Dbase64_decode_variation_001.phpt6 * Description: Decodes string using MIME base64 algorithm
H A Dbase64_decode_variation_002.phpt6 * Description: Decodes string using MIME base64 algorithm
H A Dbase64_encode_basic_001.phpt6 * Description: Encodes string using MIME base64 algorithm
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc74 'inf' => '<algo> Compression algorithm.',
78 'auto' => 'Automatically select compression algorithm'
94 'inf' => '<method> Selects the hash algorithm.',
364 * Argument type compression algorithm
369 * @return string $arg The selected algorithm
626 * @param mixed $compress Compression algorithm or NULL
1172 return "Set signature hash algorithm.";
/PHP-5.5/ext/phar/tests/
H A Dbadparameters.phpt157 Cannot set signature algorithm, phar is read-only
/PHP-5.5/
H A DREADME.REDIST.BINS84 ideas. The password hashing algorithm was designed by David Mazieres
89 There's a paper on the algorithm that explains its design decisions:
140 The Mersenne Twister is an algorithm for generating random numbers. It
H A DNEWS80 . Fixed bug #72433 (Use After Free Vulnerability in PHP's GC algorithm and
89 algorithm and unserialize). (CVE-2016-5773) (Dmitry)
3147 . Removed the timezone guessing algorithm in case the timezone isn't set with
3383 . Made Adler32 algorithm faster. FR #53213. (zavasek at yandex dot ru)
4117 overflow), as the old fix impacted the algorithm for numbers with magnitude
4216 ciphers to the OpenSSL default for the algorithm. (Scott)
5569 - Fixed bug #49012 (phar tar signature algorithm reports as Unknown (0) in
5847 . Added sha224 hash algorithm to the hash extension. (Scott)
6094 - Fixed bug causing the algorithm parameter of mhash() to be modified. (Scott)
6632 - Fixed weekdays adding/subtracting algorithm. (Derick)
[all …]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1372 ject string. The "standard" algorithm is the one provided by the
1379 An alternative algorithm is provided by the pcre_dfa_exec(),
1382 tages and disadvantages compared with the standard algorithm, and these
1396 there are three possible answers. The standard algorithm finds only one
1397 of them, whereas the alternative algorithm finds all three.
1414 sions", the standard algorithm is an "NFA algorithm". It conducts a
1417 required. When there is a mismatch, the algorithm tries any alterna-
1426 that point the algorithm stops. Thus, if there is more than one possi-
1483 supported by the alternative matching algorithm. They are as follows:
1553 The alternative algorithm suffers from a number of disadvantages:
[all …]
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt114 for RFC4646 locale naming, and RFC 4647 lookup algorithm.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic12480 >4 string >\0 algorithm: %s,
12486 >3 byte 1 algorithm: DES,
12487 >3 byte 2 algorithm: 3DES,
12488 >3 byte 3 algorithm: 3-WAY,
12489 >3 byte 4 algorithm: GOST,
12492 >3 byte 8 algorithm: CAST-128,
12493 >3 byte 9 algorithm: xTEA,
12495 >3 byte 11 algorithm: RC2,
12501 >3 byte 100 algorithm: RC6,
12502 >3 byte 101 algorithm: IDEA,
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS494 algorithm, has been added. This has a number of advantages for certain cases,
H A DChangeLog509 14. Improve pattern prefix search by a simplified Boyer-Moore algorithm in JIT.
510 The algorithm provides a way to skip certain starting offsets, and usually
4184 a different (DFA) algorithm. Although it is slower than the original
4551 In fixing this, I have also improved the studying algorithm for such
/PHP-5.5/ext/openssl/
H A Dopenssl.c1554 sig_nid = OBJ_obj2nid((cert)->sig_alg->algorithm); in PHP_FUNCTION()
/PHP-5.5/ext/phar/
H A Dphar_object.c5246 ZEND_ARG_INFO(0, algorithm)

Completed in 161 milliseconds

123