Searched refs:crypttemp (Results 1 – 1 of 1) sorted by relevance
6311 unsigned char *crypttemp; in PHP_FUNCTION() local6334 crypttemp = emalloc(cryptedlen + 1); in PHP_FUNCTION()6341 crypttemp, in PHP_FUNCTION()6346 memcpy(ZSTR_VAL(cryptedbuf), crypttemp, cryptedlen); in PHP_FUNCTION()6354 efree(crypttemp); in PHP_FUNCTION()6439 unsigned char *crypttemp; in PHP_FUNCTION() local6462 crypttemp = emalloc(cryptedlen + 1); in PHP_FUNCTION()6469 crypttemp, in PHP_FUNCTION()6474 memcpy(ZSTR_VAL(cryptedbuf), crypttemp, cryptedlen); in PHP_FUNCTION()6484 efree(crypttemp); in PHP_FUNCTION()
Completed in 22 milliseconds