Home
last modified time | relevance | path

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

/openssl/ssl/record/methods/
H A Dtls_multib.c76 int packleni; in tls_write_records_multiblock_int() local
132 packleni = EVP_CIPHER_CTX_ctrl(rl->enc_ctx, in tls_write_records_multiblock_int()
135 packlen = (size_t)packleni; in tls_write_records_multiblock_int()
136 if (packleni <= 0 || packlen > wb->len) { /* never happens */ in tls_write_records_multiblock_int()

Completed in 3 milliseconds