Home
last modified time | relevance | path

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

/PHP-7.4/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.4/ext/standard/
H A Dnet.c205 zend_string *mac = zend_string_alloc(p->PhysicalAddressLength * 3, 0); in PHP_FUNCTION() local
206 char *s = ZSTR_VAL(mac); in PHP_FUNCTION()
212 ZSTR_LEN(mac) = s - ZSTR_VAL(mac); in PHP_FUNCTION()
213 add_assoc_str(&iface, "mac", mac); in PHP_FUNCTION()
/PHP-7.4/ext/mbstring/libmbfl/
H A DREADME.md43 * Added MacJapanese (SJIS-mac) for legacy encoding support (rui).
/PHP-7.4/ext/standard/tests/misc/
H A Dget_browser_basic.phpt534 string(47) "~^opera/9\.2.* \(macintosh; .*mac os x;.*\).*$~"
1316 …string(99) "~^mozilla/.* \(iphone; .; .*mac os x.*\) applewebkit/.* \(.*\) version/.*\..* mobile/.…
1388 …string(99) "~^mozilla/5\.0 \(ipod; u; .*mac os x; en\) applewebkit/.* \(.*\) version/3\.0 mobile/.…
H A Dget_browser_variation1.phpt31 …string(94) "~^mozilla/5\.0 \(macintosh; .; .*mac os x.*\) applewebkit/.* \(.*\) version/3\.1.* saf…
173 string(67) "~^mozilla/5\.0 \(macintosh; .*mac os x.*\) gecko/.* camino/1\.5.*$~"
/PHP-7.4/ext/sodium/
H A Dlibsodium.c3062 zend_string *mac; in PHP_FUNCTION() local
3078 mac = zend_string_alloc(crypto_auth_BYTES, 0); in PHP_FUNCTION()
3079 if (crypto_auth((unsigned char *) ZSTR_VAL(mac), in PHP_FUNCTION()
3085 ZSTR_VAL(mac)[crypto_auth_BYTES] = 0; in PHP_FUNCTION() local
3087 RETURN_STR(mac); in PHP_FUNCTION()
3092 char *mac; in PHP_FUNCTION() local
3100 &mac, &mac_len, in PHP_FUNCTION()
3114 if (crypto_auth_verify((const unsigned char *) mac, in PHP_FUNCTION()
/PHP-7.4/build/
H A Dconfig.sub1416 mac[0-9]*)
H A Dphp_cxx_compile_stdcxx.m487 # Copyright (c) 2015 Paul Norman <penorman@mac.com>
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1994 # entry. Note this entry should be placed before the mac filesystem section,
18727 !:mime application/mac-binhex40
18808 >>>>>>>0 use mac-bin
18811 >>>>>>>0 use mac-bin
18814 >>>>>>0 use mac-bin
18817 0 name mac-bin
19078 # From "Tom N Harris" <telliamed@mac.com>
25139 >>6 string \\mac Apple Macintosh
H A Dmagic1994 # entry. Note this entry should be placed before the mac filesystem section,
18727 !:mime application/mac-binhex40
18808 >>>>>>>0 use mac-bin
18811 >>>>>>>0 use mac-bin
18814 >>>>>>0 use mac-bin
18817 0 name mac-bin
19078 # From "Tom N Harris" <telliamed@mac.com>
25139 >>6 string \\mac Apple Macintosh

Completed in 139 milliseconds