Home
last modified time | relevance | path

Searched refs:constructed (Results 1 – 25 of 108) sorted by relevance

12345

/freebsd/crypto/heimdal/lib/asn1/
H A Dgen_encode.c110 int constructed = 1; in encode_type() local
143 constructed = 0; in encode_type()
147 constructed = 0; in encode_type()
151 constructed = 0; in encode_type()
159 constructed = 0; in encode_type()
247 constructed = 0; in encode_type()
252 constructed = 0; in encode_type()
379 constructed = 0; in encode_type()
383 constructed = 0; in encode_type()
387 constructed in encode_type()
[all...]
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn1_lib.c160 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, in ASN1_put_object() argument
166 i = (constructed) ? V_ASN1_CONSTRUCTED : 0; in ASN1_put_object()
183 if (constructed == 2) in ASN1_put_object()
222 int ASN1_object_size(int constructed, int length, int tag) in ASN1_object_size() argument
234 if (constructed == 2) { in ASN1_object_size()
H A Dasn1_parse.c23 int tag, int xclass, int constructed, int indent) in asn1_print_info() argument
32 if (constructed & V_ASN1_CONSTRUCTED) in asn1_print_info()
36 if (constructed != (V_ASN1_CONSTRUCTED | 1)) { in asn1_print_info()
/freebsd/contrib/wpa/src/tls/
H A Dasn1.c136 if (hdr->constructed && in asn1_valid_der()
162 if (!hdr->constructed && in asn1_valid_der()
186 hdr->constructed = !!(hdr->identifier & (1 << 5)); in asn1_get_next()
279 title, hdr->class, hdr->constructed, hdr->tag); in asn1_print_hdr()
286 title, hdr->class, hdr->constructed, hdr->tag); in asn1_unexpected()
580 void asn1_put_hdr(struct wpabuf *buf, u8 class, int constructed, u8 tag, in asn1_put_hdr() argument
583 wpabuf_put_u8(buf, class << 6 | (constructed ? 0x20 : 0x00) | tag); in asn1_put_hdr()
H A Dasn1.h51 u8 identifier, class, constructed; member
79 void asn1_put_hdr(struct wpabuf *buf, u8 class, int constructed, u8 tag,
150 if (hdr->class != ASN1_CLASS_UNIVERSAL || hdr->constructed) in asn1_is_string_type()
H A Dtlsv1_client_ocsp.c272 if (asn1_is_cs_tag(&hdr, 0) && hdr.constructed) { in tls_process_ocsp_single_response()
426 !hdr.constructed || !asn1_is_cs_tag(&hdr, 0)) { in tls_process_basic_ocsp_response()
474 if (asn1_get_next(pos, end - pos, &hdr) == 0 && hdr.constructed && in tls_process_basic_ocsp_response()
696 if (asn1_get_next(pos, end - pos, &hdr) < 0 || !hdr.constructed || in tls_process_ocsp_response()
H A Dtlsv1_cred.c481 if (asn1_get_next(pos, end - pos, &hdr) < 0 || !hdr.constructed || in pkcs12_certbag()
628 if (asn1_get_next(pos, end - pos, &hdr) < 0 || !hdr.constructed || in pkcs12_safebag()
821 if (asn1_get_next(pos, end - pos, &hdr) < 0 || hdr.constructed || in pkcs12_parse_content_enc_data()
864 if (asn1_get_next(pos, end - pos, &hdr) < 0 || !hdr.constructed || in pkcs12_parse_content()
950 if (asn1_get_next(pos, end - pos, &hdr) < 0 || !hdr.constructed || in pkcs12_parse()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_core.pod25 Once a BIO is constructed based on BIO_s_core(), the associated OSSL_CORE_BIO
27 operate correctly if it is associated with a library context constructed using
40 A failure will most commonly be because the library context was not constructed
H A DPKCS12_add1_attr_by_NID.pod22 type B<type> constructed using B<len> bytes from B<bytes>.
25 ASN1 type B<type> constructed using B<len> bytes from B<bytes>.
H A DASN1_TYPE_get.pod24 B<ASN1_TYPE> structure can contain any ASN.1 type or constructed type
59 octets of the type. If I<type> corresponds to a constructed type or
H A DEVP_PKEY_CTX_get0_libctx.pod22 associated with the EVP_PKEY_CTX when it was constructed.
H A DPKCS8_pkey_add1_attr.pod24 PKCS8_pkey_add1_attr() adds a constructed X509_ATTRIBUTE B<attr> to the
H A DEC_GROUP_new.pod94 a new curve can be constructed by calling EC_GROUP_new(), using the
160 be constructed, the associated library context to be used in I<ctx> (see
182 All EC_GROUP_new* functions return a pointer to the newly constructed group, or
H A DSMIME_write_CMS.pod42 length constructed encoding except in the case of signed data with detached
H A DSMIME_write_PKCS7.pod43 length constructed encoding except in the case of signed data with detached
/freebsd/contrib/bearssl/src/x509/
H A Dasn1.t0224 \ Read an ASN.1 tag. This function returns the "constructed" status
225 \ and the tag value. The constructed status is a boolean (-1 for
226 \ constructed, 0 for primitive). The tag value is either 0 to 31 for
232 : read-tag ( lim -- lim constructed value )
253 : read-tag-or-end ( lim -- lim constructed value )
259 : iftag-skip ( lim constructed value ref -- lim constructed value )
314 \ Check that a given tag is constructed and has the expected value.
315 : check-tag-constructed ( constructed value refvalue -- )
317 check-constructed ;
319 \ Check that the top value is true; report a "not constructed"
[all …]
H A Dskey_decoder.t0231 check-constructed read-length-open-elt
242 0x21 of check-constructed endof
359 0x10 of check-constructed decode-PKCS8-next endof
/freebsd/crypto/heimdal/doc/
H A Dlayman.asc245 input from a file stream) with a constructed, indefinite-
329 primitive, definite-length encoding; constructed, definite-
330 length encoding; and constructed, indefinite-length
333 the constructed methods; and simple string types employ any
337 tagging employ the constructed methods.
343 the method is primitive or constructed.
347 constructed, indefinite-length method, these
352 the value. For the constructed methods, these
356 End-of-contents octets. For the constructed, indefinite-
427 constructed.
[all …]
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_DER_w_begin_sequence.pod6 - internal DER writers for DER constructed elements
17 All functions described here are wrappers for constructed structures,
/freebsd/usr.sbin/ypldap/
H A Daldap.c974 int constructed; in ldap_debug_elements() local
983 constructed = root->be_encoding; in ldap_debug_elements()
986 constructed = 0; in ldap_debug_elements()
1103 if (constructed) in ldap_debug_elements()
1104 root->be_encoding = constructed; in ldap_debug_elements()
1161 if (constructed && root->be_sub) { in ldap_debug_elements()
/freebsd/bin/ed/test/
H A DREADME10 constructed
/freebsd/contrib/wpa/src/common/
H A Ddpp_backup.c559 if (asn1_get_next(pos, end - pos, &hdr) < 0 || !hdr.constructed || in dpp_parse_recipient_infos()
594 if (asn1_get_next(pos, end - pos, &hdr) < 0 || !hdr.constructed || in dpp_parse_recipient_infos()
785 if (asn1_get_next(pos, end - pos, &hdr) < 0 || hdr.constructed || in dpp_parse_encrypted_content_info()
952 if (asn1_get_next(pos, end - pos, &hdr) < 0 || !hdr.constructed || in dpp_parse_one_asymmetric_key()
/freebsd/contrib/one-true-awk/testdir/
H A DREADME.TESTS37 ways, against a large input file constructed by Compare.tt.
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp293 atomic_uint8_t constructed; member
299 atomic_store_relaxed(&constructed, 1); in Allocator()
518 if (memprof_inited && atomic_load_relaxed(&constructed) && in Deallocate()
/freebsd/contrib/ntp/scripts/stats/
H A DREADME14 constructed for later processing by the S utility.

12345