Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c365 char *p_bytes; in php_sha256_crypt_r() local
464 cp = p_bytes = alloca(key_len); in php_sha256_crypt_r()
496 sha256_process_bytes(p_bytes, key_len, &ctx); in php_sha256_crypt_r()
508 sha256_process_bytes(p_bytes, key_len, &ctx); in php_sha256_crypt_r()
515 sha256_process_bytes(p_bytes, key_len, &ctx); in php_sha256_crypt_r()
581 memset(p_bytes, '\0', key_len); in php_sha256_crypt_r()
H A Dcrypt_sha512.c398 char *p_bytes; in php_sha512_crypt_r() local
498 cp = p_bytes = alloca(key_len); in php_sha512_crypt_r()
531 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
543 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
550 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
629 memset(p_bytes, '\0', key_len); in php_sha512_crypt_r()

Completed in 7 milliseconds