/openssl-master/crypto/encode_decode/ |
A D | encoder_local.h | 98 OSSL_ENCODER_CONSTRUCT *construct; member 153 OSSL_DECODER_CONSTRUCT *construct; member
|
A D | decoder_lib.c | 564 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 D | encoder_lib.c | 328 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 D | core.h | 39 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov, member
|
/openssl-master/external/perl/Text-Template-1.56/ |
A D | INSTALL | 6 to construct the Makefile, then
|
/openssl-master/doc/internal/man3/ |
A D | ossl_method_construct.pod | 21 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 D | ossl_namemap_new.pod | 42 ossl_namemap_new() and ossl_namemap_free() construct and destruct a
|
/openssl-master/crypto/ |
A D | core_fetch.c | 70 if ((method = data->mcm->construct(algo, provider, data->mcm_data)) in ossl_method_construct_this()
|
/openssl-master/include/openssl/ |
A D | encoder.h | 96 OSSL_ENCODER_CONSTRUCT *construct);
|
A D | decoder.h | 99 OSSL_DECODER_CONSTRUCT *construct);
|
A D | ui.h.in | 147 * The following function helps construct a prompt.
|
A D | x509v3.h.in | 896 * Utilities to construct and extract values from RFC3779 extensions,
|
/openssl-master/doc/man3/ |
A D | PKCS8_pkey_add1_attr.pod | 27 PKCS8_pkey_add1_attr_by_NID() and PKCS8_pkey_add1_attr_by_OBJ() construct a new
|
A D | OSSL_DECODER_CTX.pod | 71 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 D | BIO_s_core.pod | 29 construct it using BIO_new_ex(3).
|
A D | MDC2_Init.pod | 29 MDC2 is a method to construct hash functions with 128 bit output from
|
A D | OSSL_ENCODER_CTX.pod | 66 OSSL_ENCODER_CONSTRUCT *construct); 124 OSSL_ENCODER_CTX_set_construct() sets the constructor I<construct>.
|
A D | SSL_new.pod | 39 the session, if desired, and construct a fresh handle for each connection.
|
A D | OSSL_PARAM_int.pod | 177 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 D | EC_GROUP_new.pod | 158 In order to construct a built-in curve use the function
|
A D | EVP_PKEY_set1_RSA.pod | 87 L<OSSL_DECODER_CTX_new_for_pkey(3)>), or construct an EVP_PKEY from data using
|
/openssl-master/doc/man1/ |
A D | openssl-info.pod.in | 65 This is typically used to construct C<$PATH> (C<%PATH%> on Windows)
|
/openssl-master/ssl/statem/ |
A D | extensions.c | 828 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 D | provider-decoder.pod | 21 /* Functions to construct / destruct / manipulate the decoder context */
|
A D | provider-encoder.pod | 21 /* Functions to construct / destruct / manipulate the encoder context */
|