| /freebsd/crypto/openssl/ssl/record/methods/ |
| H A D | tls1_meth.c | 173 static int tls1_cipher(OSSL_RECORD_LAYER *rl, TLS_RL_RECORD *recs, in tls1_cipher() argument 218 if (recs[ctr].data != recs[ctr].input) { in tls1_cipher() 221 } else if (RAND_bytes_ex(rl->libctx, recs[ctr].input, in tls1_cipher() 257 reclen[ctr] = recs[ctr].length; in tls1_cipher() 280 buf[ctr][8] = recs[ctr].type; in tls1_cipher() 283 buf[ctr][11] = (unsigned char)(recs[ctr].length >> 8); in tls1_cipher() 284 buf[ctr][12] = (unsigned char)(recs[ctr].length & 0xff); in tls1_cipher() 294 recs[ctr].length += pad; in tls1_cipher() 312 recs[ctr].input[loop] = padval; in tls1_cipher() 314 recs[ctr].length += padnum; in tls1_cipher() [all …]
|
| H A D | tls13_meth.c | 87 static int tls13_cipher(OSSL_RECORD_LAYER *rl, TLS_RL_RECORD *recs, in tls13_cipher() argument 99 TLS_RL_RECORD *rec = &recs[0]; in tls13_cipher()
|
| H A D | tlsany_meth.c | 37 static int tls_any_cipher(OSSL_RECORD_LAYER *rl, TLS_RL_RECORD *recs, in tls_any_cipher() argument
|
| H A D | recmethod_local.h | 115 int (*cipher)(OSSL_RECORD_LAYER *rl, TLS_RL_RECORD *recs, size_t n_recs,
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | DebugTypes.cpp | 648 size_t offset = merged.recs.size(); in mergeTypeRecord() 650 merged.recs.resize(offset + newSize); in mergeTypeRecord() 651 auto newRec = MutableArrayRef(&merged.recs[offset], newSize); in mergeTypeRecord() 698 assert(mergedTpi.recs.empty()); in mergeUniqueTypeRecords() 699 assert(mergedIpi.recs.empty()); in mergeUniqueTypeRecords() 714 mergedTpi.recs.reserve(nbTpiRecs); in mergeUniqueTypeRecords() 715 mergedIpi.recs.reserve(nbIpiRecs); in mergeUniqueTypeRecords()
|
| H A D | DebugTypes.h | 154 std::vector<uint8_t> recs; member
|
| H A D | PDB.cpp | 292 builder.getTpiBuilder().addTypeRecords(source->mergedTpi.recs, in addGHashTypeInfo() 295 builder.getIpiBuilder().addTypeRecords(source->mergedIpi.recs, in addGHashTypeInfo()
|
| /freebsd/lib/libc/db/btree/ |
| H A D | bt_split.c | 792 recno_t recs; in rec_total() local 795 for (recs = 0, nxt = 0, top = NEXTINDEX(h); nxt < top; ++nxt) in rec_total() 796 recs += GETRINTERNAL(h, nxt)->nrecs; in rec_total() 797 return (recs); in rec_total()
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/ |
| H A D | bt_split.c | 806 recno_t recs; in rec_total() local 809 for (recs = 0, nxt = 0, top = NEXTINDEX(h); nxt < top; ++nxt) in rec_total() 810 recs += GETRINTERNAL(h, nxt)->nrecs; in rec_total() 811 return (recs); in rec_total()
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_printf.c | 1349 const dtrace_recdesc_t *recs, uint_t nrecs, const void *buf, in dt_printf_format() argument 1353 const dtrace_recdesc_t *recp = recs; in dt_printf_format() 1607 return ((int)(recp - recs)); in dt_printf_format() 2041 const dtrace_probedata_t *data, const dtrace_recdesc_t *recs, in dtrace_fprinta() argument 2056 const dtrace_recdesc_t *nrec = &recs[i]; in dtrace_fprinta() 2058 if (nrec->dtrd_uarg != recs->dtrd_uarg) in dtrace_fprinta() 2061 if (nrec->dtrd_action != recs->dtrd_action) in dtrace_fprinta()
|
| /freebsd/contrib/ncurses/ |
| H A D | configure | 10059 …h($0); }' 2>/dev/null | $AWK 'BEGIN { eqls=0; recs=0; } { recs++; if ($0 == 12000) eqls++; } END {…
|
| H A D | aclocal.m4 | 596 …$]0); }' 2>/dev/null | $AWK 'BEGIN { eqls=0; recs=0; } { recs++; if ([$]0 == 12000) eqls++; } END …
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 3737 def fopenmp_cuda_teams_reduction_recs_num_EQ : Joined<["-"], "fopenmp-cuda-teams-reduction-recs-num…
|