Lines Matching full:sslv3
101 /* ssl3_cbc_remove_padding removes padding from the decrypted, SSLv3, CBC
124 /* SSLv3 requires that the padding is minimal. */
417 /* ssl3_cbc_digest_record computes the MAC of a decrypted, padded SSLv3/TLS
430 * is_sslv3: non-zero if we are to use SSLv3. Otherwise, TLS.
550 * In SSLv3, the padding must be minimal so the end of the plaintext
565 * (SSLv3) */
596 * SSLv3. */
598 /* For SSLv3, if we're going to have any starting blocks then we need
609 /* Compute the initial HMAC block. For SSLv3, the padding and
643 /* The SSLv3 header is larger than a single block.
723 /* We repurpose |hmac_pad| to contain the SSLv3 pad2 block. */