Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/
H A Dhash.stub.php6 function hash(string $algo, string $data, bool $binary = false, array $options = []): string {}
9 function hash_file(string $algo, string $filename, bool $binary = false, array $options = []): stri…
12 function hash_hmac(string $algo, string $data, string $key, bool $binary = false): string {}
15 function hash_hmac_file(string $algo, string $filename, string $key, bool $binary = false): string|…
29 function hash_final(HashContext $context, bool $binary = false): string {}
47 …go, string $password, string $salt, int $iterations, int $length = 0, bool $binary = false, array …
/PHP-8.1/ext/openssl/
H A Dopenssl.stub.php34 …OpenSSLCertificate|string $certificate, string $digest_algo = "sha1", bool $binary = false): strin…
234 function openssl_digest(string $data, string $digest_algo, bool $binary = false): string|false {}
/PHP-8.1/ext/standard/
H A Dcrypt_blowfish.c649 } binary; in BF_crypt() member
H A Dbasic_functions.stub.php608 function md5(string $string, bool $binary = false): string {}
611 function md5_file(string $filename, bool $binary = false): string|false {}
628 function sha1(string $string, bool $binary = false): string {}
631 function sha1_file(string $filename, bool $binary = false): string|false {}
/PHP-8.1/ext/fileinfo/libmagic/
H A Dapprentice.c1234 static const char binary[] = "binary"; in set_text_binary() local

Completed in 28 milliseconds