/openssl/crypto/encode_decode/ |
H A D | encoder_local.h | 97 OSSL_ENCODER_CONSTRUCT *construct; member 153 OSSL_DECODER_CONSTRUCT *construct; member
|
H A D | encoder_lib.c | 62 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 D | decoder_lib.c | 601 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 D | core.h | 43 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov, member
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | INSTALL | 6 to construct the Makefile, then
|
/openssl/doc/internal/man3/ |
H 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()
|
H A D | ossl_namemap_new.pod | 40 ossl_namemap_new() and ossl_namemap_free() construct and destruct a
|
/openssl/include/openssl/ |
H A D | encoder.h | 96 OSSL_ENCODER_CONSTRUCT *construct);
|
H A D | decoder.h | 99 OSSL_DECODER_CONSTRUCT *construct);
|
/openssl/doc/man3/ |
H A D | PKCS8_pkey_add1_attr.pod | 27 PKCS8_pkey_add1_attr_by_NID() and PKCS8_pkey_add1_attr_by_OBJ() construct a new
|
H A D | OSSL_DECODER_CTX.pod | 71 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 D | BIO_s_core.pod | 29 construct it using BIO_new_ex(3).
|
H A D | OSSL_ENCODER_CTX.pod | 66 OSSL_ENCODER_CONSTRUCT *construct); 125 OSSL_ENCODER_CTX_set_construct() sets the constructor I<construct>.
|
H A D | MDC2_Init.pod | 29 MDC2 is a method to construct hash functions with 128 bit output from
|
H A D | SSL_CTX_set_ssl_version.pod | 27 SSL_CTX_get_ssl_method() returns the SSL_METHOD which was used to construct the
|
H A D | X509_get_default_cert_file.pod | 58 use of the environment variable mechanism and using other methods to construct
|
H A D | SSL_new.pod | 39 the session, if desired, and construct a fresh handle for each connection.
|
H 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
|
H A D | EC_GROUP_new.pod | 171 In order to construct a built-in curve use the function
|
H A D | EVP_PKEY_set1_RSA.pod | 90 L<OSSL_DECODER_CTX_new_for_pkey(3)>), or construct an EVP_PKEY from data using
|
/openssl/crypto/ |
H A D | core_fetch.c | 109 if ((method = data->mcm->construct(algo, provider, data->mcm_data)) in ossl_method_construct_this()
|
/openssl/doc/man1/ |
H A D | openssl-info.pod.in | 66 This is typically used to construct C<$PATH> (C<%PATH%> on Windows)
|
/openssl/ssl/statem/ |
H A D | extensions.c | 894 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 D | record-layer.md | 86 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 D | provider-decoder.pod | 21 /* Functions to construct / destruct / manipulate the decoder context */
|