Home
last modified time | relevance | path

Searched refs:mac (Results 1 – 8 of 8) sorted by relevance

/PHP-7.2/ext/sodium/tests/
H A Dcrypto_auth.phpt9 $mac = sodium_crypto_auth($msg, $key);
12 var_dump(sodium_crypto_auth_verify($mac, $msg, $key));
16 $mac = sodium_crypto_auth($msg, $bad_key);
25 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
35 var_dump(sodium_crypto_auth_verify($mac, $badmsg, $key));
38 $badmac = $mac;
/PHP-7.2/ext/mbstring/libmbfl/
H A DNEWS21 - added MacJapanese (SJIS-mac) for legacy encoding support (rui).
/PHP-7.2/ext/standard/tests/misc/
H A Dget_browser_basic.phpt544 string(47) "~^opera/9\.2.* \(macintosh; .*mac os x;.*\).*$~"
1326 …string(99) "~^mozilla/.* \(iphone; .; .*mac os x.*\) applewebkit/.* \(.*\) version/.*\..* mobile/.…
1398 …string(99) "~^mozilla/5\.0 \(ipod; u; .*mac os x; en\) applewebkit/.* \(.*\) version/3\.0 mobile/.…
H A Dget_browser_variation1.phpt41 …string(94) "~^mozilla/5\.0 \(macintosh; .; .*mac os x.*\) applewebkit/.* \(.*\) version/3\.1.* saf…
183 string(67) "~^mozilla/5\.0 \(macintosh; .*mac os x.*\) gecko/.* camino/1\.5.*$~"
/PHP-7.2/ext/sodium/
H A Dlibsodium.c3043 zend_string *mac; in PHP_FUNCTION() local
3059 mac = zend_string_alloc(crypto_auth_BYTES, 0); in PHP_FUNCTION()
3060 if (crypto_auth((unsigned char *) ZSTR_VAL(mac), in PHP_FUNCTION()
3066 ZSTR_VAL(mac)[crypto_auth_BYTES] = 0; in PHP_FUNCTION() local
3068 RETURN_STR(mac); in PHP_FUNCTION()
3073 char *mac; in PHP_FUNCTION() local
3081 &mac, &mac_len, in PHP_FUNCTION()
3095 if (crypto_auth_verify((const unsigned char *) mac, in PHP_FUNCTION()
/PHP-7.2/
H A Dconfig.sub1418 os=`echo $os | sed -e 's|mac|macos|'`
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic1784 # entry. Note this entry should be placed before the mac filesystem section,
16076 !:mime application/mac-binhex40
16337 # From "Tom N Harris" <telliamed@mac.com>
21615 >>6 string \\mac Apple Macintosh
H A Dmagic私はガラスを食べられます1784 # entry. Note this entry should be placed before the mac filesystem section,
16076 !:mime application/mac-binhex40
16337 # From "Tom N Harris" <telliamed@mac.com>
21615 >>6 string \\mac Apple Macintosh

Completed in 119 milliseconds