Home
last modified time | relevance | path

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

/PHP-7.1/ext/openssl/
H A Dopenssl.c5491 unsigned char *crypttemp; in PHP_FUNCTION() local
5512 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() local
5643 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