Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dcrypt_sha256.c336 struct sha256_ctx alt_ctx; in php_sha256_crypt_r() local
396 sha256_init_ctx(&alt_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()
409 sha256_finish_ctx(&alt_ctx, alt_result); in php_sha256_crypt_r()
431 sha256_init_ctx(&alt_ctx); in php_sha256_crypt_r()
435 sha256_process_bytes(key, key_len, &alt_ctx); in php_sha256_crypt_r()
439 sha256_finish_ctx(&alt_ctx, temp_result); in php_sha256_crypt_r()
449 sha256_init_ctx(&alt_ctx); in php_sha256_crypt_r()
457 sha256_finish_ctx(&alt_ctx, temp_result); in php_sha256_crypt_r()
[all …]
H A Dcrypt_sha512.c369 struct sha512_ctx alt_ctx; in php_sha512_crypt_r() local
430 sha512_init_ctx(&alt_ctx); in php_sha512_crypt_r()
433 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
439 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
443 sha512_finish_ctx(&alt_ctx, alt_result); in php_sha512_crypt_r()
465 sha512_init_ctx(&alt_ctx); in php_sha512_crypt_r()
469 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
473 sha512_finish_ctx(&alt_ctx, temp_result); in php_sha512_crypt_r()
484 sha512_init_ctx(&alt_ctx); in php_sha512_crypt_r()
492 sha512_finish_ctx(&alt_ctx, temp_result); in php_sha512_crypt_r()
[all …]

Completed in 11 milliseconds