Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dcrypt_sha256.c336 struct sha256_ctx alt_ctx; in php_sha256_crypt_r() local
400 sha256_init_ctx(&alt_ctx); in php_sha256_crypt_r()
403 sha256_process_bytes(key, key_len, &alt_ctx); in php_sha256_crypt_r()
409 sha256_process_bytes(key, key_len, &alt_ctx); in php_sha256_crypt_r()
413 sha256_finish_ctx(&alt_ctx, alt_result); in php_sha256_crypt_r()
435 sha256_init_ctx(&alt_ctx); in php_sha256_crypt_r()
439 sha256_process_bytes(key, key_len, &alt_ctx); in php_sha256_crypt_r()
443 sha256_finish_ctx(&alt_ctx, temp_result); in php_sha256_crypt_r()
453 sha256_init_ctx(&alt_ctx); in php_sha256_crypt_r()
461 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
434 sha512_init_ctx(&alt_ctx); in php_sha512_crypt_r()
437 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
443 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
447 sha512_finish_ctx(&alt_ctx, alt_result); in php_sha512_crypt_r()
469 sha512_init_ctx(&alt_ctx); in php_sha512_crypt_r()
473 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
477 sha512_finish_ctx(&alt_ctx, temp_result); in php_sha512_crypt_r()
488 sha512_init_ctx(&alt_ctx); in php_sha512_crypt_r()
496 sha512_finish_ctx(&alt_ctx, temp_result); in php_sha512_crypt_r()
[all …]

Completed in 14 milliseconds