Searched refs:L_S (Results 1 – 1 of 1) sorted by relevance
148 uint_t L_S, L_S1, L_S2; in soft_tls_prf() local152 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()