Home
last modified time | relevance | path

Searched refs:context (Results 101 – 125 of 342) sorted by relevance

12345678910>>...14

/openssl/doc/man3/
H A DSSL_CTX_use_serverinfo.pod34 consist of a 4-byte context, a 2-byte Extension Type, a 2-byte length, and then
35 length bytes of extension_data. The context and type values have the same
44 L<SSL_CTX_add_custom_ext(3)>. The following default context value will be used
H A DEC_GROUP_new.pod99 associated with the library context I<ctx> (see L<OSSL_LIB_CTX(3)>).
100 The I<ctx> parameter may be NULL in which case the default library context is
106 The library context I<libctx> (see L<OSSL_LIB_CTX(3)>) and property query string
116 The library context I<libctx> (see L<OSSL_LIB_CTX(3)>) and property query string
173 be constructed, the associated library context to be used in I<ctx> (see
175 may be NULL in which case the default library context is used. The I<propq>
179 EC_GROUP_new_by_curve_name_ex() except that the default library context
H A DSSL_CTX_set_tlsext_ticket_key_cb.pod30 session tickets for the ssl context I<sslctx>. Session tickets, defined in
59 I<iv>, and set the cipher context I<ctx> and the hash context I<hctx>.
66 The initialization vector I<iv> should be a random value. The cipher context
67 I<ctx> should use the initialisation vector I<iv>. The cipher context can be
68 set using L<EVP_EncryptInit_ex(3)>. The hmac context and digest can be set using
76 to retrieve a cryptographic parameters and that the cryptographic context
H A DEVP_DigestSignInit.pod30 EVP_DigestSignInit_ex() sets up signing context I<ctx> to use a digest
38 I<params>, if not NULL, are set on the context before returning.
120 signature context I<ctx>. This function can be called several times on the
166 context. This means that calls to EVP_DigestSignUpdate() and
169 context flag via L<EVP_MD_CTX_set_flags(3)>.
173 finalize the digest context and attempting to process additional data via
177 multiple times on a context and the parameters set by previous calls should be
H A DCMS_digest_create.pod23 using I<md>. The library context I<libctx> and the property query I<propq> are
31 but uses default values of NULL for the library context I<libctx> and the
H A DEVP_PKEY_encrypt.pod21 context using key B<pkey> for an encryption operation.
24 context using key B<pkey> for an encryption operation and sets the
43 context if several operations are performed using the same parameters.
H A DEVP_EncryptInit.pod279 Allocates and returns a cipher context.
329 Sets the list of I<params> into a CIPHER context I<ctx>.
351 can be set in the context's current state.
449 must be called to free any context resources.
528 Sets the key length of the cipher context.
567 context (see L<OSSL_LIB_CTX(3)>) will be considered.
855 Gets the IV length for the cipher context I<ctx>.
888 tag for the associated cipher context I<ctx>.
977 encryption/ decryption for the associated cipher context.
1505 the context before decryption.
[all …]
H A DCMS_EncryptedData_encrypt.pod29 The library context I<libctx> and the property query I<propq> are used when
42 but uses default values of NULL for the library context I<libctx> and the
H A DPKCS12_PBE_keyivgen.pod36 then used to initialise the cipher context I<ctx> with a cipher I<cipher> for
39 PKCS12_PBE_keyivgen_ex() also allows the application to specify a library context
49 PKCS12_pbe_crypt_ex() allows the application to specify a library context
H A DCT_POLICY_EVAL_CTX_new.pod61 CT_POLICY_EVAL_CTX_new_ex() creates an empty policy evaluation context
62 and associates it with the given library context I<libctx> and property query
67 context and property query string.
H A DEVP_PKEY_keygen.pod47 generation is divided into an initialization of a key algorithm context,
51 The key algorithm context must be created using L<EVP_PKEY_CTX_new(3)> or
54 EVP_PKEY_keygen_init() initializes a public key algorithm context I<ctx>
97 As usual, the library context I<libctx> and property query I<propq>
124 once on the same context if several operations are performed using the same
H A DEC_KEY_new.pod80 EC_KEY_new_ex() and specifying the associated library context in I<ctx>
82 The I<ctx> parameter may be NULL in which case the default library context is
90 context is always used.
94 curve, the library context to be used I<ctx> (see L<OSSL_LIB_CTX(3)>) and any
96 The I<ctx> parameter may be NULL in which case the default library context is
103 except that the default library context is always used and a NULL property query
H A DOSSL_HTTP_REQ_CTX.pod59 B<OSSL_HTTP_REQ_CTX> is a context structure for an HTTP request and response,
66 OSSL_HTTP_REQ_CTX_new() allocates a new HTTP request context structure,
73 The allocated context structure includes an internal memory B<BIO>,
76 OSSL_HTTP_REQ_CTX_free() frees up the HTTP request context I<rctx>.
92 context I<rctx>. It can be called more than once to add multiple header lines.
132 OSSL_HTTP_REQ_CTX_set1_req() finalizes the HTTP request context.
213 First, the HTTP request context must be allocated:
236 When the request context is fully prepared, the HTTP exchange may be performed
H A DOSSL_INDICATOR_set_callback.pod30 algorithm's operation context).
42 OSSL_INDICATOR_set_callback() for the given library context I<libctx>, or NULL
H A DEVP_PKEY_decrypt.pod21 context using key I<pkey> for a decryption operation.
24 context using key I<pkey> for a decryption operation and sets the
45 context if several operations are performed using the same parameters.
/openssl/crypto/bn/asm/
H A Drsaz-x86_64.pl2265 $context="%r8";
2284 mov 120($context),%rax # pull context->Rax
2285 mov 248($context),%rbx # pull context->Rip
2295 mov 152($context),%rax # pull context->Rsp
2311 lea 512($context),%rdi
2322 mov %rbx,144($context) # restore context->Rbx
2323 mov %rbp,160($context) # restore context->Rbp
2324 mov %r12,216($context) # restore context->R12
2325 mov %r13,224($context) # restore context->R13
2326 mov %r14,232($context) # restore context->R14
[all …]
H A Drsaz-avx2.pl1801 $context="%r8";
1820 mov 120($context),%rax # pull context->Rax
1821 mov 248($context),%rbx # pull context->Rip
1849 mov %r15,240($context)
1850 mov %r14,232($context)
1851 mov %r13,224($context)
1852 mov %r12,216($context)
1853 mov %rbp,160($context)
1854 mov %rbx,144($context)
1857 lea 512($context),%rdi # & context.Xmm6
[all …]
/openssl/doc/man7/
H A Dproperty.pod128 A context based property query that applies to all fetch operations and a local
130 Where both the context and local queries include a clause with the same name,
131 the local clause overrides the context clause.
133 It is possible for a local property query to remove a clause in the context
135 For example, a context property query that contains "fips=yes" would normally
H A DX25519.pod22 A context for the B<X25519> algorithm can be obtained by calling:
26 For the B<X448> algorithm a context can be obtained by calling:
/openssl/test/
H A DREADME.ssltest.md129 * server2 - this section configures a secondary context that is selected via the
130 ServerName test option. This context is used whenever a ServerNameCallback is
134 against a different server. This context is used whenever HandshakeMode is
139 upgraded clients reuse sessions persisted on disk. This context is used
165 - server1 - the initial context
166 - server2 - the secondary context
167 - invalid - an unknown context
/openssl/test/ssl-tests/
H A D05-sni.cnf.in22 name => "SNI-switch-context",
39 name => "SNI-keep-context",
/openssl/doc/internal/man3/
H A Dossl_algorithm_do_all.pod19 library context I<libctx>, an operation identity I<operation_id> and a
21 I<libctx> may be NULL to signify that the default library context should
/openssl/apps/include/
H A Ds_apps.h21 typedef int (*do_server_cb)(int s, int stype, int prot, unsigned char *context);
26 unsigned char *context, int naccept, BIO *bio_s_out,
/openssl/apps/lib/
H A Ds_socket.c289 unsigned char *context, int naccept, BIO *bio_s_out, in do_server() argument
415 i = (*cb)(sock, type, protocol, context); in do_server()
444 i = (*cb)(asock, type, protocol, context); in do_server()
/openssl/doc/man1/
H A Dopenssl-sess_id.pod.in19 [B<-context> I<ID>]
72 =item B<-context> I<ID>
114 The session ID context in hex format.

Completed in 41 milliseconds

12345678910>>...14