Home
last modified time | relevance | path

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

12

/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 DPKCS8_pkey_add1_attr.pod24 PKCS8_pkey_add1_attr() adds a constructed X509_ATTRIBUTE B<attr> to the
H A DEVP_PKEY_CTX_get0_libctx.pod22 associated with the EVP_PKEY_CTX when it was constructed.
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 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
H A DPKCS12_SAFEBAG_create_cert.pod46 I<type> with an ASN1 value of type I<vtype> constructed using the bytes in
H A DSMIME_write_ASN1.pod59 length constructed encoding except in the case of signed data with detached
H A DDH_set_method.pod64 A new DH_METHOD object may be constructed using DH_meth_new() (see
H 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
H A DX509_verify_cert.pod37 The verification context, of type B<X509_STORE_CTX>, can be constructed
H A DOSSL_STORE_SEARCH.pod55 B<OSSL_STORE_SEARCH> is an opaque type that holds the constructed search
H A DOSSL_LIB_CTX.pod81 yet be available in the newly constructed child library context. As soon as the
/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()
/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,
H A Devp_pkey_export_to_provider.pod42 provider based key, then a new legacy key is constructed based on the provider
H A Dossl_cmp_print_log.pod52 and the message constructed using the given B<format> and variable further
H A Dossl_method_construct.pod142 ossl_method_construct() returns a constructed method on success, or
H A DOSSL_METHOD_STORE.pod71 ossl_method_store_add() adds the I<method> constructed from an implementation in
H A Devp_generic_fetch.pod193 * the newly constructed EVP_FOO instance.
/openssl/doc/internal/man7/
H A DDERlib.pod40 functions that implement a constructed element. The latter are easily
/openssl/include/openssl/
H 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 41 milliseconds

12