Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/
H A Dopenssl.c5666 unsigned char *crypttemp; in PHP_FUNCTION() local
5687 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() local
5818 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