Home
last modified time | relevance | path

Searched refs:algo (Results 26 – 47 of 47) sorted by relevance

12

/PHP-8.0/ext/hash/tests/
H A Dhash_serialize_002.phpt10 foreach ($algos as $algo) {
11 if (in_array($algo, $non_crypto)) {
15 var_dump($algo);
16 $ctx0 = hash_init($algo, HASH_HMAC, $key);
H A Dhash_error.phpt20 hash(): Argument #1 ($algo) must be a valid hashing algorithm
H A Dhash_pbkdf2_error.phpt59 hash_pbkdf2(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
62 hash_pbkdf2(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
H A Dhash_file_error.phpt37 hash_file(): Argument #1 ($algo) must be a valid hashing algorithm
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_spki_verify_basic.phpt22 $algo = array(
35 foreach ($algo as $value) {
H A DCertificateGenerator.inc150 public function getCertDigest($algo)
152 return openssl_x509_fingerprint($this->lastCert, $algo);
H A Dbug68920.phpt78 Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form require…
87 Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form require…
H A Dopenssl_spki_export_challenge_basic.phpt23 $algo = array(
38 foreach ($algo as $value) {
/PHP-8.0/ext/standard/tests/password/
H A Dpassword_needs_rehash_error.phpt34 password_needs_rehash(): Argument #2 ($algo) must be of type string|int|null, array given
H A Dpassword_hash_error.phpt40 password_hash(): Argument #2 ($algo) must be of type string|int|null, array given
/PHP-8.0/ext/hash/
H A Dconfig.m416 AC_DEFINE(HAVE_SLOW_HASH3, 1, [Define is hash3 algo is available])
/PHP-8.0/ext/phar/
H A Dphar_object.stub.php134 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null) {} argument
410 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null) {} argument
H A Dphar_object_arginfo.h136 ZEND_ARG_TYPE_INFO(0, algo, IS_LONG, 0)
H A Dphar_object.c3010 zend_long algo; in PHP_METHOD() local
3014 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l|s!", &algo, &key, &key_len) != SUCCESS) { in PHP_METHOD()
3026 switch (algo) { in PHP_METHOD()
3036 phar_obj->archive->sig_flags = (php_uint32)algo; in PHP_METHOD()
/PHP-8.0/ext/sodium/
H A Dlibsodium.stub.php88 …ength, string $password, string $salt, int $opslimit, int $memlimit, int $algo = SODIUM_CRYPTO_PWH… argument
H A Dlibsodium_arginfo.h189 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, algo, IS_LONG, 0, "SODIUM_CRYPTO_PWHASH_ALG_DEFAULT")
/PHP-8.0/ext/openssl/
H A Dopenssl.c884 static const EVP_CIPHER * php_openssl_get_evp_cipher_from_algo(zend_long algo);
1101 static EVP_MD * php_openssl_get_evp_md_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_md_from_algo() argument
1104 switch (algo) { in php_openssl_get_evp_md_from_algo()
1151 static const EVP_CIPHER * php_openssl_get_evp_cipher_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_cipher_from_algo() argument
1152 switch (algo) { in php_openssl_get_evp_cipher_from_algo()
1651 zend_long algo = OPENSSL_ALGO_MD5; in PHP_FUNCTION() local
1658 …D_NUM_ARGS(), "Os|l", &zpkey, php_openssl_pkey_ce, &challenge, &challenge_len, &algo) == FAILURE) { in PHP_FUNCTION()
1673 mdtype = php_openssl_get_evp_md_from_algo(algo); in PHP_FUNCTION()
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php1137 function password_hash(string $password, string|int|null $algo, array $options = []): string {} argument
1139 function password_needs_rehash(string $hash, string|int|null $algo, array $options = []): bool {} argument
H A Dbasic_functions_arginfo.h1755 ZEND_ARG_TYPE_MASK(0, algo, MAY_BE_STRING|MAY_BE_LONG|MAY_BE_NULL, NULL)
1761 ZEND_ARG_TYPE_MASK(0, algo, MAY_BE_STRING|MAY_BE_LONG|MAY_BE_NULL, NULL)
/PHP-8.0/ext/phar/phar/
H A Dpharcommand.inc74 'inf' => '<algo> Compression algorithm.',
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます26255 # crypto algo mapper
26268 # hash algo mapper
H A Dmagic26255 # crypto algo mapper
26268 # hash algo mapper

Completed in 211 milliseconds

12