Lines Matching refs:sha512_process_bytes
52 # define sha512_process_bytes(buf, len, ctxp, nss_ctxp) \ macro
69 # define sha512_process_bytes(buf, len, ctxp, nss_ctxp) \ macro
194 sha512_process_bytes (key, key_len, &ctx, nss_ctx); in __sha512_crypt_r()
198 sha512_process_bytes (salt, salt_len, &ctx, nss_ctx); in __sha512_crypt_r()
206 sha512_process_bytes (key, key_len, &alt_ctx, nss_alt_ctx); in __sha512_crypt_r()
209 sha512_process_bytes (salt, salt_len, &alt_ctx, nss_alt_ctx); in __sha512_crypt_r()
212 sha512_process_bytes (key, key_len, &alt_ctx, nss_alt_ctx); in __sha512_crypt_r()
220 sha512_process_bytes (alt_result, 64, &ctx, nss_ctx); in __sha512_crypt_r()
221 sha512_process_bytes (alt_result, cnt, &ctx, nss_ctx); in __sha512_crypt_r()
227 sha512_process_bytes (alt_result, 64, &ctx, nss_ctx); in __sha512_crypt_r()
229 sha512_process_bytes (key, key_len, &ctx, nss_ctx); in __sha512_crypt_r()
239 sha512_process_bytes (key, key_len, &alt_ctx, nss_alt_ctx); in __sha512_crypt_r()
266 sha512_process_bytes (salt, salt_len, &alt_ctx, nss_alt_ctx); in __sha512_crypt_r()
286 sha512_process_bytes (p_bytes, key_len, &ctx, nss_ctx); in __sha512_crypt_r()
288 sha512_process_bytes (alt_result, 64, &ctx, nss_ctx); in __sha512_crypt_r()
292 sha512_process_bytes (s_bytes, salt_len, &ctx, nss_ctx); in __sha512_crypt_r()
296 sha512_process_bytes (p_bytes, key_len, &ctx, nss_ctx); in __sha512_crypt_r()
300 sha512_process_bytes (alt_result, 64, &ctx, nss_ctx); in __sha512_crypt_r()
302 sha512_process_bytes (p_bytes, key_len, &ctx, nss_ctx); in __sha512_crypt_r()