Searched defs:binary (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/hash/ |
H A D | hash.stub.php | 5 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 D | openssl.stub.php | 22 …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 D | crypt_blowfish.c | 649 } binary; in BF_crypt() member
|
H A D | basic_functions.stub.php | 452 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 D | apprentice.c | 1234 static const char binary[] = "binary"; in set_text_binary() local
|
Completed in 25 milliseconds