/freebsd/crypto/heimdal/lib/asn1/ |
H A D | rfc2459.asn1 | 14 id-pkcs-1 OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) 16 id-pkcs1-rsaEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 1 } 17 id-pkcs1-md2WithRSAEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 2 } 18 id-pkcs1-md5WithRSAEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 4 } 19 id-pkcs1-sha1WithRSAEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 5 } 20 id-pkcs1-sha256WithRSAEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 11 } 21 id-pkcs1-sha384WithRSAEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 12 } 22 id-pkcs1-sha512WithRSAEncryption OBJECT IDENTIFIER ::= { id-pkcs-1 13 } 24 id-heim-rsa-pkcs1-x509 OBJECT IDENTIFIER ::= { 1 2 752 43 16 1 } 26 id-pkcs-2 OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) [all …]
|
H A D | pkcs12.asn1 | 13 id-pkcs-12 OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) 16 id-pkcs-12PbeIds OBJECT IDENTIFIER ::= { id-pkcs-12 1} 17 id-pbeWithSHAAnd128BitRC4 OBJECT IDENTIFIER ::= { id-pkcs-12PbeIds 1} 18 id-pbeWithSHAAnd40BitRC4 OBJECT IDENTIFIER ::= { id-pkcs-12PbeIds 2} 19 id-pbeWithSHAAnd3-KeyTripleDES-CBC OBJECT IDENTIFIER ::= { id-pkcs-12PbeIds 3} 20 id-pbeWithSHAAnd2-KeyTripleDES-CBC OBJECT IDENTIFIER ::= { id-pkcs-12PbeIds 4} 21 id-pbeWithSHAAnd128BitRC2-CBC OBJECT IDENTIFIER ::= { id-pkcs-12PbeIds 5} 22 id-pbewithSHAAnd40BitRC2-CBC OBJECT IDENTIFIER ::= { id-pkcs-12PbeIds 6} 24 id-pkcs12-bagtypes OBJECT IDENTIFIER ::= { id-pkcs-12 10 1} 26 id-pkcs12-keyBag OBJECT IDENTIFIER ::= { id-pkcs12-bagtypes 1 } [all …]
|
H A D | pkcs9.asn1 | 9 id-pkcs-9 OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) 12 id-pkcs9-emailAddress OBJECT IDENTIFIER ::= {id-pkcs-9 1 } 13 id-pkcs9-contentType OBJECT IDENTIFIER ::= {id-pkcs-9 3 } 14 id-pkcs9-messageDigest OBJECT IDENTIFIER ::= {id-pkcs-9 4 } 15 id-pkcs9-signingTime OBJECT IDENTIFIER ::= {id-pkcs-9 5 } 16 id-pkcs9-countersignature OBJECT IDENTIFIER ::= {id-pkcs-9 6 } 18 id-pkcs-9-at-friendlyName OBJECT IDENTIFIER ::= {id-pkcs-9 20} 19 id-pkcs-9-at-localKeyId OBJECT IDENTIFIER ::= {id-pkcs-9 21} 20 id-pkcs-9-at-certTypes OBJECT IDENTIFIER ::= {id-pkcs-9 22} 21 id-pkcs-9-at-certTypes-x509 OBJECT IDENTIFIER ::= {id-pkcs-9-at-certTypes 1}
|
/freebsd/crypto/openssl/providers/common/der/ |
H A D | EC.asn1 | 12 ansi-X9-62 OBJECT IDENTIFIER ::= { 17 id-ecSigType OBJECT IDENTIFIER ::= { ansi-X9-62 signatures(4) } 21 ecdsa-with-SHA1 OBJECT IDENTIFIER ::= { id-ecSigType 1 } 23 id-publicKeyType OBJECT IDENTIFIER ::= { ansi-X9-62 keyType(2) } 25 id-ecPublicKey OBJECT IDENTIFIER ::= { id-publicKeyType 1 } 29 ellipticCurve OBJECT IDENTIFIER ::= { ansi-X9-62 curves(3) } 31 c-TwoCurve OBJECT IDENTIFIER ::= { 34 c2pnb163v1 OBJECT IDENTIFIER ::= { c-TwoCurve 1 } 35 c2pnb163v2 OBJECT IDENTIFIER ::= { c-TwoCurve 2 } 36 c2pnb163v3 OBJECT IDENTIFIER ::= { c-TwoCurve 3 } [all …]
|
H A D | der_ec_gen.c | 18 * ecdsa-with-SHA1 OBJECT IDENTIFIER ::= { id-ecSigType 1 } 25 * id-ecPublicKey OBJECT IDENTIFIER ::= { id-publicKeyType 1 } 32 * c2pnb163v1 OBJECT IDENTIFIER ::= { c-TwoCurve 1 } 39 * c2pnb163v2 OBJECT IDENTIFIER ::= { c-TwoCurve 2 } 46 * c2pnb163v3 OBJECT IDENTIFIER ::= { c-TwoCurve 3 } 53 * c2pnb176w1 OBJECT IDENTIFIER ::= { c-TwoCurve 4 } 60 * c2tnb191v1 OBJECT IDENTIFIER ::= { c-TwoCurve 5 } 67 * c2tnb191v2 OBJECT IDENTIFIER ::= { c-TwoCurve 6 } 74 * c2tnb191v3 OBJECT IDENTIFIER ::= { c-TwoCurve 7 } 81 * c2onb191v4 OBJECT IDENTIFIER ::= { c-TwoCurve 8 } [all …]
|
H A D | der_rsa_gen.c | 18 * hashAlgs OBJECT IDENTIFIER ::= { nistAlgorithms 2 } 25 * rsaEncryption OBJECT IDENTIFIER ::= { pkcs-1 1 } 32 * id-RSAES-OAEP OBJECT IDENTIFIER ::= { pkcs-1 7 } 39 * id-pSpecified OBJECT IDENTIFIER ::= { pkcs-1 9 } 46 * id-RSASSA-PSS OBJECT IDENTIFIER ::= { pkcs-1 10 } 53 * md2WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 2 } 60 * md5WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 4 } 67 * sha1WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 5 } 74 * sha224WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 14 } 81 * sha256WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 11 } [all …]
|
H A D | der_digests_gen.c | 18 * sigAlgs OBJECT IDENTIFIER ::= { nistAlgorithms 3 } 25 * id-sha1 OBJECT IDENTIFIER ::= { iso(1) 34 * id-md2 OBJECT IDENTIFIER ::= { 42 * id-md5 OBJECT IDENTIFIER ::= { 50 * id-sha256 OBJECT IDENTIFIER ::= { hashAlgs 1 } 57 * id-sha384 OBJECT IDENTIFIER ::= { hashAlgs 2 } 64 * id-sha512 OBJECT IDENTIFIER ::= { hashAlgs 3 } 71 * id-sha224 OBJECT IDENTIFIER ::= { hashAlgs 4 } 78 * id-sha512-224 OBJECT IDENTIFIER ::= { hashAlgs 5 } 85 * id-sha512-256 OBJECT IDENTIFIER ::= { hashAlgs 6 } [all …]
|
H A D | DIGESTS.asn1 | 11 id-sha1 OBJECT IDENTIFIER ::= { iso(1) 19 id-md2 OBJECT IDENTIFIER ::= { 22 id-md5 OBJECT IDENTIFIER ::= { 28 id-sha256 OBJECT IDENTIFIER ::= { hashAlgs 1 } 29 id-sha384 OBJECT IDENTIFIER ::= { hashAlgs 2 } 30 id-sha512 OBJECT IDENTIFIER ::= { hashAlgs 3 } 31 id-sha224 OBJECT IDENTIFIER ::= { hashAlgs 4 } 32 id-sha512-224 OBJECT IDENTIFIER ::= { hashAlgs 5 } 33 id-sha512-256 OBJECT IDENTIFIER ::= { hashAlgs 6 } 34 id-sha3-224 OBJECT IDENTIFIER ::= { hashAlgs 7 } [all …]
|
H A D | RSA.asn1 | 20 pkcs-1 OBJECT IDENTIFIER ::= { 28 rsaEncryption OBJECT IDENTIFIER ::= { pkcs-1 1 } 34 id-RSAES-OAEP OBJECT IDENTIFIER ::= { pkcs-1 7 } 40 id-pSpecified OBJECT IDENTIFIER ::= { pkcs-1 9 } 46 id-RSASSA-PSS OBJECT IDENTIFIER ::= { pkcs-1 10 } 52 md2WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 2 } 53 md5WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 4 } 54 sha1WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 5 } 55 sha224WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 14 } 56 sha256WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 11 } [all …]
|
H A D | DSA.asn1 | 14 id-dsa OBJECT IDENTIFIER ::= { 19 id-dsa-with-sha1 OBJECT IDENTIFIER ::= { 26 sigAlgs OBJECT IDENTIFIER ::= { 2 16 840 1 101 3 4 3 } 28 id-dsa-with-sha224 OBJECT IDENTIFIER ::= { sigAlgs 1 } 29 id-dsa-with-sha256 OBJECT IDENTIFIER ::= { sigAlgs 2 } 30 id-dsa-with-sha384 OBJECT IDENTIFIER ::= { sigAlgs 3 } 31 id-dsa-with-sha512 OBJECT IDENTIFIER ::= { sigAlgs 4 } 33 id-dsa-with-sha3-224 OBJECT IDENTIFIER ::= { sigAlgs 5 } 34 id-dsa-with-sha3-256 OBJECT IDENTIFIER ::= { sigAlgs 6 } 35 id-dsa-with-sha3-384 OBJECT IDENTIFIER ::= { sigAlgs 7 } [all …]
|
H A D | der_dsa_gen.c | 24 * id-dsa OBJECT IDENTIFIER ::= { 32 * id-dsa-with-sha1 OBJECT IDENTIFIER ::= { 40 * id-dsa-with-sha224 OBJECT IDENTIFIER ::= { sigAlgs 1 } 47 * id-dsa-with-sha256 OBJECT IDENTIFIER ::= { sigAlgs 2 } 54 * id-dsa-with-sha384 OBJECT IDENTIFIER ::= { sigAlgs 3 } 61 * id-dsa-with-sha512 OBJECT IDENTIFIER ::= { sigAlgs 4 } 68 * id-dsa-with-sha3-224 OBJECT IDENTIFIER ::= { sigAlgs 5 } 75 * id-dsa-with-sha3-256 OBJECT IDENTIFIER ::= { sigAlgs 6 } 82 * id-dsa-with-sha3-384 OBJECT IDENTIFIER ::= { sigAlgs 7 } 89 * id-dsa-with-sha3-512 OBJECT IDENTIFIER ::= { sigAlgs 8 }
|
/freebsd/crypto/openssl/providers/common/include/prov/ |
H A D | der_ec.h | 19 * ecdsa-with-SHA1 OBJECT IDENTIFIER ::= { id-ecSigType 1 } 26 * id-ecPublicKey OBJECT IDENTIFIER ::= { id-publicKeyType 1 } 33 * c2pnb163v1 OBJECT IDENTIFIER ::= { c-TwoCurve 1 } 40 * c2pnb163v2 OBJECT IDENTIFIER ::= { c-TwoCurve 2 } 47 * c2pnb163v3 OBJECT IDENTIFIER ::= { c-TwoCurve 3 } 54 * c2pnb176w1 OBJECT IDENTIFIER ::= { c-TwoCurve 4 } 61 * c2tnb191v1 OBJECT IDENTIFIER ::= { c-TwoCurve 5 } 68 * c2tnb191v2 OBJECT IDENTIFIER ::= { c-TwoCurve 6 } 75 * c2tnb191v3 OBJECT IDENTIFIER ::= { c-TwoCurve 7 } 82 * c2onb191v4 OBJECT IDENTIFIER ::= { c-TwoCurve 8 } [all …]
|
H A D | der_rsa.h | 19 * hashAlgs OBJECT IDENTIFIER ::= { nistAlgorithms 2 } 26 * rsaEncryption OBJECT IDENTIFIER ::= { pkcs-1 1 } 33 * id-RSAES-OAEP OBJECT IDENTIFIER ::= { pkcs-1 7 } 40 * id-pSpecified OBJECT IDENTIFIER ::= { pkcs-1 9 } 47 * id-RSASSA-PSS OBJECT IDENTIFIER ::= { pkcs-1 10 } 54 * md2WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 2 } 61 * md5WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 4 } 68 * sha1WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 5 } 75 * sha224WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 14 } 82 * sha256WithRSAEncryption OBJECT IDENTIFIER ::= { pkcs-1 11 } [all …]
|
H A D | der_digests.h | 18 * sigAlgs OBJECT IDENTIFIER ::= { nistAlgorithms 3 } 25 * id-sha1 OBJECT IDENTIFIER ::= { iso(1) 34 * id-md2 OBJECT IDENTIFIER ::= { 42 * id-md5 OBJECT IDENTIFIER ::= { 50 * id-sha256 OBJECT IDENTIFIER ::= { hashAlgs 1 } 57 * id-sha384 OBJECT IDENTIFIER ::= { hashAlgs 2 } 64 * id-sha512 OBJECT IDENTIFIER ::= { hashAlgs 3 } 71 * id-sha224 OBJECT IDENTIFIER ::= { hashAlgs 4 } 78 * id-sha512-224 OBJECT IDENTIFIER ::= { hashAlgs 5 } 85 * id-sha512-256 OBJECT IDENTIFIER ::= { hashAlgs 6 } [all …]
|
/freebsd/share/man/man9/ |
H A D | osd.9 | 133 framework using a type/slot identifier pair. 145 function registers a type/slot identifier pair with the 154 the slot identifier should be allocated under. 171 argument is currently only useful with the OSD_JAIL type identifier. 175 function deregisters a previously registered type/slot identifier pair. 182 the slot identifier is allocated under. 185 argument specifies the slot identifier which is being deregistered and should be 199 the slot identifier is allocated under. 209 argument specifies the slot identifier to assign the 230 member from the specified type/slot identifier pair. [all …]
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_ident.h | 57 struct dt_node *din_root; /* root of this identifier's parse tree */ 71 char *di_name; /* identifier name */ 72 ushort_t di_kind; /* identifier kind (see below) */ 73 ushort_t di_flags; /* identifier flags (see below) */ 75 dtrace_attribute_t di_attr; /* identifier stability attributes */ 76 uint_t di_vers; /* identifier version number (dt_version_t) */ 77 const dt_idops_t *di_ops; /* identifier's class-specific ops vector */ 81 ctf_id_t di_type; /* CTF identifier for the variable data type */ 84 int di_lineno; /* line number that defined this identifier */ 87 #define DT_IDENT_ARRAY 0 /* identifier is an array variable */ [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 1 //===- IdentifierTable.h - Hash table for identifier lookup -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 63 /// Determine whether an identifier is reserved for use as a name at global 70 /// Determine whether an identifier is reserved in all contexts. Such 79 /// A simple pair of identifier info and location. 111 /// One of these records is kept for each identifier that 115 /// set, and all tok::identifier tokens have a pointer to one of these. 120 // Front-end token ID or tok::identifier. 135 // True if the identifier is a language extension. 139 // True if the identifier is a keyword in a newer or proposed Standard. [all …]
|
/freebsd/sys/ofed/include/rdma/ |
H A D | iw_cm.h | 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 68 * @cm_id: The IW CM identifier associated with the event. 79 * @cm_id: The IW CM identifier associated with the event. 135 * iw_create_cm_id - Create an IW CM identifier. 139 * returned IW CM identifier. 146 * iw_destroy_cm_id - Destroy an IW CM identifier. 148 * @cm_id: The previously created IW CM identifier to destroy. 156 * iw_cm_bind_qp - Unbind the specified IW CM identifier and QP 180 * @cm_id: The IW CM identifier. 184 * The source address and port number are specified in the IW CM identifier [all …]
|
H A D | rdma_cm.h | 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 46 * RDMA identifier and release all resources allocated with the device. 163 * rdma_create_id - Create an RDMA identifier. 180 * rdma_destroy_id - Destroys an RDMA identifier. 182 * @id: RDMA identifier. 190 * rdma_bind_addr - Bind an RDMA identifier to a source address and 193 * @id: RDMA identifier. 196 * This associates a source address with the RDMA identifier before calling 197 * rdma_listen. If a specific local address is given, the RDMA identifier will 207 * @id: RDMA identifier. [all …]
|
/freebsd/share/doc/psd/06.Clang/ |
H A D | Clang.ms | 99 An identifier is a sequence of letters and digits. 389 identifier upon two attributes of the identifier \(mi its 397 of the storage associated with an identifier; 400 found in the identifier's storage. 565 expression is an identifier. 884 identifier 890 primary-expression . identifier 891 primary-expression \(mi> identifier\fR 899 An identifier is a primary expression provided it has been 902 If the type of the identifier is ``array of .\|.\|.'', [all …]
|
/freebsd/share/doc/psd/15.yacc/ |
H A D | ssb | 43 part comes when an identifier is seen in a rule, immediately 45 If this identifier is followed by a colon, it is the start of the 50 ahead after seeing an identifier, and 54 Otherwise, it returns IDENTIFIER. 64 %token IDENTIFIER /* includes identifiers and literals */ 65 %token C_IDENTIFIER /* identifier (but not literal) followed by colon */ 93 def : START IDENTIFIER 107 | \'<\' IDENTIFIER \'>\' 115 nmno : IDENTIFIER /* NOTE: literal illegal with %type */ 116 | IDENTIFIER NUMBER /* NOTE: illegal with %type */ [all …]
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | procset.h | 57 * The following defines the values for an identifier type. It 66 P_PID, /* A process identifier. */ 67 P_PPID, /* A parent process identifier. */ 69 /* identifier. */ 70 P_SID, /* A session identifier. */ 71 P_CID, /* A scheduling class identifier. */ 72 P_UID, /* A user identifier. */ 73 P_GID, /* A group identifier. */ 75 P_LWPID, /* An LWP identifier. */ 76 P_TASKID, /* A task identifier. */ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | atmel-xdma.txt | 13 - bit 13: SIF, source interface identifier, used to get the memory 14 interface identifier, 15 - bit 14: DIF, destination interface identifier, used to get the peripheral 16 interface identifier, 17 - bit 30-24: PERID, peripheral identifier. 35 - bit 13: SIF, source interface identifier, used to get the memory 36 interface identifier, 37 - bit 14: DIF, destination interface identifier, used to get the peripheral 38 interface identifier, 39 - bit 30-24: PERID, peripheral identifier [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | MemoryBufferRef.h | 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 24 StringRef Identifier; variable 29 MemoryBufferRef(StringRef Buffer, StringRef Identifier) in MemoryBufferRef() argument 30 : Buffer(Buffer), Identifier(Identifier) {} in MemoryBufferRef() 33 StringRef getBufferIdentifier() const { return Identifier; } in getBufferIdentifier() 39 /// Check pointer identity (not value) of identifier and data. 44 LHS.Identifier.begin() == RHS.Identifier.begin() && 45 LHS.Identifier.end() == RHS.Identifier.end();
|
/freebsd/sys/sys/ |
H A D | wait.h | 2 * SPDX-License-Identifier: BSD-3-Clause 106 P_PID, /* A process identifier. */ 107 P_PPID, /* A parent process identifier. */ 108 P_PGID, /* A process group identifier. */ 109 P_SID, /* A session identifier. */ 110 P_CID, /* A scheduling class identifier. */ 111 P_UID, /* A user identifier. */ 112 P_GID, /* A group identifier. */ 114 P_LWPID, /* An LWP identifier. */ 115 P_TASKID, /* A task identifier. */ [all …]
|