Home
last modified time | relevance | path

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

12

/openssl-master/crypto/encode_decode/
A Dencoder_local.h98 OSSL_ENCODER_CONSTRUCT *construct; member
153 OSSL_DECODER_CONSTRUCT *construct; member
A Ddecoder_lib.c564 OSSL_DECODER_CONSTRUCT *construct) in OSSL_DECODER_CTX_set_construct() argument
570 ctx->construct = construct; in OSSL_DECODER_CTX_set_construct()
601 return ctx->construct; in OSSL_DECODER_CTX_get_construct()
728 if (ctx->construct != NULL) { in decoder_process()
737 rv = ctx->construct(decoder_inst, params, ctx->construct_data); in decoder_process()
A Dencoder_lib.c328 OSSL_ENCODER_CONSTRUCT *construct) in OSSL_ENCODER_CTX_set_construct() argument
334 ctx->construct = construct; in OSSL_ENCODER_CTX_set_construct()
569 data->ctx->construct(current_encoder_inst, in encoder_process()
/openssl-master/include/internal/
A Dcore.h39 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov, member
/openssl-master/external/perl/Text-Template-1.56/
A DINSTALL6 to construct the Makefile, then
/openssl-master/doc/internal/man3/
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()
A Dossl_namemap_new.pod42 ossl_namemap_new() and ossl_namemap_free() construct and destruct a
/openssl-master/crypto/
A Dcore_fetch.c70 if ((method = data->mcm->construct(algo, provider, data->mcm_data)) in ossl_method_construct_this()
/openssl-master/include/openssl/
A Dencoder.h96 OSSL_ENCODER_CONSTRUCT *construct);
A Ddecoder.h99 OSSL_DECODER_CONSTRUCT *construct);
A Dui.h.in147 * The following function helps construct a prompt.
A Dx509v3.h.in896 * Utilities to construct and extract values from RFC3779 extensions,
/openssl-master/doc/man3/
A DPKCS8_pkey_add1_attr.pod27 PKCS8_pkey_add1_attr_by_NID() and PKCS8_pkey_add1_attr_by_OBJ() construct a new
A DOSSL_DECODER_CTX.pod71 OSSL_DECODER_CONSTRUCT *construct);
107 the caller is called to attempt to construct an appropriate type / structure
149 OSSL_DECODER_CTX_set_construct() sets the constructor I<construct>.
A DBIO_s_core.pod29 construct it using BIO_new_ex(3).
A DMDC2_Init.pod29 MDC2 is a method to construct hash functions with 128 bit output from
A DOSSL_ENCODER_CTX.pod66 OSSL_ENCODER_CONSTRUCT *construct);
124 OSSL_ENCODER_CTX_set_construct() sets the constructor I<construct>.
A DSSL_new.pod39 the session, if desired, and construct a fresh handle for each connection.
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
A DEC_GROUP_new.pod158 In order to construct a built-in curve use the function
A DEVP_PKEY_set1_RSA.pod87 L<OSSL_DECODER_CTX_new_for_pkey(3)>), or construct an EVP_PKEY from data using
/openssl-master/doc/man1/
A Dopenssl-info.pod.in65 This is typically used to construct C<$PATH> (C<%PATH%> on Windows)
/openssl-master/ssl/statem/
A Dextensions.c828 EXT_RETURN (*construct)(SSL *s, WPACKET *pkt, unsigned int context, in tls_construct_extensions() local
836 construct = s->server ? thisexd->construct_stoc in tls_construct_extensions()
839 if (construct == NULL) in tls_construct_extensions()
842 ret = construct(s, pkt, context, x, chainidx); in tls_construct_extensions()
/openssl-master/doc/man7/
A Dprovider-decoder.pod21 /* Functions to construct / destruct / manipulate the decoder context */
A Dprovider-encoder.pod21 /* Functions to construct / destruct / manipulate the encoder context */

Completed in 26 milliseconds

12