Lines Matching refs:alt_result
345 unsigned char alt_result[32]; in php_sha256_crypt_r() local
349 __declspec(align(32)) unsigned char alt_result[32]; in php_sha256_crypt_r()
353 unsigned char alt_result[32] ALIGNED(__alignof__ (uint32_t)); in php_sha256_crypt_r()
431 sha256_finish_ctx(&alt_ctx, alt_result); in php_sha256_crypt_r()
435 sha256_process_bytes(alt_result, 32, &ctx); in php_sha256_crypt_r()
437 sha256_process_bytes(alt_result, cnt, &ctx); in php_sha256_crypt_r()
443 sha256_process_bytes(alt_result, 32, &ctx); in php_sha256_crypt_r()
450 sha256_finish_ctx(&ctx, alt_result); in php_sha256_crypt_r()
474 for (cnt = 0; cnt < (size_t) (16 + alt_result[0]); ++cnt) { in php_sha256_crypt_r()
498 sha256_process_bytes(alt_result, 32, &ctx); in php_sha256_crypt_r()
513 sha256_process_bytes(alt_result, 32, &ctx); in php_sha256_crypt_r()
519 sha256_finish_ctx(&ctx, alt_result); in php_sha256_crypt_r()
557 b64_from_24bit(alt_result[0], alt_result[10], alt_result[20], 4); in php_sha256_crypt_r()
558 b64_from_24bit(alt_result[21], alt_result[1], alt_result[11], 4); in php_sha256_crypt_r()
559 b64_from_24bit(alt_result[12], alt_result[22], alt_result[2], 4); in php_sha256_crypt_r()
560 b64_from_24bit(alt_result[3], alt_result[13], alt_result[23], 4); in php_sha256_crypt_r()
561 b64_from_24bit(alt_result[24], alt_result[4], alt_result[14], 4); in php_sha256_crypt_r()
562 b64_from_24bit(alt_result[15], alt_result[25], alt_result[5], 4); in php_sha256_crypt_r()
563 b64_from_24bit(alt_result[6], alt_result[16], alt_result[26], 4); in php_sha256_crypt_r()
564 b64_from_24bit(alt_result[27], alt_result[7], alt_result[17], 4); in php_sha256_crypt_r()
565 b64_from_24bit(alt_result[18], alt_result[28], alt_result[8], 4); in php_sha256_crypt_r()
566 b64_from_24bit(alt_result[9], alt_result[19], alt_result[29], 4); in php_sha256_crypt_r()
567 b64_from_24bit(0, alt_result[31], alt_result[30], 3); in php_sha256_crypt_r()
579 sha256_finish_ctx(&ctx, alt_result); in php_sha256_crypt_r()