Searched defs:binary (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/hash/ |
H A D | hash.stub.php | 12 function hash(string $algo, string $data, bool $binary = false, array $options = []): string {} 15 function hash_file(string $algo, string $filename, bool $binary = false, array $options = []): stri… 20 function hash_hmac(string $algo, string $data, #[\SensitiveParameter] string $key, bool $binary = f…
|
/php-src/ext/openssl/ |
H A D | openssl.stub.php | 426 …OpenSSLCertificate|string $certificate, string $digest_algo = "sha1", bool $binary = false): strin… 431 function openssl_x509_check_private_key(OpenSSLCertificate|string $certificate, #[\SensitiveParamet…
|
/php-src/ext/standard/ |
H A D | crypt_blowfish.c | 649 } binary; in BF_crypt() member
|
H A D | basic_functions.stub.php | 2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/php-src/ext/zend_test/ |
H A D | test.stub.php | 303 function zend_test_set_fmode(bool $binary): void {}
|
H A D | test.c | 775 bool binary; in ZEND_FUNCTION() local
|
/php-src/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 1361 static const char binary[] = "binary"; in set_text_binary() local
|
Completed in 33 milliseconds