Home | History | Annotate | Download | only in openssl

Lines Matching full:plaintext_len

4428 OPENSSL_EXPORT size_t SealRecordPrefixLen(const SSL *ssl, size_t plaintext_len);
4432 // |plaintext_len| must be equal to the size of the plaintext passed to
4435 // |plaintext_len| must not exceed |SSL3_RT_MAX_PLAINTEXT_LENGTH|. The returned
4437 OPENSSL_EXPORT size_t SealRecordSuffixLen(const SSL *ssl, size_t plaintext_len);