Home
last modified time | relevance | path

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

/PHP-5.6/ext/mcrypt/
H A Dmcrypt.c568 unsigned char *key_s, *iv_s; in PHP_FUNCTION() local
586 key_s = emalloc(key_len); in PHP_FUNCTION()
587 memset(key_s, 0, key_len); in PHP_FUNCTION()
598 memcpy(key_s, key, key_len); in PHP_FUNCTION()
609 result = mcrypt_generic_init(pm->td, key_s, key_size, iv_s); in PHP_FUNCTION()
633 efree(key_s); in PHP_FUNCTION()

Completed in 7 milliseconds