Searched refs:mac (Results 1 – 12 of 12) sorted by relevance
/PHP-8.0/ext/sodium/tests/ |
H A D | crypto_auth.phpt | 9 $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-8.0/ext/standard/ |
H A D | net.c | 207 zend_string *mac = zend_string_alloc(p->PhysicalAddressLength * 3, 0); in PHP_FUNCTION() local 208 char *s = ZSTR_VAL(mac); in PHP_FUNCTION() 214 ZSTR_LEN(mac) = s - ZSTR_VAL(mac); in PHP_FUNCTION() 215 add_assoc_str(&iface, "mac", mac); in PHP_FUNCTION()
|
/PHP-8.0/ext/mbstring/libmbfl/ |
H A D | README.md | 43 * Added MacJapanese (SJIS-mac) for legacy encoding support (rui).
|
/PHP-8.0/ext/standard/tests/misc/ |
H A D | get_browser_basic.phpt | 524 string(47) "~^opera/9\.2.* \(macintosh; .*mac os x;.*\).*$~" 1306 …string(99) "~^mozilla/.* \(iphone; .; .*mac os x.*\) applewebkit/.* \(.*\) version/.*\..* mobile/.… 1378 …string(99) "~^mozilla/5\.0 \(ipod; u; .*mac os x; en\) applewebkit/.* \(.*\) version/3\.0 mobile/.…
|
H A D | get_browser_variation1.phpt | 21 …string(94) "~^mozilla/5\.0 \(macintosh; .; .*mac os x.*\) applewebkit/.* \(.*\) version/3\.1.* saf… 163 string(67) "~^mozilla/5\.0 \(macintosh; .*mac os x.*\) gecko/.* camino/1\.5.*$~"
|
/PHP-8.0/ext/sodium/ |
H A D | libsodium.stub.php | 39 function sodium_crypto_auth_verify(string $mac, string $message, string $key): bool {} argument
|
H A D | libsodium.c | 2651 zend_string *mac; in PHP_FUNCTION() local 2667 mac = zend_string_alloc(crypto_auth_BYTES, 0); in PHP_FUNCTION() 2668 if (crypto_auth((unsigned char *) ZSTR_VAL(mac), in PHP_FUNCTION() 2674 ZSTR_VAL(mac)[crypto_auth_BYTES] = 0; in PHP_FUNCTION() local 2676 RETURN_STR(mac); in PHP_FUNCTION() 2681 char *mac; in PHP_FUNCTION() local 2689 &mac, &mac_len, in PHP_FUNCTION() 2703 if (crypto_auth_verify((const unsigned char *) mac, in PHP_FUNCTION()
|
H A D | libsodium_arginfo.h | 84 ZEND_ARG_TYPE_INFO(0, mac, IS_STRING, 0)
|
/PHP-8.0/build/ |
H A D | config.sub | 1416 mac[0-9]*)
|
H A D | php_cxx_compile_stdcxx.m4 | 87 # Copyright (c) 2015 Paul Norman <penorman@mac.com>
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 20292 !:mime application/mac-binhex 20295 !:mime application/mac-binhex 20299 !:mime application/mac-binhex40 20303 !:mime application/mac-binhex40 20308 !:mime application/mac-binhex 20389 >>>>>>>0 use mac-bin 20392 >>>>>>>0 use mac-bin 20395 >>>>>>0 use mac-bin 20398 0 name mac-bin 20659 # From "Tom N Harris" <telliamed@mac.com> [all …]
|
H A D | magic | 20292 !:mime application/mac-binhex 20295 !:mime application/mac-binhex 20299 !:mime application/mac-binhex40 20303 !:mime application/mac-binhex40 20308 !:mime application/mac-binhex 20389 >>>>>>>0 use mac-bin 20392 >>>>>>>0 use mac-bin 20395 >>>>>>0 use mac-bin 20398 0 name mac-bin 20659 # From "Tom N Harris" <telliamed@mac.com> [all …]
|
Completed in 153 milliseconds