| /src/crypto/openssl/Configurations/ |
| H A D | INTERNALS.Configure | 22 condition stack that tell if a build.info should be processed or if it 35 statements) need to be processed either way to keep track of the skip 39 the skip stack should look like after each line is processed: 44 | ... whatever ... | | this line is processed | 46 | ... whatever ... | | this line is processed | 52 | ... whatever ... | | this line is processed | 78 | ... whatever ... | | this line is processed | 80 | ... whatever ... | | this line is processed | 86 | ... whatever ... | | this line is processed | 102 | ... whatever ... | | this line is processed | [all …]
|
| /src/sys/dev/enic/ |
| H A D | enic_txrx.c | 176 int processed; in enic_isc_txd_credits_update() local 202 processed = wq->processed; in enic_isc_txd_credits_update() 203 wq->processed = 0; in enic_isc_txd_credits_update() 207 return (processed); in enic_isc_txd_credits_update() 336 int processed; in vnic_wq_service() local 338 processed = completed_index - wq->ring.last_count; in vnic_wq_service() 339 if (processed < 0) in vnic_wq_service() 340 processed += wq->ring.desc_count; in vnic_wq_service() 341 if (processed == 0) in vnic_wq_service() 342 processed++; in vnic_wq_service() [all …]
|
| /src/contrib/tcpdump/ |
| H A D | print-ldp.c | 553 u_int processed; in ldp_print() local 557 processed = ldp_pdu_print(ndo, pptr); in ldp_print() 558 if (processed == 0) in ldp_print() 560 if (len < processed) { in ldp_print() 561 ND_PRINT(" [remaining length %u < %u]", len, processed); in ldp_print() 565 len -= processed; in ldp_print() 566 pptr += processed; in ldp_print() 580 int hexdump,processed; in ldp_pdu_print() local 669 processed = ldp_tlv_print(ndo, msg_tptr, msg_tlen); in ldp_pdu_print() 670 if (processed == 0) in ldp_pdu_print() [all …]
|
| /src/crypto/openssl/crypto/bio/ |
| H A D | bio_cb.c | 20 int argi, long argl, int ret, size_t *processed) in BIO_debug_callback_ex() argument 30 if (processed != NULL) in BIO_debug_callback_ex() 31 l = *processed; in BIO_debug_callback_ex() 126 size_t processed = 0; in BIO_debug_callback() local 129 processed = (size_t)ret; in BIO_debug_callback() 131 argi, argl, ret > 0 ? 1 : (int)ret, &processed); in BIO_debug_callback()
|
| /src/usr.sbin/periodic/ |
| H A D | periodic.sh | 126 processed=0 131 processed=$(($processed + 1)) 148 [ $processed = 1 ] && plural= || plural=s 149 echo "No output from the $processed file$plural processed"
|
| /src/contrib/libpcap/ |
| H A D | pcap-septel.c | 53 int processed = 0 ; in septel_read() local 153 processed++ ; in septel_read() 160 processed++; in septel_read() 163 while (processed < cnt) ; in septel_read() 165 return processed ; in septel_read()
|
| /src/usr.sbin/bhyve/ |
| H A D | usb_emul.h | 103 uint32_t processed; /* device processed this + errcode */ member 128 #define USB_DATA_GET_ERRCODE(x) (x)->processed >> 8 130 (x)->processed = ((x)->processed & 0xFF) | (e << 8); \
|
| /src/sys/netgraph/ |
| H A D | ng_checksum.c | 310 int processed = 0; in checksum_ipv4() local 338 processed = 1; in checksum_ipv4() 366 processed = 1; in checksum_ipv4() 392 processed = 1; in checksum_ipv4() 405 if (processed) in checksum_ipv4() 406 priv->stats.processed++; in checksum_ipv4() 421 int processed = 0; in checksum_ipv6() local 491 processed = 1; in checksum_ipv6() 516 processed = 1; in checksum_ipv6() 529 if (processed) in checksum_ipv6() [all …]
|
| /src/crypto/openssl/doc/man3/ |
| H A D | SSL_pending.pod | 18 is processed (e.g. decrypted) in one go and is buffered by OpenSSL until it is 21 SSL_pending() returns the number of bytes which have been processed, buffered 35 SSL_has_pending() returns 1 if B<s> has buffered data (whether processed or 38 data because the unprocessed buffered data when processed yielded no application 47 SSL_pending() returns the number of buffered and processed application data
|
| H A D | SSL_CONF_cmd_argv.pod | 17 are updated to reflect the number of command options processed. The B<pargc> 22 SSL_CONF_cmd_argv() returns the number of command arguments processed: 0, 1, 2 27 If -1 is returned the command is recognised but couldn't be processed due
|
| H A D | EVP_EncodeInit.pod | 62 blocks of data (48 bytes) will be immediately processed and output by this 63 function. Any remainder is held in the B<ctx> object and will be processed by a 67 any remainder). This gives the number of blocks of data that will be processed. 107 if its length is not a multiple of 4 (including any padding), to be processed 126 A return value of 0 additionally indicates that the last 4 bytes processed 129 expected to be processed. 131 For every 4 valid base64 bytes processed (ignoring whitespace, carriage returns
|
| H A D | SSL_inject_net_dgram.pod | 19 object. The payload is processed as though it was received from the network. 30 OpenSSL, the packet will be processed as though the received datagram had the
|
| /src/sys/contrib/device-tree/Bindings/ |
| H A D | .gitignore | 3 /processed-schema*.yaml 4 /processed-schema*.json
|
| H A D | Makefile | 62 $(obj)/processed-schema.json: $(DT_DOCS) check_dtschema_version FORCE 72 always-y += processed-schema.json 81 dt_compatible_check: $(obj)/processed-schema.json
|
| /src/sys/opencrypto/ |
| H A D | criov.c | 75 processed += PAGE_SIZE - off; \ 158 int processed __unused; in cvm_page_apply() 162 processed = 0; in cvm_page_apply() 171 processed += count; in cvm_page_apply() 197 int processed = 0; in cvm_page_copyback() local 207 processed += count; in cvm_page_copyback() 211 return (processed); in cvm_page_copyback() 222 int processed = 0; in cvm_page_copydata() local 232 processed += count; in cvm_page_copydata() 236 return processed; in cvm_page_copydata()
|
| /src/sys/contrib/openzfs/module/icp/algs/modes/ |
| H A D | ccm.c | 765 size_t remainder, processed; in ccm_init() local 803 processed = block_size - encoded_a_len; in ccm_init() 804 if (processed > auth_data_len) { in ccm_init() 806 processed = auth_data_len; in ccm_init() 808 memcpy(authp+encoded_a_len, auth_data, processed); in ccm_init() 812 remainder -= processed; in ccm_init() 825 memcpy(authp, &(auth_data[processed]), remainder); in ccm_init() 829 datap = (uint8_t *)(&(auth_data[processed])); in ccm_init() 830 processed += block_size; in ccm_init()
|
| H A D | gcm.c | 392 int processed = 0, rv; in gcm_decrypt_final() local 411 processed, encrypt_block, xor_block); in gcm_decrypt_final() 433 processed += block_size; in gcm_decrypt_final() 494 ulong_t processed = 0; in gcm_format_initial_blocks() local 514 memcpy(cb, &(iv[processed]), remainder); in gcm_format_initial_blocks() 518 datap = (uint8_t *)(&(iv[processed])); in gcm_format_initial_blocks() 519 processed += block_size; in gcm_format_initial_blocks() 543 size_t remainder, processed; in gcm_init() local 559 processed = 0; in gcm_init() 570 memcpy(authp, &(auth_data[processed]), in gcm_init() [all …]
|
| /src/crypto/openssh/ |
| H A D | moduli.c | 539 unsigned long num_to_process, processed, remaining, percent, eta; in print_progress() local 553 processed = current_lineno - start_lineno; in print_progress() 556 time_per_line = (double)elapsed / processed; in print_progress() 561 processed, fmt_time(elapsed)); in print_progress() 564 percent = 100 * processed / num_to_process; in print_progress() 568 ctime(&time_now), processed, num_to_process, percent, in print_progress()
|
| /src/sys/dev/hwpmc/ |
| H A D | hwpmc_soft.c | 363 int ri, processed, error, user_mode; in pmc_soft_intr() local 368 processed = 0; in pmc_soft_intr() 380 processed = 1; in pmc_soft_intr() 403 if (processed) in pmc_soft_intr() 408 return (processed); in pmc_soft_intr()
|
| /src/crypto/openssl/doc/man1/ |
| H A D | openssl-rehash.pod.in | 51 processed in turn. If not, then the B<SSL_CERT_DIR> environment variable 55 but often F</usr/local/ssl/certs>) is processed. 57 In order for a directory to be processed, the user must have write 62 When a directory is processed, all links in it that have a name 122 By default, this command only lists each directory as it is processed.
|
| /src/bin/sh/tests/invocation/ |
| H A D | sh-ca1.0 | 1 # Test that attached options after c are processed
|
| H A D | sh-ac1.0 | 1 # Test that attached options before c are processed
|
| H A D | sh-fca1.0 | 1 # Test that attached options before and after c are processed
|
| /src/crypto/openssl/ssl/quic/ |
| H A D | quic_record_rx.c | 273 urxe->processed = 0; in ossl_qrx_inject_urxe() 436 pkt_mark(&urxe->processed, 0); in qrx_validate_initial_pkt() 477 urxe->processed = 0; in ossl_qrx_validate_initial_packet() 1037 if (pkt_is_marked(&urxe->processed, pkt_idx)) in qrx_process_pkt() 1094 pkt_mark(&urxe->processed, pkt_idx); in qrx_process_pkt() 1270 pkt_mark(&urxe->processed, pkt_idx); in qrx_process_pkt() 1323 pkt_mark(&urxe->processed, pkt_idx); in qrx_process_pkt() 1336 pkt_mark(&urxe->processed, pkt_idx); in qrx_process_pkt()
|
| /src/contrib/file/tests/ |
| H A D | android-vdex-2.result | 1 Android vdex file, being processed by dex2oat, verifier deps version: 019, dex section version: 002…
|