Home
last modified time | relevance | path

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

/PHP-5.4/ext/mcrypt/
H A Dmcrypt.c588 unsigned char *key_s, *iv_s; in PHP_FUNCTION() local
606 key_s = emalloc(key_len); in PHP_FUNCTION()
607 memset(key_s, 0, key_len); in PHP_FUNCTION()
618 memcpy(key_s, key, key_len); in PHP_FUNCTION()
653 efree(key_s); in PHP_FUNCTION()
1179 char *key_s = NULL, *iv_s; in php_mcrypt_do_crypt() local
1198 key_s = emalloc(use_key_length); in php_mcrypt_do_crypt()
1199 memset(key_s, 0, use_key_length); in php_mcrypt_do_crypt()
1215 key_s = emalloc(use_key_length); in php_mcrypt_do_crypt()
1269 if (key_s != NULL) { in php_mcrypt_do_crypt()
[all …]

Completed in 8 milliseconds