Home
last modified time | relevance | path

Searched refs:context (Results 126 – 150 of 342) sorted by relevance

12345678910>>...14

/openssl/doc/man7/
H A DEVP_KDF-TLS1_PRF.pod43 This parameter sets the context seed.
44 The length of the context seed cannot exceed 1024 bytes;
93 A context for the TLS PRF can be obtained by calling:
H A Dopenssl-glossary.pod114 application does not explicitly create a library context then the "default"
115 one is used. Many OpenSSL functions can take a library context as an argument.
116 A NULL value can always be passed to indicate the default library context.
129 library context.
H A DOSSL_PROVIDER-null.pod11 It can used to guarantee that the default library context and a fallback
/openssl/doc/man3/
H A DOCSP_response_status.pod61 that the default library context is used with an empty property query string.
74 default library context is used with an empty property query string.
81 uses the parameters contained in digest context I<ctx>.
H A DEVP_PKEY_sign.pod29 EVP_PKEY_sign_init() initializes a public key algorithm context I<ctx> for
30 signing using the algorithm given when the context was created
36 sets the passed parameters I<params> on the context before returning.
38 EVP_PKEY_sign_init_ex2() initializes a public key algorithm context I<ctx> for
41 A context I<ctx> without a pre-loaded key cannot be used with this function.
49 EVP_PKEY_sign_message_init() initializes a public key algorithm context I<ctx>
127 EVP_PKEY_sign() can be called more than once on the same context to have
H A DSSL_CTX_add_session.pod17 SSL_CTX_add_session() adds the session B<c> to the context B<ctx>. The
22 SSL_CTX_remove_session() removes the session B<c> from the context B<ctx> and
H A DOSSL_PROVIDER.pod73 Some of these functions operate within a library context, please see
86 context is released or OSSL_PROVIDER_set_default_search_path() is called.
89 B<OSSL_PROVIDER> store in the given library context, by associating a
155 OSSL_PROVIDER_get0_provider_ctx() returns the provider context for the given
156 provider. The provider context is an opaque handle set by the provider itself
H A DPKCS12_add_safe.pod43 context I<ctx> and property query I<propq> to be used to select algorithm
51 library context I<ctx> and property query I<propq> to be used to select
H A DSSL_load_client_CA_file.pod30 a STACK_OF(X509_NAME) with the subject names found. The library context I<libctx>
34 but uses NULL for the library context I<libctx> and property query I<propq>.
H A DNCONF_new_ex.pod32 it a context I<libctx> that can be used during loading. If the method table
46 NCONF_get0_libctx() gets the library context associated with the I<conf>
H A DCTLOG_STORE_new.pod28 the library context I<libctx> and the property query string I<propq>.
31 the default library context and property query string.
H A DEVP_PKEY_verify.pod31 EVP_PKEY_verify_init() initializes a public key algorithm context I<ctx> for
32 verification using the algorithm given when the context was created
38 sets the passed parameters I<params> on the context before returning.
42 A context I<ctx> without a pre-loaded key cannot be used with this function.
48 EVP_PKEY_verify_message_init() initializes a public key algorithm context
123 EVP_PKEY_verify() can be called more than once on the same context to have
H A DOSSL_CRMF_pbmp_new.pod28 The optional library context I<libctx> and I<propq> parameters may be used
39 The library context I<libctx> parameter may be used to select the provider
H A DBIO_f_cipher.pod43 BIO cipher context. The retrieved context can be used in conjunction
H A DOSSL_STORE_LOADER.pod144 by all activated providers in the library context I<libctx>, and for each
174 library context I<libctx> with an associated property query I<propq>,
183 context I<libctx> and property query I<propq>.
224 When called with the loader context being NULL, this function is expected
227 When called with the loader context being something other than NULL, this
278 OSSL_STORE_LOADER_set_open_ex() sets the opener with library context
H A DCMS_get1_ReceiptRequest.pod35 parameter specifies the I<receiptsTo> field value. The library context I<libctx>
40 library context I<libctx>.
H A DEVP_PBE_CipherInit.pod38 EVP_PBE_CipherInit_ex() also allows the application to specify a library context
70 context and property query.
H A DOSSL_DECODER_from_bio.pod30 OSSL_DECODER_from_data() runs the decoding process for the context I<ctx>,
36 OSSL_DECODER_from_bio() runs the decoding process for the context I<ctx>,
H A DEVP_PKEY_decapsulate.pod22 context I<ctx> for a decapsulation operation and then sets the I<params>
23 on the context in the same way as calling L<EVP_PKEY_CTX_set_params(3)>.
/openssl/doc/internal/man3/
H A Dossl_cmp_msg_protect.pod23 using the credentials, library context, and property criteria in the I<ctx>.
29 depending on the available context information given in the I<ctx>.
H A Dossl_method_construct.pod79 Create a temporary method store in the scope of the library context I<ctx>.
91 This default store should be stored in the library context I<libctx>.
111 This default store should be stored in the library context I<libctx>.
/openssl/apps/
H A Ds_server.c62 static int sv_body(int s, int stype, int prot, unsigned char *context);
63 static int www_body(int s, int stype, int prot, unsigned char *context);
1046 unsigned char *context = NULL; in s_server_main() local
1234 context = (unsigned char *)opt_arg(); in s_server_main()
2339 server_cb, context, naccept, bio_s_out, tfo); in s_server_main()
2475 if (context != NULL in sv_body()
2476 && !SSL_set_session_id_context(con, context, in sv_body()
3204 if (context != NULL in www_body()
3205 && !SSL_set_session_id_context(con, context, in www_body()
3666 if (context != NULL in rev_body()
[all …]
/openssl/crypto/aes/asm/
H A Dbsaes-x86_64.pl3070 $context="%r8";
3089 mov 120($context),%rax # pull context->Rax
3090 mov 248($context),%rbx # pull context->Rip
3110 mov 160($context),%rax # pull context->Rbp
3113 lea 512($context),%rdi # &context.Xmm6
3125 mov %rbx,144($context) # restore context->Rbx
3126 mov %rbp,160($context) # restore context->Rbp
3127 mov %r12,216($context) # restore context->R12
3128 mov %r13,224($context) # restore context->R13
3129 mov %r14,232($context) # restore context->R14
[all …]
/openssl/test/ssl-tests/
H A D09-alpn.cnf.in109 name => "alpn-with-sni-no-context-switch",
133 name => "alpn-with-sni-context-switch",
/openssl/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl4332 $context="%r8";
4352 mov 120($context),%rax # pull context->Rax
4353 mov 248($context),%rbx # pull context->Rip
4363 mov 152($context),%rax # pull context->Rsp
4374 mov %r12,216($context) # restore context->R12
4375 mov %r13,224($context) # restore context->R13
4394 mov 120($context),%rax # pull context->Rax
4395 mov 248($context),%rbx # pull context->Rip
4405 mov 152($context),%rax # pull context->Rsp
4421 mov %rbx,144($context) # restore context->Rbx
[all …]

Completed in 47 milliseconds

12345678910>>...14