Home
last modified time | relevance | path

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

/PHP-7.0/ext/mcrypt/
H A Dmcrypt.c540 unsigned char *key_s, *iv_s; in PHP_FUNCTION() local
560 key_s = emalloc(key_len); in PHP_FUNCTION()
561 memset(key_s, 0, key_len); in PHP_FUNCTION()
572 memcpy(key_s, key, key_len); in PHP_FUNCTION()
585 result = mcrypt_generic_init(pm->td, key_s, key_size, iv_s); in PHP_FUNCTION()
609 efree(key_s); in PHP_FUNCTION()

Completed in 6 milliseconds