Home
last modified time | relevance | path

Searched refs:construct (Results 1 – 25 of 39) sorted by relevance

12

/openssl/crypto/encode_decode/
H A Dencoder_local.h97 OSSL_ENCODER_CONSTRUCT *construct; member
153 OSSL_DECODER_CONSTRUCT *construct; member
H A Dencoder_lib.c62 if (ctx->cleanup == NULL || ctx->construct == NULL) { in OSSL_ENCODER_to_bio()
330 OSSL_ENCODER_CONSTRUCT *construct) in OSSL_ENCODER_CTX_set_construct() argument
336 ctx->construct = construct; in OSSL_ENCODER_CTX_set_construct()
571 data->ctx->construct(current_encoder_inst, in encoder_process()
H A Ddecoder_lib.c601 OSSL_DECODER_CONSTRUCT *construct) in OSSL_DECODER_CTX_set_construct() argument
607 ctx->construct = construct; in OSSL_DECODER_CTX_set_construct()
638 return ctx->construct; in OSSL_DECODER_CTX_get_construct()
765 if (ctx->construct != NULL) { in decoder_process()
774 rv = ctx->construct(decoder_inst, params, ctx->construct_data); in decoder_process()
/openssl/include/internal/
H A Dcore.h43 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov, member
/openssl/external/perl/Text-Template-1.56/
H A DINSTALL6 to construct the Makefile, then
/openssl/doc/internal/man3/
H A Dossl_method_construct.pod21 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov,
105 Places the I<method> created by the construct() function (see below)
120 =item construct()
H A Dossl_namemap_new.pod40 ossl_namemap_new() and ossl_namemap_free() construct and destruct a
/openssl/include/openssl/
H A Dencoder.h96 OSSL_ENCODER_CONSTRUCT *construct);
H A Ddecoder.h99 OSSL_DECODER_CONSTRUCT *construct);
/openssl/doc/man3/
H A DPKCS8_pkey_add1_attr.pod27 PKCS8_pkey_add1_attr_by_NID() and PKCS8_pkey_add1_attr_by_OBJ() construct a new
H A DOSSL_DECODER_CTX.pod71 OSSL_DECODER_CONSTRUCT *construct);
107 the caller is called to attempt to construct an appropriate type / structure
150 OSSL_DECODER_CTX_set_construct() sets the constructor I<construct>.
H A DBIO_s_core.pod29 construct it using BIO_new_ex(3).
H A DOSSL_ENCODER_CTX.pod66 OSSL_ENCODER_CONSTRUCT *construct);
125 OSSL_ENCODER_CTX_set_construct() sets the constructor I<construct>.
H A DMDC2_Init.pod29 MDC2 is a method to construct hash functions with 128 bit output from
H A DSSL_CTX_set_ssl_version.pod27 SSL_CTX_get_ssl_method() returns the SSL_METHOD which was used to construct the
H A DX509_get_default_cert_file.pod58 use of the environment variable mechanism and using other methods to construct
H A DSSL_new.pod39 the session, if desired, and construct a fresh handle for each connection.
H A DOSSL_PARAM_int.pod177 The OSSL_PARAM_DEFN() macro provides the ability to construct a single
302 creation, via either the macros or construct calls, the I<return_size> field
H A DEC_GROUP_new.pod171 In order to construct a built-in curve use the function
H A DEVP_PKEY_set1_RSA.pod90 L<OSSL_DECODER_CTX_new_for_pkey(3)>), or construct an EVP_PKEY from data using
/openssl/crypto/
H A Dcore_fetch.c109 if ((method = data->mcm->construct(algo, provider, data->mcm_data)) in ossl_method_construct_this()
/openssl/doc/man1/
H A Dopenssl-info.pod.in66 This is typically used to construct C<$PATH> (C<%PATH%> on Windows)
/openssl/ssl/statem/
H A Dextensions.c894 EXT_RETURN (*construct)(SSL_CONNECTION *s, WPACKET *pkt, in tls_construct_extensions() local
903 construct = s->server ? thisexd->construct_stoc in tls_construct_extensions()
906 if (construct == NULL) in tls_construct_extensions()
909 ret = construct(s, pkt, context, x, chainidx); in tls_construct_extensions()
/openssl/doc/designs/quic-design/
H A Drecord-layer.md86 end user applications to construct their own METHODs.
178 `OSSL_RECORD_TEMPLATE` structure when writing. Libssl will construct a set of
188 should be split into. If that value is more than one, then libssl will construct
192 The implementation of the `write_records` function must construct the
/openssl/doc/man7/
H A Dprovider-decoder.pod21 /* Functions to construct / destruct / manipulate the decoder context */

Completed in 41 milliseconds

12