Lines Matching refs:sha512_process_bytes

274 sha512_process_bytes(const void *buffer, size_t len, struct sha512_ctx *ctx) {  in sha512_process_bytes()  function
424 sha512_process_bytes(key, key_len, &ctx); in php_sha512_crypt_r()
429 sha512_process_bytes(salt, salt_len, &ctx); in php_sha512_crypt_r()
437 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
440 sha512_process_bytes(salt, salt_len, &alt_ctx); in php_sha512_crypt_r()
443 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
451 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r()
453 sha512_process_bytes(alt_result, cnt, &ctx); in php_sha512_crypt_r()
459 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r()
461 sha512_process_bytes(key, key_len, &ctx); in php_sha512_crypt_r()
473 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
492 sha512_process_bytes(salt, salt_len, &alt_ctx); in php_sha512_crypt_r()
513 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
515 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r()
520 sha512_process_bytes(s_bytes, salt_len, &ctx); in php_sha512_crypt_r()
525 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
530 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r()
532 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
762 sha512_process_bytes (tests[cnt].input, strlen (tests[cnt].input), &ctx); in main()
771 sha512_process_bytes (&tests[cnt].input[i], 1, &ctx); in main()
785 sha512_process_bytes (buf, sizeof (buf), &ctx); in main()