Searched refs:lenu (Results 1 – 1 of 1) sorted by relevance
/openssl/ssl/record/methods/ |
H A D | tls13_meth.c | 96 int lenu, lenf; in tls13_cipher() local 228 && EVP_CipherUpdate(enc_ctx, NULL, &lenu, NULL, in tls13_cipher() 230 || EVP_CipherUpdate(enc_ctx, NULL, &lenu, recheader, in tls13_cipher() 232 || EVP_CipherUpdate(enc_ctx, rec->data, &lenu, rec->input, in tls13_cipher() 234 || EVP_CipherFinal_ex(enc_ctx, rec->data + lenu, &lenf) <= 0 in tls13_cipher() 235 || (size_t)(lenu + lenf) != rec->length) { in tls13_cipher()
|
Completed in 5 milliseconds