Searched refs:crypttemp (Results 1 – 1 of 1) sorted by relevance
5491 unsigned char *crypttemp; in PHP_FUNCTION() local5512 crypttemp = emalloc(cryptedlen + 1); in PHP_FUNCTION()5519 crypttemp, in PHP_FUNCTION()5524 memcpy(ZSTR_VAL(cryptedbuf), crypttemp, cryptedlen); in PHP_FUNCTION()5532 efree(crypttemp); in PHP_FUNCTION()5622 unsigned char *crypttemp; in PHP_FUNCTION() local5643 crypttemp = emalloc(cryptedlen + 1); in PHP_FUNCTION()5650 crypttemp, in PHP_FUNCTION()5655 memcpy(ZSTR_VAL(cryptedbuf), crypttemp, cryptedlen); in PHP_FUNCTION()5665 efree(crypttemp); in PHP_FUNCTION()
Completed in 16 milliseconds