Searched refs:L_S (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c151 uint_t L_S, L_S1, L_S2; local
155 L_S = 0;
162 L_S = roundup(secretlen, 2) / 2;
163 L_S1 = L_S;
164 L_S2 = L_S;
169 if (L_S > MD5_HMAC_BLOCK_SIZE) {
174 MD5Update(&md5_ctx, S1, L_S);
180 SHA1Update(&sha1_ctx, S2, L_S);

Completed in 25 milliseconds