Home
last modified time | relevance | path

Searched defs:binary (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/hash/
H A Dhash.stub.php5 function hash(string $algo, string $data, bool $binary = false): string {}
7 function hash_file(string $algo, string $filename, bool $binary = false): string|false {}
9 function hash_hmac(string $algo, string $data, string $key, bool $binary = false): string {}
11 function hash_hmac_file(string $algo, string $filename, string $key, bool $binary = false): string|…
23 function hash_final(HashContext $context, bool $binary = false): string {}
31 …go, string $password, string $salt, int $iterations, int $length = 0, bool $binary = false): strin…
/PHP-8.0/ext/openssl/
H A Dopenssl.stub.php22 …OpenSSLCertificate|string $certificate, string $digest_algo = "sha1", bool $binary = false): strin…
198 function openssl_digest(string $data, string $digest_algo, bool $binary = false): string|false {}
/PHP-8.0/ext/standard/
H A Dcrypt_blowfish.c649 } binary; in BF_crypt() member
H A Dbasic_functions.stub.php452 function md5(string $string, bool $binary = false): string {}
454 function md5_file(string $filename, bool $binary = false): string|false {}
470 function sha1(string $string, bool $binary = false): string {}
472 function sha1_file(string $filename, bool $binary = false): string|false {}
/PHP-8.0/ext/fileinfo/libmagic/
H A Dapprentice.c1234 static const char binary[] = "binary"; in set_text_binary() local

Completed in 30 milliseconds