Lines Matching refs:__crypt__sha512_process_bytes
241 __crypt__sha512_process_bytes (const void *buffer, size_t len, struct sha512_ctx *ctx) in __crypt__sha512_process_bytes() function
396 __crypt__sha512_process_bytes (key, key_len, &ctx); in crypt_sha512_r()
401 __crypt__sha512_process_bytes (salt, salt_len, &ctx); in crypt_sha512_r()
409 __crypt__sha512_process_bytes (key, key_len, &alt_ctx); in crypt_sha512_r()
412 __crypt__sha512_process_bytes (salt, salt_len, &alt_ctx); in crypt_sha512_r()
415 __crypt__sha512_process_bytes (key, key_len, &alt_ctx); in crypt_sha512_r()
423 __crypt__sha512_process_bytes (alt_result, 64, &ctx); in crypt_sha512_r()
424 __crypt__sha512_process_bytes (alt_result, cnt, &ctx); in crypt_sha512_r()
430 __crypt__sha512_process_bytes (alt_result, 64, &ctx); in crypt_sha512_r()
432 __crypt__sha512_process_bytes (key, key_len, &ctx); in crypt_sha512_r()
442 __crypt__sha512_process_bytes (key, key_len, &alt_ctx); in crypt_sha512_r()
458 __crypt__sha512_process_bytes (salt, salt_len, &alt_ctx); in crypt_sha512_r()
478 __crypt__sha512_process_bytes (p_bytes, key_len, &ctx); in crypt_sha512_r()
480 __crypt__sha512_process_bytes (alt_result, 64, &ctx); in crypt_sha512_r()
484 __crypt__sha512_process_bytes (s_bytes, salt_len, &ctx); in crypt_sha512_r()
488 __crypt__sha512_process_bytes (p_bytes, key_len, &ctx); in crypt_sha512_r()
492 __crypt__sha512_process_bytes (alt_result, 64, &ctx); in crypt_sha512_r()
494 __crypt__sha512_process_bytes (p_bytes, key_len, &ctx); in crypt_sha512_r()
721 __crypt__sha512_process_bytes (tests[cnt].input, strlen (tests[cnt].input), &ctx); in main()
731 __crypt__sha512_process_bytes (&tests[cnt].input[i], 1, &ctx); in main()
745 __crypt__sha512_process_bytes (buf, sizeof (buf), &ctx); in main()