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