Home
last modified time | relevance | path

Searched refs:origlen (Results 1 – 1 of 1) sorted by relevance

/openssl/ssl/record/methods/
H A Dtls_common.c1686 size_t origlen, len; in tls_post_encryption_processing_default() local
1691 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 8 milliseconds