Home
last modified time | relevance | path

Searched refs:ct (Results 1 – 13 of 13) sorted by relevance

/PHP-8.1/ext/openssl/tests/
H A Dcipher_tests.inc10 'ct' => 'd2a1f0e051ea5f62081a7792073d593d',
20 'ct' => 'e3b201a9f5b71a7a9b1ceaeccd97e70b' .
34 'ct' => '9a5fcccdb4cf04e7293d2775cc76a488' .
44 'ct' => '',
51 'ct' => '0388dace60b6a392f328c2b971b2fe78',
61 'ct' => '42831ec2217774244b7221b784d0d49c' .
75 'ct' => '42831ec2217774244b7221b784d0d49c' .
120 'ct' => '',
128 'ct' => '6820B3657B6F615A',
136 'ct' => '',
[all …]
H A Dopenssl_decrypt_ocb.phpt18 $pt = openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
24 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
28 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
32 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
36 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
H A Dbug41033.phpt16 $ct = "Hello I am some text!";
17 openssl_sign($ct, $signature, $prkeyid, OPENSSL_ALGO_SHA256);
21 $valid = openssl_verify($ct, $signature, $pukeyid, OPENSSL_ALGO_SHA256);
H A Dopenssl_decrypt_gcm.phpt18 $pt = openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
24 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
27 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
30 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
H A Dopenssl_decrypt_ccm.phpt19 $pt = openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
26 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
29 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
32 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
H A Dopenssl_encrypt_gcm.phpt18 $ct = openssl_encrypt($test['pt'], $method, $test['key'], OPENSSL_RAW_DATA,
20 var_dump($test['ct'] === $ct);
H A Dopenssl_encrypt_ccm.phpt19 $ct = openssl_encrypt($test['pt'], $method, $test['key'], OPENSSL_RAW_DATA,
21 var_dump($test['ct'] === $ct);
H A Dopenssl_encrypt_ocb.phpt18 $ct = openssl_encrypt($test['pt'], $method, $test['key'], OPENSSL_RAW_DATA,
20 var_dump($test['ct'] === $ct);
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_env.c89 int ct = 0; in unsetenv() local
92 while(environ[ct] != NULL) { in unsetenv()
93 if (nvmatch(name, environ[ct]) != 0) del=ct; /* <--- WTF?! */ in unsetenv()
94 { ct++; } /* <--- WTF?! */ in unsetenv()
97 environ[del] = environ[ct-1]; in unsetenv()
98 environ[ct-1] = NULL; in unsetenv()
/PHP-8.1/ext/gd/libgd/
H A Dgd.c310 int ct = (-1); in gdImageColorClosestAlpha() local
330 ct = i; in gdImageColorClosestAlpha()
334 return ct; in gdImageColorClosestAlpha()
476 int ct = (-1); in gdImageColorClosestHWB() local
490 ct = i; in gdImageColorClosestHWB()
494 return ct; in gdImageColorClosestHWB()
527 int ct = (-1); in gdImageColorAllocateAlpha() local
533 ct = i; in gdImageColorAllocateAlpha()
550 return ct; in gdImageColorAllocateAlpha()
572 int ct = -1; in gdImageColorResolveAlpha() local
[all …]
/PHP-8.1/ext/gd/
H A Dgd.c1091 int ct = (-1); in PHP_FUNCTION() local
1104 ct = gdImageColorAllocateAlpha(im, red, green, blue, alpha); in PHP_FUNCTION()
1105 if (ct < 0) { in PHP_FUNCTION()
1108 RETURN_LONG((zend_long)ct); in PHP_FUNCTION()
2170 int ct = (-1); in PHP_FUNCTION() local
2182 ct = gdImageColorAllocate(im, red, green, blue); in PHP_FUNCTION()
2183 if (ct < 0) { in PHP_FUNCTION()
2186 RETURN_LONG(ct); in PHP_FUNCTION()
/PHP-8.1/Zend/
H A Dzend_inheritance.c1632 zend_class_constant *ct; in do_inherit_iface_constant() local
1637 ct = zend_arena_alloc(&CG(arena), sizeof(zend_class_constant)); in do_inherit_iface_constant()
1638 memcpy(ct, c, sizeof(zend_class_constant)); in do_inherit_iface_constant()
1639 c = ct; in do_inherit_iface_constant()
1644 ct = pemalloc(sizeof(zend_class_constant), 1); in do_inherit_iface_constant()
1645 memcpy(ct, c, sizeof(zend_class_constant)); in do_inherit_iface_constant()
1646 c = ct; in do_inherit_iface_constant()
/PHP-8.1/ext/hash/tests/
H A Dfnv1a32.phpt188 array( 'X!pK_=!bT8V.RL.ts}$W8DdqCk$NVa$0ct\\C2', '380f7299' ),

Completed in 77 milliseconds