Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c358 struct sha256_ctx alt_ctx; in php_sha256_crypt_r() local
418 sha256_init_ctx(&alt_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()
431 sha256_finish_ctx(&alt_ctx, alt_result); in php_sha256_crypt_r()
453 sha256_init_ctx(&alt_ctx); in php_sha256_crypt_r()
457 sha256_process_bytes(key, key_len, &alt_ctx); in php_sha256_crypt_r()
461 sha256_finish_ctx(&alt_ctx, temp_result); in php_sha256_crypt_r()
471 sha256_init_ctx(&alt_ctx); in php_sha256_crypt_r()
479 sha256_finish_ctx(&alt_ctx, temp_result); in php_sha256_crypt_r()
[all …]
H A Dcrypt_sha512.c391 struct sha512_ctx alt_ctx; in php_sha512_crypt_r() local
452 sha512_init_ctx(&alt_ctx); in php_sha512_crypt_r()
455 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
461 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
465 sha512_finish_ctx(&alt_ctx, alt_result); in php_sha512_crypt_r()
487 sha512_init_ctx(&alt_ctx); in php_sha512_crypt_r()
491 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
495 sha512_finish_ctx(&alt_ctx, temp_result); in php_sha512_crypt_r()
506 sha512_init_ctx(&alt_ctx); in php_sha512_crypt_r()
514 sha512_finish_ctx(&alt_ctx, temp_result); in php_sha512_crypt_r()
[all …]

Completed in 17 milliseconds