Lines Matching refs:sha512_process_bytes

272 sha512_process_bytes(const void *buffer, size_t len, struct sha512_ctx *ctx) {  in sha512_process_bytes()  function
429 sha512_process_bytes(key, key_len, &ctx); in php_sha512_crypt_r()
434 sha512_process_bytes(salt, salt_len, &ctx); in php_sha512_crypt_r()
442 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
445 sha512_process_bytes(salt, salt_len, &alt_ctx); in php_sha512_crypt_r()
448 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
456 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r()
458 sha512_process_bytes(alt_result, cnt, &ctx); in php_sha512_crypt_r()
464 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r()
466 sha512_process_bytes(key, key_len, &ctx); in php_sha512_crypt_r()
478 sha512_process_bytes(key, key_len, &alt_ctx); in php_sha512_crypt_r()
498 sha512_process_bytes(salt, salt_len, &alt_ctx); in php_sha512_crypt_r()
520 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
522 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r()
527 sha512_process_bytes(s_bytes, salt_len, &ctx); in php_sha512_crypt_r()
532 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
537 sha512_process_bytes(alt_result, 64, &ctx); in php_sha512_crypt_r()
539 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
777 sha512_process_bytes (tests[cnt].input, strlen (tests[cnt].input), &ctx); in main()
786 sha512_process_bytes (&tests[cnt].input[i], 1, &ctx); in main()
800 sha512_process_bytes (buf, sizeof (buf), &ctx); in main()