Searched refs:sha512_process_bytes (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/standard/ |
H A D | crypt_sha512.c | 429 sha512_process_bytes(key, key_len, &ctx); in php_sha512_crypt_r() 434 sha512_process_bytes(salt, salt_len, &ctx); in php_sha512_crypt_r() 442 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r() 448 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r() 456 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r() 458 sha512_process_bytes(alt_result, cnt, &ctx); in php_sha512_crypt_r() 464 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r() 466 sha512_process_bytes(key, key_len, &ctx); in php_sha512_crypt_r() 478 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r() 522 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r() [all …]
|
Completed in 8 milliseconds