Lines Matching refs:algorithm
1472 char algorithm[MAXALGLEN];
1683 * Signature (name of the compression algorithm)
1692 (void) bzero(algorithm, sizeof (algorithm));
1693 (void) strlcpy(algorithm, li->l_name, sizeof (algorithm));
1694 if (write(compfd, algorithm, sizeof (algorithm))
1695 != sizeof (algorithm))
1797 die(gettext("invalid algorithm name: %s\n"), algname);
1953 /* optional algorithm */