Home
last modified time | relevance | path

Searched refs:context (Results 76 – 100 of 342) sorted by relevance

12345678910>>...14

/openssl/doc/man3/
H A DRAND_set_DRBG_type.pod21 used within the library context I<ctx>. A generator of name I<drbg>
28 within the library context I<ctx>. The seed source of name I<seed>
39 created in the library context. They will return an error if the call
H A DOSSL_CMP_SRV_CTX_new.pod113 associated with the library context I<libctx> and property query string
119 OSSL_CMP_SRV_CTX_init() sets in the given I<srv_ctx> a custom server context
130 Otherwise I<delay> takes a custom server context and a request message as input.
134 Otherwise I<clean> takes a custom server context and a transaction ID pointer
143 OSSL_CMP_SRV_CTX_get0_custom_ctx() returns the custom server context from
175 OSSL_CMP_SRV_CTX_get0_custom_ctx() returns the custom server context
H A DEVP_PKEY_derive.pod22 EVP_PKEY_derive_init() initializes a public key algorithm context I<ctx> for
23 shared secret derivation using the algorithm given when the context was created
29 sets the passed parameters I<params> on the context before returning.
52 context if several operations are performed using the same parameters.
H A DX509_new.pod28 library context of I<libctx>, property query of I<propq> and a reference
30 X509_verify() use this library context to select which providers supply the
34 X509_new() is similar to X509_new_ex() but sets the library context
35 and property query to NULL. This results in the default (NULL) library context
H A DCTLOG_new.pod33 library context I<libctx> and property query string I<propq>. A name must also
38 library context and the default property query string.
43 will be associated with the given library context I<libctx> and property query
47 CTLOG_new_from_base64_ex() except that the default library context and
H A DX509_LOOKUP.pod98 its return value via I<*ret>. The library context I<libctx> and property
107 uses NULL for the library context I<libctx> and property query I<propq>.
110 into the associated B<X509_STORE>. The library context I<libctx> and property
117 uses NULL for the library context I<libctx> and property query I<propq>.
128 into the associated B<X509_STORE>. The library context I<libctx> and property
132 uses NULL for the library context I<libctx> and property query I<propq>.
136 B<X509_STORE>. The library context I<libctx> and property query I<propq> are used
142 uses NULL for the library context I<libctx> and property query I<propq>.
H A DOSSL_ENCODER_CTX.pod26 - Encoder context routines
104 OSSL_ENCODER_CTX_free() frees the given context I<ctx>.
123 added to the context I<ctx>.
160 implementation's provider context of the encoder instance I<encoder_inst>.
174 if the context structure couldn't be allocated.
193 OSSL_ENCODER_INSTANCE_get_encoder_ctx() returns a provider context pointer on
H A DCMS_EnvelopedData_create.pod27 The library context I<libctx> and the property query I<propq> are used when
33 supported. The library context I<libctx> and the property query I<propq> are
48 the library context I<libctx> and the property query I<propq>.
H A DCMAC_CTX.pod39 =item L<EVP_MAC_CTX_new(3)> to create a new MAC context.
41 =item L<EVP_MAC_CTX_free(3)> to free the MAC context.
43 =item L<EVP_MAC_init(3)> to initialize the MAC context.
75 This function can be called multiple times to update the context with
H A DPEM_X509_INFO_read_bio_ex.pod31 but uses the default (NULL) library context I<libctx>
37 but uses the default (NULL) library context I<libctx>
54 The library context I<libctx> and property query I<propq> are used for fetching
H A DEVP_DigestVerifyInit.pod29 EVP_DigestVerifyInit_ex() sets up verification context B<ctx> to use a
37 I<params>, if not NULL, are set on the context before returning.
112 verification context B<ctx>. This function can be called several times on the
156 context. This means that EVP_VerifyUpdate() and EVP_VerifyFinal() can
158 this behavior by setting the EVP_MD_CTX_FLAG_FINALISE context flag via
163 finalize the digest context and attempting to process additional data via
167 multiple times on a context and the parameters set by previous calls should be
H A DOSSL_DECODER_CTX.pod30 - Decoder context routines
128 OSSL_DECODER_CTX_free() frees the given context I<ctx>.
148 added to the context I<ctx>.
202 implementation's provider context from a decoder instance I<decoder_inst>.
215 if the context structure couldn't be allocated.
240 OSSL_DECODER_INSTANCE_decoder_ctx() returns a provider context pointer on
H A DCMS_data_create.pod20 The library context I<libctx> and the property query I<propq> are used when
28 but uses default values of NULL for the library context I<libctx> and the
H A DEVP_DigestInit.pod179 Allocates and returns a digest context.
184 existing context.
217 Retrieves the requested list of I<params> from a MD context I<ctx>.
222 Sets the list of I<params> into a MD context I<ctx>.
236 in the context's current state.
244 context's current state.
267 Sets up digest context I<ctx> to use a digest I<type>.
271 The parameters B<params> are set on the context after initialisation.
279 Sets up digest context I<ctx> to use a digest I<type>.
356 names registered with the default library context (see
[all …]
/openssl/doc/man7/
H A DEVP_RAND-CRNG-TEST.pod22 If a parent EVP_RAND is specified on context creation, the parent's
26 If no parent EVP_RAND is specified on context creation, the following parameters
49 A context for a health test filter can be obtained by calling:
H A DEVP_KDF-TLS13_KDF.pod38 This parameter sets the label prefix on the specified TLS 1.3 KDF context.
44 This parameter sets the label on the specified TLS 1.3 KDF context.
49 This parameter sets the context data on the specified TLS 1.3 KDF context.
125 A context for a TLS 1.3 KDF can be obtained by calling:
H A Dprovider-rand.pod77 structure for holding context information during a rand operation.
78 A pointer to this context will be passed back in a number of the other rand
80 The parameter I<provctx> is the provider context generated during provider
88 OSSL_FUNC_rand_freectx() is passed a pointer to the provider side rand context in
92 This function should free any resources associated with that context.
161 provider side rand context I<ctx> to I<params>.
166 associated with the given provider side rand context I<ctx> and stores them
176 associated with the provider side context I<ctx> in its current state
289 provider side rand context, or NULL on failure.
/openssl/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl1932 $context="%r8";
1951 mov 120($context),%rax # pull context->Rax
1952 mov 248($context),%rbx # pull context->Rip
1962 mov 152($context),%rax # pull context->Rsp
1975 lea 512($context),%rdi # &context.Xmm6
1984 lea 512($context),%rdi # &context.Xmm6
1996 mov %rbx,144($context) # restore context->Rbx
1997 mov %rbp,160($context) # restore context->Rbp
1998 mov %r12,216($context) # restore context->R12
1999 mov %r13,224($context) # restore context->R13
[all …]
H A Daesni-x86_64.pl4777 $context="%r8";
4798 mov 120($context),%rax # pull context->Rax
4799 mov 248($context),%rbx # pull context->Rip
4809 mov 152($context),%rax # pull context->Rsp
4817 lea 512($context),%rdi # &context.Xmm6
4839 mov 120($context),%rax # pull context->Rax
4840 mov 248($context),%rbx # pull context->Rip
4860 lea 512($context),%rdi # & context.Xmm6
4907 lea 512($context),%rdi # & context.Xmm6
4963 lea 512($context),%rdi # &context.Xmm6
[all …]
/openssl/crypto/sha/asm/
H A Dsha512-x86_64.pl2321 $context="%r8";
2340 mov 120($context),%rax # pull context->Rax
2341 mov 248($context),%rbx # pull context->Rip
2351 mov 152($context),%rax # pull context->Rsp
2377 mov %rbx,144($context) # restore context->Rbx
2378 mov %rbp,160($context) # restore context->Rbp
2389 lea 512($context),%rdi # &context.Xmm6
2401 mov $context,%rsi # context
2449 mov 120($context),%rax # pull context->Rax
2450 mov 248($context),%rbx # pull context->Rip
[all …]
/openssl/
H A DREADME-PROVIDERS.md82 to ensure that the default library context is never used unintentionally.
94 the legacy and the default provider in the default library context.
112 load the legacy provider into the default library context as shown below.
113 Note that once you have explicitly loaded a provider into the library context
127 /* Load Multiple providers into the default (NULL) library context */
/openssl/doc/internal/man3/
H A Dossl_provider_new.pod60 /* Return pointer to the provider's context */
111 in the library context.
167 ossl_provider_libctx() returns the library context the given
178 parent library context. I<handle> is the B<OSSL_CORE_HANDLE> object passed to
236 ossl_provider_ctx() returns a context created by the provider.
296 ossl_provider_init_as_child() stores in the library context I<ctx> references to
302 context about provider creation or removal events for the child library context
303 I<ctx>. Must only be called if I<ctx> is a child library context.
357 ossl_provider_libctx() return a pointer to the library context.
359 global library context.
/openssl/ssl/
H A Dssl_rsa.c609 unsigned long context = 0; in serverinfo_find_extension() local
615 if (!PACKET_get_net_4(&pkt, &context) in serverinfo_find_extension()
630 unsigned int context, in serverinfoex_srv_parse_cb() argument
653 unsigned int context, in serverinfoex_srv_add_cb() argument
668 if ((context & SSL_EXT_TLS1_3_CERTIFICATE) != 0 && chainidx > 0) in serverinfoex_srv_add_cb()
718 unsigned long context = 0; in serverinfo_process_buffer() local
722 if ((version == SSL_SERVERINFOV2 && !PACKET_get_net_4(&pkt, &context)) in serverinfo_process_buffer()
741 if (version == SSL_SERVERINFOV1 || context == SYNTHV1CONTEXT) { in serverinfo_process_buffer()
749 if (!SSL_CTX_add_custom_ext(ctx, ext_type, context, in serverinfo_process_buffer()
/openssl/crypto/modes/asm/
H A Dghash-x86_64.pl1676 $context="%r8";
1695 mov 120($context),%rax # pull context->Rax
1696 mov 248($context),%rbx # pull context->Rip
1706 mov 152($context),%rax # pull context->Rsp
1721 mov %rbx,144($context) # restore context->Rbx
1722 mov %rbp,160($context) # restore context->Rbp
1723 mov %r12,216($context) # restore context->R12
1724 mov %r13,224($context) # restore context->R13
1725 mov %r14,232($context) # restore context->R14
1726 mov %r15,240($context) # restore context->R15
[all …]
/openssl/include/openssl/
H A Dct.h.in77 * CT policy evaluation context functions *
81 * Creates a new, empty policy evaluation context associated with the given
82 * library context and property query string.
91 * context and property query string is used.
95 /* Deletes a policy evaluation context and anything it owns. */
323 * Validates the given SCT with the provided context.
332 * Validates the given list of SCTs with the provided context.
430 * associates it with the give library context |libctx| and property query
440 * The same as CTLOG_new_ex except that the default library context and
447 * in |pkey_base64| and associated with the given library context |libctx| and
[all …]

Completed in 52 milliseconds

12345678910>>...14