Searched refs:origlen (Results 1 – 1 of 1) sorted by relevance
1686 size_t origlen, len; in tls_post_encryption_processing_default() local1691 if (!WPACKET_get_length(thispkt, &origlen) in tls_post_encryption_processing_default()1693 || !ossl_assert(origlen + SSL3_RT_SEND_MAX_ENCRYPTED_OVERHEAD in tls_post_encryption_processing_default()1696 || origlen > thiswr->length in tls_post_encryption_processing_default()1697 || (thiswr->length > origlen in tls_post_encryption_processing_default()1699 thiswr->length - origlen, in tls_post_encryption_processing_default()
Completed in 13 milliseconds