Home
last modified time | relevance | path

Searched refs:lenu (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/record/
H A Dssl3_record_tls13.c32 int lenu, lenf; in tls13_enc() local
172 && EVP_CipherUpdate(ctx, NULL, &lenu, NULL, in tls13_enc()
174 || EVP_CipherUpdate(ctx, NULL, &lenu, recheader, in tls13_enc()
176 || EVP_CipherUpdate(ctx, rec->data, &lenu, rec->input, in tls13_enc()
178 || EVP_CipherFinal_ex(ctx, rec->data + lenu, &lenf) <= 0 in tls13_enc()
179 || (size_t)(lenu + lenf) != rec->length) { in tls13_enc()
/third_party/openssl/ssl/record/
H A Dssl3_record_tls13.c32 int lenu, lenf; in tls13_enc() local
172 && EVP_CipherUpdate(ctx, NULL, &lenu, NULL, in tls13_enc()
174 || EVP_CipherUpdate(ctx, NULL, &lenu, recheader, in tls13_enc()
176 || EVP_CipherUpdate(ctx, rec->data, &lenu, rec->input, in tls13_enc()
178 || EVP_CipherFinal_ex(ctx, rec->data + lenu, &lenf) <= 0 in tls13_enc()
179 || (size_t)(lenu + lenf) != rec->length) { in tls13_enc()
/third_party/lame/frontend/
H A Dparse.c457 const size_t lenu = strlen(u); in lame_version_print() local
461 if (lw >= lenb + lenv + lenu + sw || lw < lenu + 2) in lame_version_print()
468 int const n_white_spaces = (int)((lenu+2) > lw ? 0 : lw-2-lenu); in lame_version_print()

Completed in 7 milliseconds