Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dcrypt_sha256.c335 struct sha256_ctx alt_ctx; in php_sha256_crypt_r() local
406 sha256_init_ctx(&alt_ctx); in php_sha256_crypt_r()
409 sha256_process_bytes(key, key_len, &alt_ctx); in php_sha256_crypt_r()
415 sha256_process_bytes(key, key_len, &alt_ctx); in php_sha256_crypt_r()
419 sha256_finish_ctx(&alt_ctx, alt_result); in php_sha256_crypt_r()
441 sha256_init_ctx(&alt_ctx); in php_sha256_crypt_r()
445 sha256_process_bytes(key, key_len, &alt_ctx); in php_sha256_crypt_r()
449 sha256_finish_ctx(&alt_ctx, temp_result); in php_sha256_crypt_r()
460 sha256_init_ctx(&alt_ctx); in php_sha256_crypt_r()
468 sha256_finish_ctx(&alt_ctx, temp_result); in php_sha256_crypt_r()
[all …]
H A Dcrypt_sha512.c368 struct sha512_ctx alt_ctx; in php_sha512_crypt_r() local
440 sha512_init_ctx(&alt_ctx); in php_sha512_crypt_r()
443 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
449 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
453 sha512_finish_ctx(&alt_ctx, alt_result); in php_sha512_crypt_r()
475 sha512_init_ctx(&alt_ctx); in php_sha512_crypt_r()
479 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
483 sha512_finish_ctx(&alt_ctx, temp_result); in php_sha512_crypt_r()
495 sha512_init_ctx(&alt_ctx); in php_sha512_crypt_r()
503 sha512_finish_ctx(&alt_ctx, temp_result); in php_sha512_crypt_r()
[all …]

Completed in 8 milliseconds