Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c363 char *copied_key = NULL; in php_sha256_crypt_r() local
394 …key = copied_key = memcpy(tmp + __alignof__(uint32_t) - (tmp - (char *) 0) % __alignof__(uint32_t)… in php_sha256_crypt_r()
586 if (copied_key != NULL) { in php_sha256_crypt_r()
587 memset(copied_key, '\0', key_len); in php_sha256_crypt_r()
H A Dcrypt_sha512.c396 char *copied_key = NULL; in php_sha512_crypt_r() local
428 key = copied_key = in php_sha512_crypt_r()
633 if (copied_key != NULL) { in php_sha512_crypt_r()
634 memset(copied_key, '\0', key_len); in php_sha512_crypt_r()

Completed in 7 milliseconds