Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dcrypt_sha512.c436 sha512_process_bytes(key, key_len, &ctx); in php_sha512_crypt_r()
441 sha512_process_bytes(salt, salt_len, &ctx); in php_sha512_crypt_r()
449 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
455 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
463 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r()
465 sha512_process_bytes(alt_result, cnt, &ctx); in php_sha512_crypt_r()
471 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r()
473 sha512_process_bytes(key, key_len, &ctx); in php_sha512_crypt_r()
485 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
527 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r()
[all …]

Completed in 6 milliseconds