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

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c148 uchar_t *S1, *S2; local
158 S2 = NULL;
166 S2 = secret + (secretlen / 2); /* Possible overlap of S1 and S2. */
180 SHA1Update(&sha1_ctx, S2, L_S);
182 S2 = sha1_digested_key;
188 * P_SHA-1(S2, label + seed);
197 P_SHA1(S2, L_S2, label, labellen, rand1, rand1len, rand2, rand2len,

Completed in 24 milliseconds