Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dcrypt_sha256.c386 sha256_process_bytes(key, key_len, &ctx); in php_sha256_crypt_r()
391 sha256_process_bytes(salt, salt_len, &ctx); in php_sha256_crypt_r()
399 sha256_process_bytes(key, key_len, &alt_ctx); in php_sha256_crypt_r()
405 sha256_process_bytes(key, key_len, &alt_ctx); in php_sha256_crypt_r()
413 sha256_process_bytes(alt_result, 32, &ctx); in php_sha256_crypt_r()
415 sha256_process_bytes(alt_result, cnt, &ctx); in php_sha256_crypt_r()
421 sha256_process_bytes(alt_result, 32, &ctx); in php_sha256_crypt_r()
423 sha256_process_bytes(key, key_len, &ctx); in php_sha256_crypt_r()
435 sha256_process_bytes(key, key_len, &alt_ctx); in php_sha256_crypt_r()
476 sha256_process_bytes(alt_result, 32, &ctx); in php_sha256_crypt_r()
[all …]

Completed in 9 milliseconds