Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 25 of 76) sorted by last modified time

1234

/php-src/ext/openssl/
H A Dopenssl.c418 return OBJ_obj2nid(x->sig_alg->algorithm); in X509_get_signature_nid()
H A Dconfig0.m414 [whether to load legacy algorithm provider],
16 [OPENSSL: Load legacy algorithm provider in addition to default provider])],
37 …AC_DEFINE(LOAD_OPENSSL_LEGACY_PROVIDER,1,[ Load legacy algorithm provider in addition to default p…
H A Dopenssl_arginfo.h284 ZEND_ARG_TYPE_MASK(0, algorithm, MAY_BE_STRING|MAY_BE_LONG, "OPENSSL_ALGO_SHA1")
291 ZEND_ARG_TYPE_MASK(0, algorithm, MAY_BE_STRING|MAY_BE_LONG, "OPENSSL_ALGO_SHA1")
H A Dopenssl.stub.php589 function openssl_verify(string $data, string $signature, $public_key, string|int $algorithm = OPENS…
/php-src/
H A DUPGRADING.INTERNALS176 pass around the state with its associated algorithm and thus reducing
H A DREADME.REDIST.BINS185 ideas. The password hashing algorithm was designed by David Mazieres
190 There's a paper on the algorithm that explains its design decisions:
209 The Mersenne Twister is an algorithm for generating random numbers. It
650 xxHash - Extremely Fast Hash algorithm
/php-src/ext/phar/phar/
H A Dpharcommand.inc74 'inf' => '<algo> Compression algorithm.',
78 'auto' => 'Automatically select compression algorithm'
94 'inf' => '<method> Selects the hash algorithm.',
366 * Argument type compression algorithm
371 * @return string $arg The selected algorithm
638 * @param mixed $compress Compression algorithm or NULL
1184 return "Set signature hash algorithm.";
/php-src/ext/dom/tests/modern/spec/
H A Ddom_parsing_gh44.phpt2 DOM-Parsing GH-44 (It's possible for 'generate a prefix' algorithm to generate a prefix conflicting…
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_doctype.phpt21 // We don't expect to see the public ID and the system ID because the serialization algorithm doesn…
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます26103 >4 string >\0 algorithm: %s,
26115 >3 byte 1 algorithm: DES,
26116 >3 byte 2 algorithm: 3DES,
26117 >3 byte 3 algorithm: 3-WAY,
26118 >3 byte 4 algorithm: GOST,
26122 >3 byte 9 algorithm: xTEA,
26124 >3 byte 11 algorithm: RC2,
26130 >3 byte 100 algorithm: RC6,
26131 >3 byte 101 algorithm: IDEA,
26510 >4 leshort x algorithm %d,
[all …]
H A Dmagic26103 >4 string >\0 algorithm: %s,
26115 >3 byte 1 algorithm: DES,
26116 >3 byte 2 algorithm: 3DES,
26117 >3 byte 3 algorithm: 3-WAY,
26118 >3 byte 4 algorithm: GOST,
26122 >3 byte 9 algorithm: xTEA,
26124 >3 byte 11 algorithm: RC2,
26130 >3 byte 100 algorithm: RC6,
26131 >3 byte 101 algorithm: IDEA,
26510 >4 leshort x algorithm %d,
[all …]
/php-src/ext/hash/
H A Dhash.c1187 struct mhash_bc_entry algorithm = mhash_to_hash[algo_number]; in mhash_init() local
1188 if (algorithm.mhash_name == NULL) { in mhash_init()
1192 len = slprintf(buf, 127, "MHASH_%s", algorithm.mhash_name); in mhash_init()
1202 zend_long algorithm; in PHP_FUNCTION() local
1212 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()
1234 zend_long algorithm; in PHP_FUNCTION() local
1240 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()
1263 zend_long algorithm; in PHP_FUNCTION() local
1270 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()
1287 zend_long algorithm, l_bytes; in PHP_FUNCTION() local
[all …]
/php-src/ext/standard/tests/url/
H A Dbase64_encode_basic_002.phpt2 Test base64_encode() function : basic functionality - check algorithm round trips
/php-src/ext/standard/tests/strings/
H A Dbug72433.phpt2 Bug #72433: Use After Free Vulnerability in PHP's GC algorithm and unserialize
H A Dbug72434.phpt2 Bug #72434: ZipArchive class Use After Free Vulnerability in PHP's GC algorithm and unserialize
/php-src/ext/standard/tests/password/
H A Dpassword_hash_sensitive_parameter.phpt21 ValueError: password_hash(): Argument #2 ($algo) must be a valid password hashing algorithm in%spas…
H A Dpassword_needs_rehash.phpt12 // Valid, as it's an unknown algorithm
/php-src/ext/standard/tests/crypt/
H A Dbcrypt_invalid_algorithm.phpt2 Test BCRYPT with invalid algorithm
/php-src/ext/spl/tests/
H A DarrayObject_natcasesort_basic1.phpt5 /* Sort the entries by values using case insensitive "natural order" algorithm.
H A DarrayObject_natsort_basic1.phpt5 /* Sort the entries by values using "natural order" algorithm.
/php-src/ext/phar/tests/
H A Dbadparameters.phpt251 Cannot set signature algorithm, phar is read-only
/php-src/ext/openssl/tests/
H A Dopenssl_x509_fingerprint_basic.phpt43 Warning: openssl_x509_fingerprint(): Unknown digest algorithm in %s on line %d
H A Dopenssl_cipher_iv_length_error.phpt19 Warning: openssl_cipher_iv_length(): Unknown cipher algorithm in %s on line %d
H A Dopenssl_cipher_key_length_error.phpt19 Warning: openssl_cipher_key_length(): Unknown cipher algorithm in %s on line %d
H A Dopenssl_decrypt_ccm.phpt2 openssl_decrypt() with CCM cipher algorithm tests

Completed in 171 milliseconds

1234