Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/apps/
HDCA.pl50 $REQ="$openssl req $SSLEAY_CONFIG";
71 system ("$REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS");
76 system ("$REQ -new -keyout newkey.pem -out newreq.pem $DAYS");
81 system ("$REQ -new -nodes -keyout newkey.pem -out newreq.pem $DAYS");
114 system ("$REQ -new -keyout " .
HDCA.pl.in50 $REQ="$openssl req $SSLEAY_CONFIG";
71 system ("$REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS");
76 system ("$REQ -new -keyout newkey.pem -out newreq.pem $DAYS");
81 system ("$REQ -new -nodes -keyout newkey.pem -out newreq.pem $DAYS");
114 system ("$REQ -new -keyout " .
HDCA.sh65 REQ="$OPENSSL req $SSLEAY_CONFIG"
86 $REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS
92 $REQ -new -keyout newkey.pem -out newreq.pem $DAYS
98 $REQ -new -nodes -keyout newreq.pem -out newreq.pem $DAYS
130 $REQ -new -keyout ${CATOP}/private/$CAKEY \
/NextBSD/crypto/heimdal/lib/asn1/
HDkrb5.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),
128 KRB5-PADATA-PK-AS-REQ-19(14), -- (PKINIT-19)
130 KRB5-PADATA-PK-AS-REQ-WIN(15), -- (PKINIT - old number)
131 KRB5-PADATA-PK-AS-REQ(16), -- (PKINIT-25)
149 KRB5-PADATA-TD-REQ-NONCE(107), -- INTEGER
[all …]
HDpkinit.asn169 PA-PK-AS-REQ ::= SEQUENCE {
155 PA-PK-AS-REQ-Win2k ::= SEQUENCE {
194 as-REQ [1] OCTET STRING,
HDChangeLog768 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
/NextBSD/usr.sbin/bhyve/
HDfwctl.c71 REQ, enumerator
460 be_state = REQ; in fwctl_inb()
493 be_state = REQ; in fwctl_inl()
508 case REQ: in fwctl_outl()
/NextBSD/contrib/file/magic/Magdir/
HDssl5 0 string -----BEGIN\ CERTIFICATE\ REQ PEM certificate request
/NextBSD/sys/sys/
HDmount.h748 #define VFS_SYSCTL(MP, OP, REQ) ({ \ argument
752 _rc = (*(MP)->mnt_op->vfs_sysctl)(MP, OP, REQ); \
/NextBSD/crypto/heimdal/
HDNEWS98 - 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.
HDChangeLog311 an AS-REQ.
364 TGS-REQ. This drop compatibility with pre 0.3d KDCs.
HDChangeLog.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
HDChangeLog.2002551 requested KDC-REQ etypes
HDChangeLog.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
HDChangeLog.20031645 PA-ENC-TIMESTAMP in the AS-REQ, using the first encryption
HDChangeLog.19981405 the kvno or keytype before receiving the AP-REQ
/NextBSD/sys/dev/aic7xxx/
HDaic79xx.seq846 * target to assert REQ before checking MSG, C/D and I/O for
913 * 800ns dead time between command phase and the REQ
1394 * Don't ignore persistent REQ assertions just because
1398 * count REQ while we are waiting for it to fall during
1400 * sequencer instruction takes ~25ns, so the REQ must
1402 * REQ.
1429 * and that REQ is already set when inb_first is called. inb_{first,next}
1867 * disabling SCSIEN until we see the first REQ from the
2186 * L_Q context associated with this REQ (REQ occurs immediately after a
HDaic7xxx.seq417 * driving REQ on the bus for the next byte.
421 * Drive REQ on the bus by enabling SCSI PIO.
426 /* Prevent our read from triggering another REQ */
661 * target to assert REQ before checking MSG, C/D and I/O for
1974 * and that REQ is already set when inb_first is called. inb_{first,next}
HDaic79xx.reg3021 * DSP REQ Control
/NextBSD/contrib/wpa/wpa_supplicant/
HDREADME705 "CTRL-REQ-<type>-<id>:<text>" prefix. <type> is IDENTITY, PASSWORD, or
723 CTRL-REQ-PASSWORD-1:Password needed for SSID foobar
728 CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar
HDChangeLog28 CTRL-REQ/RSP-PSK_PASSPHRASE)
397 and EAP-AKA' (CTRL-REQ-SIM and CTRL-RSP-SIM commands over control
/NextBSD/contrib/binutils/gas/config/
HDtc-alpha.c402 #define DEF(NAME, RELOC, REQ, ALLOW) \ argument
403 { #NAME, sizeof(#NAME)-1, O_##NAME, RELOC, REQ, ALLOW}
/NextBSD/crypto/openssl/
HDCHANGES.SSLeay618 X509, CRL and REQ structures.
/NextBSD/crypto/heimdal/lib/gssapi/
HDChangeLog1163 since it starts with a AP-REQ PDU, but that have to wait for now.