/freebsd/crypto/openssl/ssl/quic/ |
H A D | quic_impl.c | 27 static void qc_cleanup(QUIC_CONNECTION *qc, int have_lock); 29 static int create_channel(QUIC_CONNECTION *qc, SSL_CTX *ctx); 30 static QUIC_XSO *create_xso_from_stream(QUIC_CONNECTION *qc, QUIC_STREAM *qs); 38 static void qc_update_reject_policy(QUIC_CONNECTION *qc); 39 static void qc_touch_default_xso(QUIC_CONNECTION *qc); 40 static void qc_set_default_xso(QUIC_CONNECTION *qc, QUIC_XSO *xso, int touch); 41 static void qc_set_default_xso_keep_ref(QUIC_CONNECTION *qc, QUIC_XSO *xso, 45 static int quic_mutation_allowed(QUIC_CONNECTION *qc, int req_active); 73 QUIC_CONNECTION *qc; member 86 else if (!ctx->is_stream && ctx->qc != NULL) in quic_set_last_error() [all …]
|
H A D | quic_tserver.c | 82 QUIC_CONNECTION *qc = NULL; in ossl_quic_tserver_new() local 142 qc = OPENSSL_zalloc(sizeof(*qc)); in ossl_quic_tserver_new() 143 if (qc == NULL) in ossl_quic_tserver_new() 145 srv->ssl = (SSL *)qc; in ossl_quic_tserver_new() 146 qc->ch = srv->ch; in ossl_quic_tserver_new() 162 OPENSSL_free(qc); in ossl_quic_tserver_new()
|
H A D | quic_local.h | 282 int ossl_quic_conn_on_handshake_confirmed(QUIC_CONNECTION *qc); 290 void ossl_quic_conn_raise_protocol_error(QUIC_CONNECTION *qc, 295 void ossl_quic_conn_on_remote_conn_close(QUIC_CONNECTION *qc,
|
/freebsd/contrib/pam_modules/pam_passwdqc/ |
H A D | pam_passwdqc.c | 58 passwdqc_params_t qc; member 182 if ((int)strlen(newpass) > params->qc.max) { in check_max() 183 if (params->qc.max != 8) { in check_max() 214 if (i && (int)v > params->qc.min[i - 1]) break; in parse() 215 params->qc.min[i] = v; in parse() 222 params->qc.max = v; in parse() 227 params->qc.passphrase_words = v; in parse() 232 params->qc.match_length = v; in parse() 236 params->qc.similar_deny = 0; in parse() 239 params->qc.similar_deny = 1; in parse() [all …]
|
/freebsd/contrib/atf/atf-sh/ |
H A D | atf-sh.3 | 259 .It Nm atf_expect_death Qo reason Qc Qo ... Qc 262 .It Nm atf_expect_exit Qo exitcode Qc Qo reason Qc Qo ... Qc 271 .It Nm atf_expect_fail Qo reason Qc 295 .It Nm atf_expect_signal Qo signo Qc Qo reason Qc Qo ... Qc 304 .It Nm atf_expect_timeout Qo reason Qc Qo ... Qc 309 .It Nm atf_check Qo [options] Qc Qo command Qc Qo [args] Qc 323 .It Nm atf_check_equal Qo expected_expression Qc Qo actual_expression Qc 328 .It Nm atf_check_not_equal Qo expected_expression Qc Qo actual_expression Qc
|
/freebsd/usr.sbin/sysrc/ |
H A D | sysrc.8 | 257 .Pq usually Qo " " Qc or Qo , Qc . 318 .Pq usually Qo " " Qc or Qo , Qc . 436 .Dl appends Qo gif0 Qc to $cloned_interfaces Pq see APPENDING VALUES . 440 .Dl removes Qo gif0 Qc from $cloned_interfaces Pq see SUBTRACTING VALUES .
|
/freebsd/sys/kern/ |
H A D | subr_vmem.c | 548 qcache_t *qc; in qc_import() 554 qc = arg; in qc_import() 556 if (vmem_xalloc(qc->qc_vmem, qc->qc_size, 0, 0, 0, in qc_import() 570 qcache_t *qc; in qc_release() 573 qc = arg; in qc_release() 575 vmem_xfree(qc->qc_vmem, (vmem_addr_t)store[i], qc->qc_size); in qc_release() 581 qcache_t *qc; in qc_init() 591 qc in qc_init() 550 qcache_t *qc; qc_import() local 572 qcache_t *qc; qc_release() local 583 qcache_t *qc; qc_init() local 1327 qcache_t *qc; vmem_alloc() local 1466 qcache_t *qc; vmem_free() local [all...] |
/freebsd/tools/test/stress2/misc/ |
H A D | quota9.sh | 36 qc() { function 75 qc $mntpoint 84 qc $mntpoint; s=$?
|
/freebsd/usr.sbin/jls/ |
H A D | jls.c | 559 int qc; in quoted_print() local 573 qc = '"'; in quoted_print() 575 qc = '\''; in quoted_print() 577 qc = 0; in quoted_print() 580 qc = '"'; in quoted_print() 585 if (qc && pflags & PRINT_QUOTED) in quoted_print() 586 xo_emit("{P:/%c}", qc); in quoted_print() 590 if (qc && pflags & PRINT_QUOTED) in quoted_print() 591 xo_emit("{P:/%c}", qc); in quoted_print()
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | rtw8822c.c | 398 u32 ic = 0, qc = 0, temp = 0; in rtw8822c_dac_cal_adc() 432 rtw8822c_dac_cal_rf_mode(rtwdev, &ic, &qc); in rtw8822c_dac_cal_adc() 434 "[DACK] before: i=0x%x, q=0x%x\n", ic, qc); in rtw8822c_dac_cal_adc() 441 if (qc != 0x0) { in rtw8822c_dac_cal_adc() 442 qc = 0x400 - qc; in rtw8822c_dac_cal_adc() 443 *adc_qc = qc; in rtw8822c_dac_cal_adc() 445 temp = (ic & 0x3ff) | ((qc & 0x3ff) << 10); in rtw8822c_dac_cal_adc() 452 rtw8822c_dac_cal_rf_mode(rtwdev, &ic, &qc); in rtw8822c_dac_cal_adc() 454 "[DACK] after: i=0x%08x, q=0x%08x\n", ic, qc); in rtw8822c_dac_cal_adc() 397 u32 ic = 0, qc = 0, temp = 0; rtw8822c_dac_cal_adc() local 520 u32 ic, qc, ic_in, qc_in; rtw8822c_dac_cal_step2() local 572 u32 ic, qc; rtw8822c_dac_cal_step3() local 946 u32 ic = 0, qc = 0, i; rtw8822c_rf_dac_cal() local [all...] |
/freebsd/sbin/devd/ |
H A D | devd.conf.5 | 142 .Dq Ic match Qo Li class Qc Qq Ar string . 145 .Dq Ic match Qo Li device-name Qc Qq Ar string . 156 .It Ic match Qo Ar variable Qc Qq Ar value ; 183 .Dq Ic match Qo Li subdevice Qc Qq Ar string . 192 .It Ic match Qo Ar variable Qc Qq Ar value ; 215 .It Ic match Qo Ar system | subsystem | type | notify Qc Qq Ar value ;
|
/freebsd/usr.sbin/jail/ |
H A D | jail.c | 1038 int c, qc; in quoted_print() local 1041 qc = !*p ? '"' in quoted_print() 1046 if (qc) in quoted_print() 1047 putc(qc, fp); in quoted_print() 1049 if (c == '\\' || c == qc) in quoted_print() 1053 if (qc) in quoted_print() 1054 putc(qc, fp); in quoted_print()
|
/freebsd/lib/libutil/ |
H A D | login_cap.c | 147 char qc = 0; in remove_quotes() local 155 * If qc is 0, then we haven't found in remove_quotes() 158 if (qc == 0) { in remove_quotes() 164 qc = str[indx]; in remove_quotes() 170 loc = strchr(str, qc); in remove_quotes() 173 qc = 0; in remove_quotes()
|
/freebsd/crypto/openssl/include/internal/ |
H A D | quic_rx_depack.h | 17 int ossl_quic_handle_frames(QUIC_CHANNEL *qc, OSSL_QRX_PKT *qpacket);
|
/freebsd/crypto/openssl/test/ |
H A D | testrsa2048.pem | 12 qc+yfp0Vb4bmwq3CKxqEoc1cpbJ5CHXXlAfISzUjlcuBzD/tW7BDtp7eDAcgRVAC
|
/freebsd/crypto/openssl/Configurations/ |
H A D | 50-haiku.conf | 11 ARFLAGS => "qc",
|
/freebsd/contrib/libarchive/libarchive/test/ |
HD | test_read_format_lha_filename_utf16.lzh.uu | 12 M"P!%QC"Y,,@P__\;`$'D5O!-H)35`?4-F(*15=4!Y%;P3:"4U0$&``"A+0<`
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_mismatch.txt | 41 qc+yfp0Vb4bmwq3CKxqEoc1cpbJ5CHXXlAfISzUjlcuBzD/tW7BDtp7eDAcgRVAC
|
H A D | evppkey_mismatch_ecx.txt | 52 qc+yfp0Vb4bmwq3CKxqEoc1cpbJ5CHXXlAfISzUjlcuBzD/tW7BDtp7eDAcgRVAC
|
H A D | evppkey_rsa_kem.txt | 23 qc+yfp0Vb4bmwq3CKxqEoc1cpbJ5CHXXlAfISzUjlcuBzD/tW7BDtp7eDAcgRVAC
|
/freebsd/share/man/man4/ |
H A D | cfi.4 | 51 .Cd " compatible =" Qo cfi-flash Qc ;
|
H A D | hidquirk.4 | 75 .Qo BusId VendorId ProductId LowRevision HighRevision HQ_QUIRK,... Qc
|
/freebsd/sbin/dhclient/ |
H A D | dhclient.conf.5 | 461 .It Ic interface Qo Ar name Qc { Ar declarations ... No } 471 .It Ic media Qo Ar "media setup" Qc Oo , Qo Ar "media setup" Qc , Ar ... Oc ;
|
/freebsd/usr.sbin/jail/tests/ |
H A D | jail_basic_test.sh | 141 jail -f jail.conf -qc basejail 156 jail -f jail.conf -qc basejail
|
/freebsd/crypto/openssl/test/recipes/90-test_sslapi_data/ |
H A D | dhparams.pem | 106 qc+yfp0Vb4bmwq3CKxqEoc1cpbJ5CHXXlAfISzUjlcuBzD/tW7BDtp7eDAcgRVAC
|