Home
last modified time | relevance | path

Searched refs:returns (Results 1 – 25 of 810) sorted by relevance

12345678910>>...33

/freebsd-14.2/crypto/openssl/doc/man3/
H A DSSL_CIPHER_get_name.pod44 SSL_CIPHER_get_name() returns a pointer to the name of B<cipher>. If the
45 B<cipher> is NULL, it returns "(NONE)".
47 SSL_CIPHER_standard_name() returns a pointer to the standard RFC name of
48 B<cipher>. If the B<cipher> is NULL, it returns "(NONE)". If the B<cipher>
49 has no standard name, it returns B<NULL>. If B<cipher> was defined in both
50 SSLv3 and TLS, it returns the TLS name.
52 OPENSSL_cipher_name() returns a pointer to the OpenSSL name of B<stdname>.
57 SSL_CIPHER_get_bits() returns the number of secret bits used for B<cipher>.
63 SSL_CIPHER_get_cipher_nid() returns the cipher NID corresponding to B<c>.
94 SSL_CIPHER_is_aead() returns 1 if the cipher B<c> is AEAD (e.g. GCM or
[all …]
H A DSSL_CTX_sess_number.pod26 SSL_CTX_sess_number() returns the current number of sessions in the internal
29 SSL_CTX_sess_connect() returns the number of started SSL/TLS handshakes in
32 SSL_CTX_sess_connect_good() returns the number of successfully established
38 SSL_CTX_sess_accept() returns the number of started SSL/TLS handshakes in
41 SSL_CTX_sess_accept_good() returns the number of successfully established
44 SSL_CTX_sess_accept_renegotiate() returns the number of started renegotiations
47 SSL_CTX_sess_hits() returns the number of successfully reused sessions.
52 SSL_CTX_sess_cb_hits() returns the number of successfully retrieved sessions
55 SSL_CTX_sess_misses() returns the number of sessions proposed by clients
58 SSL_CTX_sess_timeouts() returns the number of sessions proposed by clients
[all …]
H A DOCSP_resp_find_status.pod86 OCSP_resp_get0_signature() returns the signature from I<bs>.
88 OCSP_resp_get0_tbs_sigalg() returns the B<signatureAlgorithm> from I<bs>.
90 OCSP_resp_get0_respdata() returns the B<tbsResponseData> from I<bs>.
92 OCSP_resp_get0_certs() returns any certificates included in I<bs>.
107 who is responsible for freeing them unless the function returns 0.
150 OCSP_resp_get0() returns a pointer to an B<OCSP_SINGLERESP> structure or
153 OCSP_resp_find() returns the index of I<id> in I<bs> (which may be 0)
159 OCSP_resp_get0_produced_at() returns the B<producedAt> field from I<bs>.
161 OCSP_resp_get0_signature() returns the signature from I<bs>.
167 OCSP_resp_get0_certs() returns any certificates included in I<bs>.
[all …]
H A DBIO_ctrl.pod58 BIO_tell() returns the current file position of a file related BIO.
63 BIO_eof() returns 1 if the BIO has read EOF, the precise meaning of
71 BIO_get_close() returns the BIOs close flag.
80 sending. Otherwise, it returns zero.
82 receiving. Otherwise, it returns zero.
86 BIO_reset() normally returns 1 for success and <=0 for failure. File
93 BIO_flush() returns 1 for success and <=0 for failure.
97 BIO_set_close() returns 1 on success or <=0 for failure.
100 returns other negative values if an error occurs.
108 sending. Otherwise, it returns zero.
[all …]
H A DOSSL_ENCODER.pod66 OSSL_ENCODER_get0_provider() returns the provider of the given
69 OSSL_ENCODER_get0_properties() returns the property definition associated
75 OSSL_ENCODER_get0_name() returns the name used to fetch the given I<encoder>.
89 OSSL_ENCODER_gettable_params() returns an L<OSSL_PARAM(3)>
98 OSSL_ENCODER_fetch() returns a pointer to the key management
102 OSSL_ENCODER_up_ref() returns 1 on success, or 0 on error.
106 OSSL_ENCODER_get0_provider() returns a pointer to a provider object, or
109 OSSL_ENCODER_get0_properties() returns a pointer to a property
112 OSSL_ENCODER_is_a() returns 1 of I<encoder> was identifiable,
115 OSSL_ENCODER_get0_name() returns the algorithm name from the provided
[all …]
H A DBIO_s_fd.pod20 BIO_s_fd() returns the file descriptor BIO method. This is a wrapper
35 BIO_tell() returns the current file position such as by calling
42 It also returns the file descriptor.
44 BIO_new_fd() returns a file descriptor BIO using B<fd> and B<close_flag>.
61 BIO_s_fd() returns the file descriptor BIO method.
63 BIO_set_fd() returns 1 on success or <=0 for failure.
65 BIO_get_fd() returns the file descriptor or -1 if the BIO has not
66 been initialized. It also returns zero and negative values if other error occurs.
68 BIO_new_fd() returns the newly allocated BIO or NULL is an error
H A DOSSL_DECODER.pod66 OSSL_DECODER_get0_provider() returns the provider of the given
69 OSSL_DECODER_get0_properties() returns the property definition associated
75 OSSL_DECODER_get0_name() returns the name used to fetch the given I<decoder>.
89 OSSL_DECODER_gettable_params() returns an L<OSSL_PARAM(3)>
98 OSSL_DECODER_fetch() returns a pointer to an OSSL_DECODER object,
101 OSSL_DECODER_up_ref() returns 1 on success, or 0 on error.
105 OSSL_DECODER_get0_provider() returns a pointer to a provider object, or
108 OSSL_DECODER_get0_properties() returns a pointer to a property
111 OSSL_DECODER_is_a() returns 1 if I<decoder> was identifiable,
114 OSSL_DECODER_get0_name() returns the algorithm name from the provided
[all …]
H A DASN1_STRING_length.pod31 ASN1_STRING_length() returns the length of the content of I<x>.
33 ASN1_STRING_get0_data() returns an internal pointer to the data of I<x>.
41 ASN1_STRING_dup() returns a copy of the structure I<a>.
50 ASN1_STRING_type() returns the type of I<x>, using standard constants
82 ASN1_STRING_length() returns the length of the content of I<x>.
87 ASN1_STRING_dup() returns a valid B<ASN1_STRING> structure or NULL if an
90 ASN1_STRING_cmp() returns an integer greater than, equal to, or less than 0,
93 ASN1_STRING_set() returns 1 on success or 0 on error.
95 ASN1_STRING_type() returns the type of I<x>.
97 ASN1_STRING_to_UTF8() returns the number of bytes in output string I<out> or a
H A DRSA_size.pod23 RSA_bits() returns the number of significant bits.
31 RSA_size() returns the RSA modulus size in bytes. It can be used to
35 RSA_security_bits() returns the number of security bits of the given B<rsa>
40 RSA_bits() returns the number of bits in the key.
42 RSA_size() returns the size of modulus in bytes.
44 RSA_security_bits() returns the number of security bits.
H A DEVP_PKEY_is_a.pod36 EVP_PKEY_get0_type_name() returns the first key type name that is found
43 EVP_PKEY_get0_description() returns a description of the type of B<EVP_PKEY>,
47 EVP_PKEY_get0_provider() returns the provider of the B<EVP_PKEY>'s
52 EVP_PKEY_is_a() returns 1 if I<pkey> has the key type I<name>,
55 EVP_PKEY_can_sign() returns 1 if the I<pkey> key type functionality
58 EVP_PKEY_get0_type_name() returns the name that is found or NULL on error.
60 EVP_PKEY_get0_description() returns the description if found or NULL if not.
62 EVP_PKEY_get0_provider() returns the provider if found or NULL if not.
64 EVP_PKEY_type_names_do_all() returns 1 if the callback was called for all
H A DUI_STRING.pod69 and UI_get_result_string_length() returns -1.
102 UI_get_string_type() returns the UI string type.
104 UI_get_input_flags() returns the UI string flags.
106 UI_get0_output_string() returns the UI string output string.
108 UI_get0_action_string() returns the UI string action description
111 UI_get0_result_string() returns the UI string result buffer for
115 UI_get_result_string_length() returns the UI string result buffer's
119 UI_get0_test_string() returns the UI string action description
122 UI_get_result_minsize() returns the minimum allowed result size for
126 UI_get_result_maxsize() returns the minimum allowed result size for
[all …]
H A DSSL_CTX_get_verify_mode.pod20 SSL_CTX_get_verify_mode() returns the verification mode currently set in
23 SSL_get_verify_mode() returns the verification mode currently set in
26 SSL_CTX_get_verify_depth() returns the verification depth limit currently set
30 SSL_get_verify_depth() returns the verification depth limit currently set
34 SSL_CTX_get_verify_callback() returns a function pointer to the verification
38 SSL_get_verify_callback() returns a function pointer to the verification
H A DEVP_KEYMGMT.pod67 EVP_KEYMGMT_get0_provider() returns the provider that has this particular
73 EVP_KEYMGMT_get0_name() returns the algorithm name from the provided
82 EVP_KEYMGMT_get0_description() returns a description of the I<keymgmt>, meant
96 EVP_KEYMGMT_gen_settable_params() returns a constant L<OSSL_PARAM(3)> array that
108 EVP_KEYMGMT_fetch() returns a pointer to the key management
112 EVP_KEYMGMT_up_ref() returns 1 on success, or 0 on error.
114 EVP_KEYMGMT_names_do_all() returns 1 if the callback was called for all
119 EVP_KEYMGMT_get0_provider() returns a pointer to a provider object, or NULL
122 EVP_KEYMGMT_is_a() returns 1 of I<keymgmt> was identifiable,
125 EVP_KEYMGMT_get0_name() returns the algorithm name, or NULL on error.
[all …]
H A DDH_size.pod28 DH_bits() returns the number of significant bits.
32 DH_size() returns the Diffie-Hellman prime size in bytes. It can be used
36 DH_security_bits() returns the number of security bits of the given B<dh>
41 DH_bits() returns the number of bits in the key, or -1 if
44 DH_size() returns the prime size of Diffie-Hellman in bytes, or -1 if
47 DH_security_bits() returns the number of security bits, or -1 if
H A DEC_GROUP_copy.pod88 EC_GROUP_get0_generator() returns the generator for the identified B<group>.
199 EC_GROUP_dup() returns a pointer to the duplicated curve, or NULL on error.
203 EC_GROUP_get0_generator() returns the generator for the given curve or NULL on error.
205 EC_GROUP_get_order() returns 0 if the order is not set (or set to zero) for
212 EC_GROUP_get_asn1_flag() returns the ASN1 flag for the specified B<group> .
214 EC_GROUP_get_point_conversion_form() returns the point_conversion_form for B<group>.
218 EC_GROUP_get_field_type() returns either B<NID_X9_62_prime_field> for prime curves
222 EC_GROUP_check_named_curve() returns the nid of the matching named curve, otherwise it returns 0 fo…
224 EC_GROUP_get0_order() returns an internal pointer to the group order.
225 EC_GROUP_order_bits() returns the number of bits in the group order.
[all …]
H A DOCSP_REQUEST_new.pod29 OCSP_REQUEST_new() allocates and returns an empty B<OCSP_REQUEST> structure.
34 OCSP_request_add0_id() adds certificate ID B<cid> to B<req>. It returns
47 OCSP_request_onereq_count() returns the total number of B<OCSP_ONEREQ>
50 OCSP_request_onereq_get0() returns an internal pointer to the B<OCSP_ONEREQ>
56 OCSP_REQUEST_new() returns an empty B<OCSP_REQUEST> structure or B<NULL> if
59 OCSP_request_add0_id() returns the B<OCSP_ONEREQ> structure containing B<cid>
65 OCSP_request_onereq_count() returns the total number of B<OCSP_ONEREQ>
68 OCSP_request_onereq_get0() returns a pointer to an B<OCSP_ONEREQ> structure
H A DDSA_size.pod27 DSA_bits() returns the number of bits in key I<dsa>: this is the number
30 DSA_size() returns the maximum size of an ASN.1 encoded DSA signature
34 DSA_security_bits() returns the number of security bits of the given I<dsa>
39 DSA_security_bits() returns the number of security bits in the key, or -1 if
42 DSA_bits() returns the number of bits in the key, or -1 if I<dsa> doesn't
45 DSA_size() returns the signature size in bytes, or -1 if I<dsa> doesn't
H A DBIO_find_type.pod21 searched for. BIO_find_type() returns the next matching BIO or NULL if none is
29 BIO_next() returns the next BIO in a chain. It can be used to traverse all BIOs
33 BIO_method_type() returns the type of a BIO.
37 BIO_find_type() returns a matching BIO or NULL for no match.
39 BIO_next() returns the next BIO in a chain.
41 BIO_method_type() returns the type of the BIO B<b>.
H A DX509_ATTRIBUTE.pod112 X509at_get_attr() returns the B<X509_ATTRIBUTE> object at index I<loc> in the
177 X509_ATTRIBUTE_count() returns the number of B<ASN1_TYPE> objects in an
184 X509_ATTRIBUTE_get0_data() returns the data of an B<ASN1_TYPE> object at
192 that matches the I<obj> starting at index I<lastpos> and returns the data
208 is not found, otherwise it returns the location of the object in the list.
211 it returns -2 if the I<nid> is not known by OpenSSL.
218 X509_ATTRIBUTE_count() returns -1 on error, otherwise it returns the number
221 X509_ATTRIBUTE_get0_type() returns NULL on error, otherwise it returns a
224 X509_ATTRIBUTE_get0_data() returns NULL if an error occurs,
225 otherwise it returns the data associated with an B<ASN1_TYPE> object.
[all …]
H A DOSSL_PROVIDER.pod118 should be filled with data when it returns successfully.
126 function (see L<provider(7)>), if the provider has one. It returns an
135 OSSL_PROVIDER_get0_provider_ctx() returns the provider context for the given
139 OSSL_PROVIDER_get0_dispatch() returns the provider's dispatch table as it was
147 OSSL_PROVIDER_get0_name() returns the name of the given provider.
166 OSSL_PROVIDER_do_all() returns 1 if the callback I<cb> returns 1 for every
169 that returns 0.
171 OSSL_PROVIDER_available() returns 1 if the named provider is available,
174 OSSL_PROVIDER_gettable_params() returns a pointer to an array
177 OSSL_PROVIDER_get_params() and returns 1 on success, or 0 on error.
[all …]
H A DBIO_s_connect.pod35 BIO_s_connect() returns the connect BIO method. This is a wrapper
75 BIO_get_conn_hostname() returns the hostname of the connect BIO or
79 BIO_get_conn_port() returns the port as a string.
82 BIO_get_conn_address() returns the address information as a BIO_ADDR.
85 BIO_get_conn_ip_family() returns the IP family of the connect BIO.
141 BIO_s_connect() returns the connect BIO method.
146 BIO_set_conn_hostname() returns 1 on success and <=0 on failure.
151 BIO_get_conn_hostname() returns the connected hostname or NULL if
156 BIO_get_conn_port() returns a string representing the connected
159 BIO_set_nbio() returns 1 or <=0 if an error occurs.
[all …]
H A DSSL_in_init.pod28 SSL_in_init() returns 1 if the SSL/TLS state machine is currently processing or
31 SSL_in_before() returns 1 if no SSL/TLS handshake has yet been initiated, or 0
34 SSL_is_init_finished() returns 1 if the SSL/TLS connection is in a state where
40 SSL_in_connect_init() returns 1 if B<s> is acting as a client and SSL_in_init()
43 SSL_in_accept_init() returns 1 if B<s> is acting as a server and SSL_in_init()
48 SSL_get_state() returns a value indicating the current state of the handshake
93 SSL_get_state() returns the current handshake state.
/freebsd-14.2/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_parse.y234 check : CHECK var returns eol {
255 command.returns[1].return_type);
257 switch (command.returns[1].return_type) {
260 command.returns[0].return_index, 0);
265 command.returns[0].return_index, 0);
287 command.returns[1].return_value,
378 result : returns
672 command.returns = temp; in assign_rets()
1062 free(command.returns); in init_parse_variables()
1086 command.returns = NULL; in init_parse_variables()
[all …]
/freebsd-14.2/sys/contrib/openzfs/config/
H A Dkernel-make-request-fn.m4166 AC_MSG_CHECKING([whether make_request_fn() returns blk_qc_t])
174 [Noting that make_request_fn() returns blk_qc_t])
187 AC_MSG_CHECKING([whether make_request_fn_rh() returns blk_qc_t])
195 [Noting that make_request_fn() returns blk_qc_t])
201 dnl # make_request_fn returns void.
204 [whether make_request_fn() returns void])
210 [Noting that make_request_fn() returns void])
216 dnl # make_request_fn returns blk_qc_t.
219 [whether make_request_fn() returns blk_qc_t])
226 [returns blk_qc_t])
/freebsd-14.2/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_pkisi_get_status.pod56 ossl_cmp_certresponse_get1_cert() returns a pointer to a copy of the newly
60 ossl_cmp_pkisi_get_status() returns the PKIStatus of I<si>, or -1 on error.
62 ossl_cmp_PKIStatus_to_string() returns a human-readable string representing
65 ossl_cmp_pkisi_get0_statusString() returns a direct pointer to the statusString
68 ossl_cmp_pkisi_get_pkifailureinfo() returns the PKIFailureInfo bits
71 ossl_cmp_pkisi_check_pkifailureinfo() returns the state of the bit (0 or 1)

12345678910>>...33