/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zProperties.cpp | 30 { NID::kName, STAT_PROP2(kpidPath, VT_BSTR) }, 31 { NID::kSize, STAT_PROP2(kpidSize, VT_UI8) }, 32 { NID::kPackInfo, STAT_PROP2(kpidPackSize, VT_UI8) }, 43 { NID::kCTime, STAT_PROP2(kpidCTime, VT_FILETIME) }, 44 { NID::kMTime, STAT_PROP2(kpidMTime, VT_FILETIME) }, 45 { NID::kATime, STAT_PROP2(kpidATime, VT_FILETIME) }, 46 { NID::kWinAttrib, STAT_PROP2(kpidAttrib, VT_UI4) }, 47 { NID::kStartPos, STAT_PROP2(kpidPosition, VT_UI8) }, 49 { NID::kCRC, STAT_PROP2(kpidCRC, VT_UI4) }, 51 { NID::kAnti, STAT_PROP2(kpidIsAnti, VT_BOOL) } [all …]
|
D | 7zOut.cpp | 328 WriteByte(NID::kCRC); in WriteHashDigests() 349 WriteByte(NID::kPackInfo); in WritePackInfo() 352 WriteByte(NID::kSize); in WritePackInfo() 358 WriteByte(NID::kEnd); in WritePackInfo() 366 WriteByte(NID::kUnpackInfo); in WriteUnpackInfo() 368 WriteByte(NID::kFolder); in WriteUnpackInfo() 376 WriteByte(NID::kCodersUnpackSize); in WriteUnpackInfo() 382 WriteByte(NID::kEnd); in WriteUnpackInfo() 391 WriteByte(NID::kSubStreamsInfo); in WriteSubStreamsInfo() 397 WriteByte(NID::kNumUnpackStream); in WriteSubStreamsInfo() [all …]
|
D | 7zIn.cpp | 419 if (ReadID() == NID::kEnd) in ReadArchiveProperties() 657 if (type == NID::kEnd) in WaitId() 691 WaitId(NID::kSize); in ReadPackInfo() 709 if (type == NID::kEnd) in ReadPackInfo() 711 if (type == NID::kCRC) in ReadPackInfo() 725 WaitId(NID::kFolder); in ReadUnpackInfo() 881 WaitId(NID::kCodersUnpackSize); in ReadUnpackInfo() 889 if (type == NID::kEnd) in ReadUnpackInfo() 891 if (type == NID::kCRC) in ReadUnpackInfo() 915 if (type == NID::kNumUnpackStream) in ReadSubStreamsInfo() [all …]
|
D | 7zHeader.h | 51 namespace NID
|
/third_party/lzma/DOC/ |
D | 7zFormat.txt | 196 BYTE NID::kArchiveProperties (0x02) 220 BYTE NID::kPackInfo (0x06) 225 BYTE NID::kSize (0x09) 230 BYTE NID::kCRC (0x0A) 234 BYTE NID::kEnd 284 BYTE NID::kUnPackInfo (0x07) 287 BYTE NID::kFolder (0x0B) 306 BYTE NID::kCRC (0x0A) 312 BYTE NID::kEnd 318 BYTE NID::kSubStreamsInfo; (0x08) [all …]
|
/third_party/openssl/doc/man3/ |
D | OBJ_nid2obj.pod | 51 identifiers, or B<NID>s. OpenSSL has an internal table of OIDs that 57 OBJ_nid2obj(), OBJ_nid2ln() and OBJ_nid2sn() convert the NID I<n> to 61 OBJ_obj2nid(), OBJ_ln2nid(), OBJ_sn2nid() return the corresponding NID 65 OBJ_txt2nid() returns NID corresponding to text string I<s>. I<s> can be 91 long name. A new NID is returned for the created object in case of 100 given NID with two other NIDs - one representing the underlying signature 102 conjunction with it. I<signid> represents the NID for the composite "Signature 103 Algorithm", I<dig_id> is the NID for the digest algorithm and I<pkey_id> is the 104 NID for the underlying signature algorithm. As there are signature algorithms 112 identifier (NID) associated with them. A standard set of objects is [all …]
|
D | SSL_CTX_set1_curves.pod | 38 unique integer NID value. However, support for some groups may be added by 39 external providers. In this case there will be no NID assigned for the group. 68 extension. If a supported group NID is unknown then the value is set to the 71 SSL_get_shared_group() returns the NID of the shared group B<n> for a 76 NID_undef is returned. If the NID for the shared group is unknown then the value 80 SSL_get_negotiated_group() returns the NID of the negotiated group used for 87 server. If the NID for the shared group is unknown then the value is set to the 111 SSL_get_shared_group() returns the NID of shared group B<n> or NID_undef if there 118 SSL_get_negotiated_group() returns the NID of the negotiated group used for
|
D | PKCS12_SAFEBAG_get1_cert.pod | 34 PKCS12_SAFEBAG_get_nid() gets the B<safeBag> type as an NID, which could be 55 PKCS12_SAFEBAG_get_nid() and PKCS12_SAFEBAG_get_bag_nid() return the NID of the safeBag 56 or bag object, or -1 if there is no corresponding NID.
|
D | EVP_PKEY_asn1_get_count.pod | 36 EVP_PKEY_asn1_find() looks up the B<EVP_PKEY_ASN1_METHOD> with NID 39 B<EVP_PKEY_ASN1_METHOD> for the NID B<type> and return that instead, 45 look up an engine implementing a B<EVP_PKEY_ASN1_METHOD> for the NID
|
D | OSSL_CRMF_pbmp_new.pod | 37 OWF (one-way function) NID I<owfnid>, OWF iteration count I<itercnt>, 38 and MAC NID I<macnid>. 45 authentication code) may be any with a NID defined in F<< <openssl/objects.h> >>.
|
D | PKCS12_SAFEBAG_get0_attrs.pod | 22 PKCS12_get_attr_gen() retrieves an attribute by NID from a stack of 23 B<X509_ATTRIBUTE>s. I<attr_nid> is the NID of the attribute to retrieve.
|
D | EVP_PKEY_get_field_type.pod | 17 EVP_PKEY_get_field_type() returns the field type NID of the I<pkey>, if 33 EVP_PKEY_get_field_type() returns the field type NID or 0 on error.
|
D | SSL_CIPHER_get_name.pod | 63 SSL_CIPHER_get_cipher_nid() returns the cipher NID corresponding to B<c>. 67 SSL_CIPHER_get_digest_nid() returns the digest NID corresponding to the MAC 75 SSL_CIPHER_get_kx_nid() returns the key exchange NID corresponding to the method 85 SSL_CIPHER_get_auth_nid() returns the authentication NID corresponding to the method 167 SSL_CIPHER_get_kx_nid() and SSL_CIPHER_get_auth_nid() return the NID value or
|
D | SSL_get_shared_sigalgs.pod | 24 algorithm NID is written to B<*psign>, the hash NID to B<*phash> and the 25 sign and hash NID to B<*psignhash>. The raw signature and hash values
|
D | DH_new_by_nid.pod | 28 any named safe prime group. It returns the NID corresponding to the matching 36 DH_get_nid() returns the NID of the matching set of parameters for p and g
|
D | SSL_get_peer_signature_nid.pod | 20 SSL_get_peer_signature_nid() sets B<*psig_nid> to the NID of the digest used 25 is the NID of the public key type used for signing except for PSS signing
|
D | X509_get0_signature.pod | 52 X509_get_signature_nid() returns the NID corresponding to the signature 60 certificate B<x>. The NID of the signing digest is written to B<*mdnid>, 87 X509_CRL_get_signature_nid() return a NID.
|
D | EC_GROUP_copy.pod | 98 The functions EC_GROUP_set_curve_name() and EC_GROUP_get_curve_name(), set and get the NID for the … 99 (see L<EC_GROUP_new(3)>). If a curve does not have a NID associated with it, then EC_GROUP_get_curv… 106 named curve NID set. If asn1_flags is B<OPENSSL_EC_EXPLICIT_CURVE> the 168 The curve name is returned as a B<NID> if it matches. If the group's domain parameters have been mo… 171 aliases, so that multiple NID's can map to the same domain parameters. For such curves it is unspec… 189 The function EC_GROUP_get_basis_type() returns a NID identifying whether a trinomial or pentanomial… 210 EC_GROUP_get_curve_name() returns the curve name (NID) for B<group> or will return NID_undef if no …
|
D | SMIME_write_ASN1.pod | 29 I<flags> is an optional set of flags. I<ctype_nid> is the NID of the content 30 type, I<econt_nid> is the NID of the embedded content type and I<mdalgs> is a
|
D | EVP_PKEY_ASN1_METHOD.pod | 378 B<id> is a NID, B<pem_str> is the PEM type string, B<info> is a 399 methods unless another B<EVP_PKEY_ASN1_METHOD> with the same NID is 404 EVP_PKEY_asn1_add_alias() creates an alias with the NID B<to> for the 405 B<EVP_PKEY_ASN1_METHOD> with NID B<from> unless another 406 B<EVP_PKEY_ASN1_METHOD> with the same NID is already added.
|
D | X509_NAME_get_index_by_NID.pod | 72 should check for the return value of -2. Alternatively the NID validity 80 NID is invalid.
|
D | SCT_new.pod | 116 SCT_set_signature_nid() to set the NID of the signature. 194 B<SCT_set_signature_nid> returns 1 if the specified NID is supported, 0 otherwise.
|
D | EVP_PKEY_meth_get_count.pod | 32 EVP_PKEY_meth_get0_info() returns the public key ID (a NID) and any flags
|
/third_party/openssl/doc/internal/man3/ |
D | ossl_cmp_hdr_init.pod | 59 ossl_cmp_hdr_get_protection_nid returns the NID of the protection algorithm 124 ossl_cmp_hdr_get_protection_nid returns the respective NID, NID_undef on error.
|
D | evp_generic_fetch.pod | 208 * If this method exists in legacy form, with a constant NID for the 209 * given |name|, this is the spot to find that NID and set it in
|