Home
last modified time | relevance | path

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

12

/openssl-master/crypto/asn1/
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()
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()
/openssl-master/doc/internal/man3/
A Dossl_DER_w_begin_sequence.pod6 - internal DER writers for DER constructed elements
17 All functions described here are wrappers for constructed structures,
A Devp_pkey_export_to_provider.pod42 provider based key, then a new legacy key is constructed based on the provider
A Dossl_cmp_print_log.pod52 and the message constructed using the given B<format> and variable further
A DOSSL_METHOD_STORE.pod67 ossl_method_store_add() adds the I<method> constructed from an implementation in
A Dossl_method_construct.pod142 ossl_method_construct() returns a constructed method on success, or
A Devp_generic_fetch.pod210 * the newly constructed EVP_FOO instance.
/openssl-master/doc/man3/
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>.
A DBIO_s_core.pod27 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
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
A DPKCS8_pkey_add1_attr.pod24 PKCS8_pkey_add1_attr() adds a constructed X509_ATTRIBUTE B<attr> to the
A DEVP_PKEY_CTX_get0_libctx.pod22 associated with the EVP_PKEY_CTX when it was constructed.
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
A DSMIME_write_CMS.pod42 length constructed encoding except in the case of signed data with detached
A DSMIME_write_PKCS7.pod43 length constructed encoding except in the case of signed data with detached
A DPKCS12_SAFEBAG_create_cert.pod46 I<type> with an ASN1 value of type I<vtype> constructed using the bytes in
A DSMIME_write_ASN1.pod59 length constructed encoding except in the case of signed data with detached
A DDH_set_method.pod64 A new DH_METHOD object may be constructed using DH_meth_new() (see
A DEC_KEY_new.pod79 A new EC_KEY with no associated curve can be constructed by calling
92 Alternatively a new EC_KEY can be constructed by calling
A DX509_verify_cert.pod37 The verification context, of type B<X509_STORE_CTX>, can be constructed
A DOSSL_STORE_SEARCH.pod55 B<OSSL_STORE_SEARCH> is an opaque type that holds the constructed search
A DOSSL_LIB_CTX.pod81 yet be available in the newly constructed child library context. As soon as the
/openssl-master/doc/internal/man7/
A DDERlib.pod40 functions that implement a constructed element. The latter are easily
/openssl-master/include/openssl/
A Dasn1t.h.in76 * that it will use indefinite length constructed
448 /* EXPLICIT using indefinite length constructed form */
452 /* EXPLICIT OPTIONAL using indefinite length constructed form */
592 * indefinite length constructed encoding to be used if required.

Completed in 24 milliseconds

12