Home
last modified time | relevance | path

Searched refs:select (Results 1 – 25 of 77) sorted by relevance

1234

/openssl-master/test/
A Dtls-provider.c658 static int xor_import(void *vkey, int select, const OSSL_PARAM params[]) in xor_import() argument
668 if (key == NULL || (select & OSSL_KEYMGMT_SELECT_KEYPAIR) == 0) in xor_import()
697 static int xor_export(void *vkey, int select, OSSL_CALLBACK *param_cb, in xor_export() argument
703 if (key == NULL || (select & OSSL_KEYMGMT_SELECT_KEYPAIR) == 0) in xor_export()
722 static const OSSL_PARAM *xor_import_types(int select) in xor_import_types() argument
724 return (select & OSSL_KEYMGMT_SELECT_KEYPAIR) != 0 ? xor_key_types : NULL; in xor_import_types()
727 static const OSSL_PARAM *xor_export_types(int select) in xor_export_types() argument
729 return (select & OSSL_KEYMGMT_SELECT_KEYPAIR) != 0 ? xor_key_types : NULL; in xor_export_types()
/openssl-master/doc/man7/
A DOSSL_PROVIDER-base.pod38 These may be used in a property query string with fetching functions to select
52 These may be used in a property query string with fetching functions to select
A Dprovider-storemgmt.pod126 subject associated. This can be used to select specific certificates
134 issuer associated. This can be used to select specific certificates
A DEVP_PKEY-FFC.pod108 (See L<EVP_PKEY_param_check(3)>) to select validation options. By default
116 (See L<EVP_PKEY_param_check(3)>) to select the validation type. The default
/openssl-master/doc/man3/
A DPKCS12_PBE_keyivgen.pod40 I<libctx> and property query I<propq> to select appropriate algorithm
50 I<libctx> and property query I<propq> to select appropriate algorithm
69 are used to select appropriate algorithm implementations.
A DSSL_CTX_set_alpn_select_cb.pod58 server to select which protocol to use for the incoming connection. When B<cb>
69 SSL_select_next_proto() is a helper function used to select protocols. It
81 client needs to select a protocol from the server's provided list, and a
88 select a protocol. It is fatal to the connection if this callback returns
156 The ALPN select callback B<cb>, must return one of the following:
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
A DBIO_read.pod90 (such as select(), poll() or equivalent) to determine when data is available
92 select() on the underlying I/O structure and then call BIO_read() to
95 I/O structure and may block as a result. Instead select() (or equivalent)
A DBIO_should_retry.pod96 is true then a call to select() may be made to wait until data is
98 conditions of several non blocking BIOs in a single select() call
106 is to use non blocking I/O and use a timeout on the select() (or
A DPKCS12_init.pod21 I<ctx> and I<propq> to be used to select algorithm implementations for
A DPKCS12_decrypt_skey.pod25 I<ctx> and property query I<propq> to be used to select algorithm implementations.
A DTS_RESP_CTX_new.pod22 The library context and property query can be used to select which providers
A DSSL_get_error.pod92 For socket B<BIO>s (e.g. when SSL_set_fd() was used), select() or
114 on many platforms select() or poll() for writing on the socket file descriptor
130 completed its processing using select() or poll() on the asynchronous wait file
A DPKCS12_pack_p7encdata.pod31 library context I<ctx> and property query I<propq> to be used to select the
A DPKCS12_item_decrypt_d2i.pod45 I<propq> to be used to select algorithm implementations.
A DRAND_set_rand_method.pod5 RAND_set_rand_method, RAND_get_rand_method, RAND_OpenSSL - select RAND method
A DPKCS8_encrypt.pod46 I<propq> to be used to select algorithm implementations.
A DPKCS12_SAFEBAG_create_cert.pod62 but allows for a library context I<ctx> and property query I<propq> to be used to select
A DPKCS12_add_cert.pod39 context I<ctx> and property query I<propq> to be used to select algorithm
A DSSL_do_handshake.pod35 nothing is to be done, but select() can be used to check for the required
A DEVP_PBE_CipherInit.pod33 I<libctx> and property query I<propq> to select appropriate algorithm
A DSSL_accept.pod34 nothing is to be done, but select() can be used to check for the required
A DOSSL_CRMF_pbmp_new.pod39 The library context I<libctx> parameter may be used to select the provider
/openssl-master/doc/internal/man3/
A Dossl_cmp_mock_srv_new.pod38 I<propq>, both of which may be NULL to select the defaults.
/openssl-master/doc/man1/
A Dopenssl-list.pod.in13 [B<-select> I<name>]
66 =item B<-select> I<name>

Completed in 20 milliseconds

1234