Lines Matching refs:sha512_process_bytes
273 sha512_process_bytes(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_bytes() function
430 sha512_process_bytes(key, key_len, &ctx); in php_sha512_crypt_r()
435 sha512_process_bytes(salt, salt_len, &ctx); in php_sha512_crypt_r()
443 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
446 sha512_process_bytes(salt, salt_len, &alt_ctx); in php_sha512_crypt_r()
449 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
457 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r()
459 sha512_process_bytes(alt_result, cnt, &ctx); in php_sha512_crypt_r()
465 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r()
467 sha512_process_bytes(key, key_len, &ctx); in php_sha512_crypt_r()
479 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
499 sha512_process_bytes(salt, salt_len, &alt_ctx); in php_sha512_crypt_r()
521 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
523 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r()
528 sha512_process_bytes(s_bytes, salt_len, &ctx); in php_sha512_crypt_r()
533 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
538 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r()
540 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
778 sha512_process_bytes (tests[cnt].input, strlen (tests[cnt].input), &ctx); in main()
787 sha512_process_bytes (&tests[cnt].input[i], 1, &ctx); in main()
801 sha512_process_bytes (buf, sizeof (buf), &ctx); in main()