Lines Matching refs:sha512_process_bytes

283 sha512_process_bytes(const void *buffer, size_t len, struct sha512_ctx *ctx) {  in sha512_process_bytes()  function
436 sha512_process_bytes(key, key_len, &ctx); in php_sha512_crypt_r()
441 sha512_process_bytes(salt, salt_len, &ctx); in php_sha512_crypt_r()
449 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
452 sha512_process_bytes(salt, salt_len, &alt_ctx); in php_sha512_crypt_r()
455 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
463 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r()
465 sha512_process_bytes(alt_result, cnt, &ctx); in php_sha512_crypt_r()
471 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r()
473 sha512_process_bytes(key, key_len, &ctx); in php_sha512_crypt_r()
485 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
504 sha512_process_bytes(salt, salt_len, &alt_ctx); in php_sha512_crypt_r()
525 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
527 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r()
532 sha512_process_bytes(s_bytes, salt_len, &ctx); in php_sha512_crypt_r()
537 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
542 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r()
544 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
774 sha512_process_bytes (tests[cnt].input, strlen (tests[cnt].input), &ctx); in main()
783 sha512_process_bytes (&tests[cnt].input[i], 1, &ctx); in main()
797 sha512_process_bytes (buf, sizeof (buf), &ctx); in main()