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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c148 uint_t L_S, L_S1, L_S2; local
152 L_S = 0;
159 L_S = roundup(secretlen, 2) / 2;
160 L_S1 = L_S;
161 L_S2 = L_S;
166 if (L_S > MD5_HMAC_BLOCK_SIZE) {
171 MD5Update(&md5_ctx, S1, L_S);
177 SHA1Update(&sha1_ctx, S2, L_S);

Completed in 48 milliseconds