Searched refs:select (Results 1 – 25 of 77) sorted by relevance
1234
/openssl-master/test/ |
A D | tls-provider.c | 658 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 D | OSSL_PROVIDER-base.pod | 38 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 D | provider-storemgmt.pod | 126 subject associated. This can be used to select specific certificates 134 issuer associated. This can be used to select specific certificates
|
A D | EVP_PKEY-FFC.pod | 108 (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 D | PKCS12_PBE_keyivgen.pod | 40 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 D | SSL_CTX_set_alpn_select_cb.pod | 58 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 D | PKCS12_add_safe.pod | 43 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 D | BIO_read.pod | 90 (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 D | BIO_should_retry.pod | 96 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 D | PKCS12_init.pod | 21 I<ctx> and I<propq> to be used to select algorithm implementations for
|
A D | PKCS12_decrypt_skey.pod | 25 I<ctx> and property query I<propq> to be used to select algorithm implementations.
|
A D | TS_RESP_CTX_new.pod | 22 The library context and property query can be used to select which providers
|
A D | SSL_get_error.pod | 92 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 D | PKCS12_pack_p7encdata.pod | 31 library context I<ctx> and property query I<propq> to be used to select the
|
A D | PKCS12_item_decrypt_d2i.pod | 45 I<propq> to be used to select algorithm implementations.
|
A D | RAND_set_rand_method.pod | 5 RAND_set_rand_method, RAND_get_rand_method, RAND_OpenSSL - select RAND method
|
A D | PKCS8_encrypt.pod | 46 I<propq> to be used to select algorithm implementations.
|
A D | PKCS12_SAFEBAG_create_cert.pod | 62 but allows for a library context I<ctx> and property query I<propq> to be used to select
|
A D | PKCS12_add_cert.pod | 39 context I<ctx> and property query I<propq> to be used to select algorithm
|
A D | SSL_do_handshake.pod | 35 nothing is to be done, but select() can be used to check for the required
|
A D | EVP_PBE_CipherInit.pod | 33 I<libctx> and property query I<propq> to select appropriate algorithm
|
A D | SSL_accept.pod | 34 nothing is to be done, but select() can be used to check for the required
|
A D | OSSL_CRMF_pbmp_new.pod | 39 The library context I<libctx> parameter may be used to select the provider
|
/openssl-master/doc/internal/man3/ |
A D | ossl_cmp_mock_srv_new.pod | 38 I<propq>, both of which may be NULL to select the defaults.
|
/openssl-master/doc/man1/ |
A D | openssl-list.pod.in | 13 [B<-select> I<name>] 66 =item B<-select> I<name>
|
Completed in 20 milliseconds
1234