Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/ssl/record/
HDssl3_record_tls13.c32 int lenu, lenf; in tls13_enc() local
174 && EVP_CipherUpdate(ctx, NULL, &lenu, NULL, in tls13_enc()
176 || EVP_CipherUpdate(ctx, NULL, &lenu, recheader, in tls13_enc()
178 || EVP_CipherUpdate(ctx, rec->data, &lenu, rec->input, in tls13_enc()
180 || EVP_CipherFinal_ex(ctx, rec->data + lenu, &lenf) <= 0 in tls13_enc()
181 || (size_t)(lenu + lenf) != rec->length) { in tls13_enc()
/freebsd-13-stable/usr.sbin/rpc.lockd/
HDlockd_lock.c176 const u_int64_t startu, const u_int64_t lenu,
495 region_compare(starte, lene, startu, lenu, in region_compare() argument
497 const u_int64_t starte, lene, startu, lenu; in region_compare()
510 if (lene == 0 && lenu == 0) {
531 } else if (lene == 0 && lenu != 0) {
542 if (startu + lenu < starte) {
546 } else if (startu + lenu == starte) {
563 *start2 = startu+lenu;
567 } else if (lene != 0 && lenu == 0) {
615 if (startu + lenu < starte) {
[all …]
/freebsd-13-stable/sys/dev/cxgbe/firmware/
HDt4fw_interface.h2855 } lenu; member