Home | History | Annotate | Download | only in ssl

Lines Matching refs:minLength

11901     unsigned int         minLength;
11972 minLength = crSpec->mac_size;
11975 minLength++;
11978 minLength += cipher_def->iv_size;
11981 minLength = cipher_def->explicit_nonce_size + cipher_def->tag_size;
11986 if (cText->buf->len < minLength) {
12131 * tested the unadjusted size against minLength, above. */
12134 /* This is safe because we checked the minLength above. */