Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c408 sha256_process_bytes(key, key_len, &ctx); in php_sha256_crypt_r()
413 sha256_process_bytes(salt, salt_len, &ctx); in php_sha256_crypt_r()
421 sha256_process_bytes(key, key_len, &alt_ctx); in php_sha256_crypt_r()
427 sha256_process_bytes(key, key_len, &alt_ctx); in php_sha256_crypt_r()
435 sha256_process_bytes(alt_result, 32, &ctx); in php_sha256_crypt_r()
437 sha256_process_bytes(alt_result, cnt, &ctx); in php_sha256_crypt_r()
443 sha256_process_bytes(alt_result, 32, &ctx); in php_sha256_crypt_r()
445 sha256_process_bytes(key, key_len, &ctx); in php_sha256_crypt_r()
457 sha256_process_bytes(key, key_len, &alt_ctx); in php_sha256_crypt_r()
498 sha256_process_bytes(alt_result, 32, &ctx); in php_sha256_crypt_r()
[all …]

Completed in 5 milliseconds