Searched refs:lenu (Results 1 – 1 of 1) sorted by relevance
/openssl-master/ssl/record/ |
A D | ssl3_record_tls13.c | 31 int lenu, lenf; in tls13_enc() local 167 && EVP_CipherUpdate(ctx, NULL, &lenu, NULL, in tls13_enc() 169 || EVP_CipherUpdate(ctx, NULL, &lenu, recheader, in tls13_enc() 171 || EVP_CipherUpdate(ctx, rec->data, &lenu, rec->input, in tls13_enc() 173 || EVP_CipherFinal_ex(ctx, rec->data + lenu, &lenf) <= 0 in tls13_enc() 174 || (size_t)(lenu + lenf) != rec->length) { in tls13_enc()
|
Completed in 2 milliseconds