Home
last modified time | relevance | path

Searched refs:REQ (Results 1 – 22 of 22) sorted by relevance

/freebsd/crypto/heimdal/lib/asn1/
H A Dkrb5.asn111 AP-REQ,
13 AS-REQ,
38 KDC-REQ-BODY,
71 TGS-REQ,
115 KRB5-PADATA-TGS-REQ(1),
116 KRB5-PADATA-AP-REQ(1),
418 -- might be encoded AP-REQ
466 KDC-REQ ::= SEQUENCE {
470 req-body[4] KDC-REQ-BODY
473 AS-REQ ::= [APPLICATION 10] KDC-REQ
[all …]
H A Dpkinit.asn169 PA-PK-AS-REQ ::= SEQUENCE {
155 PA-PK-AS-REQ-Win2k ::= SEQUENCE {
194 as-REQ [1] OCTET STRING,
H A DChangeLog768 client support the binding the PA-REP to the AS-REQ packet. This
769 is to fix the problem lack of binding the AS-REQ to the PK-AS-REP
/freebsd/crypto/openssl/apps/
H A DCA.pl.in25 my $REQ = "$openssl req $OPENSSL_CONFIG";
134 $RET = run("$REQ -new -x509 -keyout $NEWKEY -out $NEWCERT $DAYS"
139 $RET = run("$REQ -x509 -precert -keyout $NEWKEY -out $NEWCERT $DAYS"
144 $RET = run("$REQ -new $1 -keyout $NEWKEY -out $NEWREQ $DAYS $EXTRA{req}");
177 $RET = run("$REQ -new -keyout ${CATOP}/private/$CAKEY"
/freebsd/usr.sbin/bhyve/amd64/
H A Dfwctl.c67 REQ, enumerator
448 case REQ: in fwctl_reset()
475 be_state = REQ; in fwctl_inb()
505 be_state = REQ; in fwctl_inl()
520 case REQ: in fwctl_outl()
/freebsd/contrib/file/magic/Magdir/
H A Dssl10 0 string -----BEGIN\040CERTIFICATE\040REQ PEM certificate request
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_cli.sgml74 with "CTRL-REQ-<type>-<id>:<text>"
97 CTRL-REQ-PASSWORD-1:Password needed for SSID foobar
104 CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar
/freebsd/crypto/heimdal/
H A DNEWS98 - Support to export LAST-REQUST information in AS-REQ
99 - Support for client deferrals in in AS-REQ
101 - Support for split AS-REQ, first step for IA-KERB
161 in AS-REQ to support windows clients
166 [HEIMDAL-63] - Dont try key usage KRB5_KU_AP_REQ_AUTH for TGS-REQ.
H A DChangeLog311 an AS-REQ.
364 TGS-REQ. This drop compatibility with pre 0.3d KDCs.
H A DChangeLog.2005786 * kdc/kerberos5.c: Add logging of all timestamps in AS-REQ and
787 TGS-REQ, for auditing
1645 between PA-PK-AS-REP-19 and PA-PK-AS-REQ-Win2k, try harder to
H A DChangeLog.2002551 requested KDC-REQ etypes
H A DChangeLog.2006161 * kdc/pkinit.c: Parse and use PA-PK-AS-REQ.trustedCertifiers
1798 * lib/krb5/init_creds_pw.c (init_creds_init_as_req): in AS-REQ the
H A DChangeLog.20031645 PA-ENC-TIMESTAMP in the AS-REQ, using the first encryption
H A DChangeLog.19981405 the kvno or keytype before receiving the AP-REQ
/freebsd/sys/sys/
H A Dmount.h914 #define VFS_SYSCTL(MP, OP, REQ) ({ \ argument
917 _rc = (*(MP)->mnt_op->vfs_sysctl)(MP, OP, REQ); \
/freebsd/sys/dev/aic7xxx/
H A Daic79xx.seq844 * target to assert REQ before checking MSG, C/D and I/O for
911 * 800ns dead time between command phase and the REQ
1392 * Don't ignore persistent REQ assertions just because
1396 * count REQ while we are waiting for it to fall during
1398 * sequencer instruction takes ~25ns, so the REQ must
1400 * REQ.
1427 * and that REQ is already set when inb_first is called. inb_{first,next}
1865 * disabling SCSIEN until we see the first REQ from the
2184 * L_Q context associated with this REQ (REQ occurs immediately after a
H A Daic7xxx.seq415 * driving REQ on the bus for the next byte.
419 * Drive REQ on the bus by enabling SCSI PIO.
424 /* Prevent our read from triggering another REQ */
659 * target to assert REQ before checking MSG, C/D and I/O for
1972 * and that REQ is already set when inb_first is called. inb_{first,next}
H A Daic79xx.reg3019 * DSP REQ Control
/freebsd/contrib/sendmail/cf/m4/
H A Dproto.m42995 dnl change it to <SMTP:ESC> <REQ:0> <extensions>
2996 R<$*><VERIFY> <$+> $={TlsVerified} $: <$1> <REQ:0> <$2>
2998 R<$*><VERIFY:$-> <$*> $={TlsVerified} $: <$1> <REQ:$2> <$3>
3000 R<$*><ENCR:$-> <$*> $* $: <$1> <REQ:$2> <$3>
3003 dnl 2. <SMTP:ESC> <REQ:bits> <[extensions]>
3014 R<$*><REQ:$-> <$*> $: <$1> <REQ:$2> <$3> $>max $&{cipher_bits} : $&{auth_ssf}
3016 R<$*><REQ:$-> <$*> $- $: <$1> <$2:$4> <$3> $(arith l $@ $4 $@ $2 $)
3025 dnl <SMTP:ESC> <REQ:bits> <extensions> result-of-compare
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME719 "CTRL-REQ-<type>-<id>:<text>" prefix. <type> is IDENTITY, PASSWORD, or
737 CTRL-REQ-PASSWORD-1:Password needed for SSID foobar
742 CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar
H A DChangeLog393 CTRL-REQ/RSP-PSK_PASSPHRASE)
762 and EAP-AKA' (CTRL-REQ-SIM and CTRL-RSP-SIM commands over control
/freebsd/crypto/heimdal/lib/gssapi/
H A DChangeLog1163 since it starts with a AP-REQ PDU, but that have to wait for now.