Searched refs:ctx1 (Results 1 – 2 of 2) sorted by relevance
129 HCRYPTHASH ctx, ctx1; in php_md5_crypt_r() local273 if(!(CryptDestroyHash(ctx1))) { in php_md5_crypt_r()278 ctx1 = (HCRYPTHASH) NULL; in php_md5_crypt_r()295 if (ctx1) { in php_md5_crypt_r()296 if (!CryptDestroyHash(ctx1)) { in php_md5_crypt_r()325 PHP_MD5_CTX ctx, ctx1; in php_md5_crypt_r() local357 PHP_MD5Init(&ctx1); in php_md5_crypt_r()361 PHP_MD5Final(final, &ctx1); in php_md5_crypt_r()389 PHP_MD5Init(&ctx1); in php_md5_crypt_r()394 PHP_MD5Update(&ctx1, final, 16); in php_md5_crypt_r()[all …]
27 $ctx1 = stream_context_create(array('test'=>array('test'=>'test 1')));30 stream_context_set_default(stream_context_get_options($ctx1));
Completed in 14 milliseconds