Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/
H A Dopenssl.c6311 unsigned char *crypttemp; in PHP_FUNCTION() local
6334 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() local
6462 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