Searched refs:crypttemp (Results 1 – 1 of 1) sorted by relevance
5666 unsigned char *crypttemp; in PHP_FUNCTION() local5687 crypttemp = emalloc(cryptedlen + 1); in PHP_FUNCTION()5694 crypttemp, in PHP_FUNCTION()5699 memcpy(ZSTR_VAL(cryptedbuf), crypttemp, cryptedlen); in PHP_FUNCTION()5707 efree(crypttemp); in PHP_FUNCTION()5797 unsigned char *crypttemp; in PHP_FUNCTION() local5818 crypttemp = emalloc(cryptedlen + 1); in PHP_FUNCTION()5825 crypttemp, in PHP_FUNCTION()5830 memcpy(ZSTR_VAL(cryptedbuf), crypttemp, cryptedlen); in PHP_FUNCTION()5840 efree(crypttemp); in PHP_FUNCTION()
Completed in 16 milliseconds