| /NextBSD/crypto/openssl/apps/ |
| HD | CA.pl | 50 $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 " .
|
| HD | CA.pl.in | 50 $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 " .
|
| HD | CA.sh | 65 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/ |
| HD | krb5.asn1 | 11 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 …]
|
| HD | pkinit.asn1 | 69 PA-PK-AS-REQ ::= SEQUENCE { 155 PA-PK-AS-REQ-Win2k ::= SEQUENCE { 194 as-REQ [1] OCTET STRING,
|
| HD | ChangeLog | 768 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/ |
| HD | fwctl.c | 71 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/ |
| HD | ssl | 5 0 string -----BEGIN\ CERTIFICATE\ REQ PEM certificate request
|
| /NextBSD/sys/sys/ |
| HD | mount.h | 748 #define VFS_SYSCTL(MP, OP, REQ) ({ \ argument 752 _rc = (*(MP)->mnt_op->vfs_sysctl)(MP, OP, REQ); \
|
| /NextBSD/crypto/heimdal/ |
| HD | NEWS | 98 - 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.
|
| HD | ChangeLog | 311 an AS-REQ. 364 TGS-REQ. This drop compatibility with pre 0.3d KDCs.
|
| HD | ChangeLog.2005 | 786 * 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
|
| HD | ChangeLog.2002 | 551 requested KDC-REQ etypes
|
| HD | ChangeLog.2006 | 161 * 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
|
| HD | ChangeLog.2003 | 1645 PA-ENC-TIMESTAMP in the AS-REQ, using the first encryption
|
| HD | ChangeLog.1998 | 1405 the kvno or keytype before receiving the AP-REQ
|
| /NextBSD/sys/dev/aic7xxx/ |
| HD | aic79xx.seq | 846 * 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
|
| HD | aic7xxx.seq | 417 * 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}
|
| HD | aic79xx.reg | 3021 * DSP REQ Control
|
| /NextBSD/contrib/wpa/wpa_supplicant/ |
| HD | README | 705 "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
|
| HD | ChangeLog | 28 CTRL-REQ/RSP-PSK_PASSPHRASE) 397 and EAP-AKA' (CTRL-REQ-SIM and CTRL-RSP-SIM commands over control
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | tc-alpha.c | 402 #define DEF(NAME, RELOC, REQ, ALLOW) \ argument 403 { #NAME, sizeof(#NAME)-1, O_##NAME, RELOC, REQ, ALLOW}
|
| /NextBSD/crypto/openssl/ |
| HD | CHANGES.SSLeay | 618 X509, CRL and REQ structures.
|
| /NextBSD/crypto/heimdal/lib/gssapi/ |
| HD | ChangeLog | 1163 since it starts with a AP-REQ PDU, but that have to wait for now.
|