Home
last modified time | relevance | path

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

/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c599 unsigned char *key_s, *iv_s; in PHP_FUNCTION() local
617 key_s = emalloc(key_len); in PHP_FUNCTION()
618 memset(key_s, 0, key_len); in PHP_FUNCTION()
629 memcpy(key_s, key, key_len); in PHP_FUNCTION()
664 efree(key_s); in PHP_FUNCTION()
1198 char *key_s = NULL, *iv_s; in php_mcrypt_do_crypt() local
1217 key_s = emalloc(use_key_length); in php_mcrypt_do_crypt()
1218 memset(key_s, 0, use_key_length); in php_mcrypt_do_crypt()
1234 key_s = emalloc(use_key_length); in php_mcrypt_do_crypt()
1288 if (key_s != NULL) { in php_mcrypt_do_crypt()
[all …]

Completed in 6 milliseconds