Home
last modified time | relevance | path

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

/php-src/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_chacha20_poly1305.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_gcm.phpt18 $ct = openssl_encrypt($test['pt'], $method, $test['key'], OPENSSL_RAW_DATA,
20 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-src/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-src/ext/opcache/tests/
H A Dct_eval_frameless_003.phpt2 Test ct eval of frameless function
H A Dct_eval_frameless_001.phpt2 Test ct eval of frameless function
H A Dct_eval_frameless_002.phpt2 Test ct eval of frameless function
/php-src/ext/gd/libgd/
H A Dgd.c280 int ct = (-1); in gdImageColorClosestAlpha() local
300 ct = i; in gdImageColorClosestAlpha()
304 return ct; in gdImageColorClosestAlpha()
446 int ct = (-1); in gdImageColorClosestHWB() local
460 ct = i; in gdImageColorClosestHWB()
464 return ct; in gdImageColorClosestHWB()
497 int ct = (-1); in gdImageColorAllocateAlpha() local
503 ct = i; in gdImageColorAllocateAlpha()
520 return ct; in gdImageColorAllocateAlpha()
542 int ct = -1; in gdImageColorResolveAlpha() local
[all …]
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.h189 lxb_ns_id_t ns, lxb_html_tag_category_t ct);
194 lxb_html_tag_category_t ct);
H A Dtree.c1160 lxb_ns_id_t ns, lxb_html_tag_category_t ct) in lxb_html_tree_element_in_scope() argument
1175 if (lxb_html_tag_is_category(node->local_name, node->ns, ct)) { in lxb_html_tree_element_in_scope()
1186 lxb_html_tag_category_t ct) in lxb_html_tree_element_in_scope_by_node() argument
1201 if (lxb_html_tag_is_category(node->local_name, node->ns, ct)) { in lxb_html_tree_element_in_scope_by_node()
/php-src/Zend/
H A Dzend_inheritance.c1768 zend_class_constant *ct; in do_inherit_iface_constant() local
1773 ct = zend_arena_alloc(&CG(arena), sizeof(zend_class_constant)); in do_inherit_iface_constant()
1774 memcpy(ct, c, sizeof(zend_class_constant)); in do_inherit_iface_constant()
1775 c = ct; in do_inherit_iface_constant()
1780 ct = pemalloc(sizeof(zend_class_constant), 1); in do_inherit_iface_constant()
1781 memcpy(ct, c, sizeof(zend_class_constant)); in do_inherit_iface_constant()
1782 c = ct; in do_inherit_iface_constant()
2434 zend_class_constant *ct = NULL; in zend_do_traits_constant_binding() local
2436 ct = zend_arena_alloc(&CG(arena),sizeof(zend_class_constant)); in zend_do_traits_constant_binding()
2437 memcpy(ct, constant, sizeof(zend_class_constant)); in zend_do_traits_constant_binding()
[all …]
/php-src/ext/gd/
H A Dgd.c941 int ct = (-1); in PHP_FUNCTION() local
954 ct = gdImageColorAllocateAlpha(im, red, green, blue, alpha); in PHP_FUNCTION()
955 if (ct < 0) { in PHP_FUNCTION()
958 RETURN_LONG((zend_long)ct); in PHP_FUNCTION()
2016 int ct = (-1); in PHP_FUNCTION() local
2028 ct = gdImageColorAllocate(im, red, green, blue); in PHP_FUNCTION()
2029 if (ct < 0) { in PHP_FUNCTION()
2032 RETURN_LONG(ct); in PHP_FUNCTION()
/php-src/ext/hash/tests/
H A Dfnv1a32.phpt188 array( 'X!pK_=!bT8V.RL.ts}$W8DdqCk$NVa$0ct\\C2', '380f7299' ),

Completed in 85 milliseconds