Lines Matching refs:algorithm

86     SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm);
92 SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm,
1105 /* We only support one preference of digest algorithm. */
1108 "More than one digest algorithm specified.");
1136 /* We only support one preference of digest algorithm. */
1139 "More than one digest algorithm specified.");
1160 SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm
1163 return (getDigest(oid, ISCSI_LOGIN_PARAM_HEADER_DIGEST, algorithm));
1168 SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm
1171 return (getDigest(oid, ISCSI_LOGIN_PARAM_DATA_DIGEST, algorithm));
2137 SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm
2150 algorithm->defaultAlgorithms[0] = ISCSI_DIGEST_NONE;
2151 algorithm->defaultAlgorithmCount = 1;
2154 algorithm->defaultAlgorithms[0] = ISCSI_DIGEST_CRC32C;
2155 algorithm->defaultAlgorithmCount = 1;
2159 algorithm->defaultAlgorithms[0] = ISCSI_DIGEST_CRC32C;
2160 algorithm->defaultAlgorithms[1] = ISCSI_DIGEST_NONE;
2161 algorithm->defaultAlgorithmCount = 2;
2164 algorithm->defaultAlgorithms[0] = ISCSI_DIGEST_NONE;
2165 algorithm->defaultAlgorithms[1] = ISCSI_DIGEST_CRC32C;
2166 algorithm->defaultAlgorithmCount = 2;
2177 algorithm->currentValid = IMA_TRUE;
2181 algorithm->currentAlgorithms[0] =
2183 algorithm->currentAlgorithmCount = 1;
2186 algorithm->currentAlgorithms[0] =
2188 algorithm->currentAlgorithmCount = 1;
2192 algorithm->currentAlgorithms[0] =
2194 algorithm->currentAlgorithms[1] =
2196 algorithm->currentAlgorithmCount = 2;
2199 algorithm->currentAlgorithms[0] =
2201 algorithm->currentAlgorithms[1] =
2203 algorithm->currentAlgorithmCount = 2;
2214 algorithm->currentValid = IMA_FALSE;
2600 SUN_IMA_DIGEST_ALGORITHM_VALUE *algorithm,
2606 algorithm->negotiatedValid = IMA_TRUE;
2616 algorithm->negotiatedAlgorithms[0] =
2618 algorithm->negotiatedAlgorithmCount = 1;
2621 algorithm->negotiatedAlgorithms[0] =
2623 algorithm->negotiatedAlgorithmCount = 1;
2627 algorithm->negotiatedAlgorithms[0] =
2629 algorithm->negotiatedAlgorithms[1] =
2631 algorithm->negotiatedAlgorithmCount = 2;
2634 algorithm->negotiatedAlgorithms[0] =
2636 algorithm->negotiatedAlgorithms[1] =
2638 algorithm->negotiatedAlgorithmCount = 2;
2647 algorithm->negotiatedValid = IMA_FALSE;