Home
last modified time | relevance | path

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

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