/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CIPHER_get_name.pod | 44 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>. 54 it returns "(NONE)". Where both exist, B<stdname> should be the TLS name rather 57 SSL_CIPHER_get_bits() returns the number of secret bits used for B<cipher>. 60 SSL_CIPHER_get_version() returns strin [all...] |
H A D | X509_check_purpose.pod | 47 otherwise the function returns an error. 65 X509_PURPOSE_get_count() returns the number of currently defined purposes. 67 X509_PURPOSE_get_unused_id() returns the smallest purpose id not yet used, 72 X509_PURPOSE_get_by_sname() returns the index of 75 X509_PURPOSE_get_by_id() returns the index of 88 X509_PURPOSE_get0() returns an B<X509_PURPOSE> pointer or NULL on error. 90 X509_PURPOSE_get_id() returns the id of the given B<X509_PURPOSE> structure. 92 X509_PURPOSE_get0_name() returns the (long) name of the given B<X509_PURPOSE>. 94 X509_PURPOSE_get0_sname() returns the short name of the given B<X509_PURPOSE>. 96 X509_PURPOSE_get_trust() returns the trust id of the given B<X509_PURPOSE>. [all …]
|
H A D | SSL_CTX_sess_number.pod | 26 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 35 SSL_CTX_sess_connect_renegotiate() returns the number of started renegotiations 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 [all …]
|
H A D | SSL_get0_connection.pod | 18 returns the QUIC connection SSL object which the QUIC stream SSL object belongs 21 When called on a QUIC connection SSL object, it returns the same object. 23 When called on a non-QUIC object, it returns the same object it was passed. 25 SSL_is_connection() returns 1 for QUIC connection SSL objects and for non-QUIC 26 SSL objects, but returns 0 for QUIC stream SSL objects. 30 SSL_get0_connection() returns the QUIC connection SSL object (for a QUIC stream 31 SSL object) and otherwise returns the same SSL object passed. It always returns 34 SSL_is_connection() returns 1 if the SSL object is not a QUIC stream SSL object
|
H A D | OCSP_resp_find_status.pod | 72 OCSP_resp_count() returns the number of B<OCSP_SINGLERESP> structures in I<bs>. 74 OCSP_resp_get0() returns the B<OCSP_SINGLERESP> structure in I<bs> corresponding 77 OCSP_resp_find() searches I<bs> for I<id> and returns the index of the first 86 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. 123 the signature of I<bs> and fails on error. Then the function already returns 137 validation the function returns success if the B<OCSP_NOCHECKS> flag is set. [all …]
|
H A D | BIO_ctrl.pod | 63 BIO_tell() returns the current file position of a file related BIO. 68 BIO_eof() returns 1 if the BIO has read EOF, the precise meaning of 76 BIO_get_close() returns the BIOs close flag. 84 BIO_get_ktls_send() returns 1 if the BIO is using the Kernel TLS data-path for 85 sending. Otherwise, it returns zero. 86 BIO_get_ktls_recv() returns 1 if the BIO is using the Kernel TLS data-path for 87 receiving. Otherwise, it returns zero. 89 BIO_get_conn_mode() returns the BIO connection mode. BIO_set_conn_mode() sets 98 BIO_reset() normally returns 1 for success and <=0 for failure. File 105 BIO_flush() returns 1 for success and <=0 for failure. [all …]
|
H A D | OSSL_ENCODER.pod | 66 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>. 77 OSSL_ENCODER_get0_description() returns a description of the I<loader>, meant 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, [all …]
|
H A D | BIO_s_fd.pod | 20 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 D | OSSL_DECODER.pod | 66 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>. 77 OSSL_DECODER_get0_description() returns a description of the I<decoder>, meant 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, [all …]
|
H A D | EVP_PKEY_is_a.pod | 36 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 D | UI_STRING.pod | 68 For all other B<UI_STRING> types, UI_get0_result_string() returns NULL 69 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 [all …]
|
H A D | X509_STORE_get0_param.pod | 27 X509_STORE_get1_objects() returns a snapshot of all objects in the store's X509 37 X509_STORE_get1_all_certs() returns a list of all certificates in the store. 42 X509_STORE_get0_param() returns a pointer to an 45 X509_STORE_set1_param() returns 1 for success and 0 for failure. 47 X509_STORE_get1_objects() returns a pointer to a stack of the retrieved 50 X509_STORE_get0_objects() returns a pointer to a stack of B<X509_OBJECT>. 52 X509_STORE_get1_all_certs() returns a pointer to a stack of the retrieved
|
H A D | RSA_size.pod | 23 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 D | BIO_s_connect.pod | 40 BIO_s_connect() returns the connect BIO method. This is a wrapper 80 BIO_get_conn_hostname() returns the hostname of the connect BIO or 84 BIO_get_conn_port() returns the port as a string. 87 BIO_get_conn_address() returns the address information as a BIO_ADDR. 90 BIO_get_conn_ip_family() returns the IP family of the connect BIO. 103 The function returns 1 if the connection was established successfully. 159 BIO_s_connect() returns the connect BIO method. 164 BIO_set_conn_hostname() returns 1 on success and <=0 on failure. 166 BIO_get_conn_address() returns the address information or NULL if none 169 BIO_get_conn_hostname() returns the connected hostname or NULL if [all …]
|
H A D | EC_GROUP_copy.pod | 88 EC_GROUP_get0_generator() returns the generator for the identified B<group>. 145 …value but does enable you to inspect it using EC_GROUP_get0_seed(). This returns a pointer to a me… 189 The function EC_GROUP_get_basis_type() returns a NID identifying whether a trinomial or pentanomial… 190 …ial_basis() must only be called where f(x) is of the trinomial form, and returns the value of B<k>… 191 …l_basis() must only be called where f(x) is of the pentanomial form, and returns the values of B<k… 199 EC_GROUP_dup() returns a pointer to the duplicated curve, or NULL on error. 201 EC_GROUP_method_of() returns the EC_METHOD implementation in use for the given curve or NULL on err… 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 208 EC_GROUP_get_cofactor() returns 0 if the cofactor is not set (or is set to zero) for B<group> or if… [all …]
|
H A D | SSL_CTX_get_verify_mode.pod | 20 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 D | EVP_SKEYMGMT.pod | 65 EVP_SKEYMGMT_get0_provider() returns the provider that has this particular 71 EVP_SKEYMGMT_get0_name() returns the algorithm name from the provided 80 EVP_SKEYMGMT_get0_description() returns a description of the I<skeymgmt>, meant 101 EVP_SKEYMGMT_fetch() returns a pointer to the key management 105 EVP_SKEYMGMT_up_ref() returns 1 on success, or 0 on error. 107 EVP_SKEYMGMT_names_do_all() returns 1 if the callback was called for all 112 EVP_SKEYMGMT_get0_provider() returns a pointer to a provider object, or NULL 115 EVP_SKEYMGMT_is_a() returns 1 if I<skeymgmt> was identifiable, otherwise 0. 117 EVP_SKEYMGMT_get0_name() returns the algorithm name, or NULL on error. 119 EVP_SKEYMGMT_get0_description() returns a pointer to a description, or NULL if
|
H A D | ASN1_STRING_length.pod | 31 ASN1_STRING_length() returns the length of the content of I<x>. I<x> B<MUST NOT> be NULL. 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 D | OCSP_REQUEST_new.pod | 29 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 D | SSL_get_version.pod | 24 For SSL, TLS and DTLS protocols SSL_client_version() returns the numeric 28 subsequently negotiated. For QUIC connections it returns OSSL_QUIC1_VERSION. 30 SSL_get_version() returns the name of the protocol used for the connection. 31 SSL_version() returns the numeric protocol version used for the connection. 35 SSL_is_dtls() returns 1 if the connection is using DTLS or 0 if not. 37 SSL_is_tls() returns 1 if the connection is using SSL/TLS or 0 if not. 39 SSL_is_quic() returns 1 if the connection is using QUIC or 0 if not. 44 SSL_get_version() returns one of the following strings:
|
H A D | DH_size.pod | 28 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 D | X509_ATTRIBUTE.pod | 112 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 180 X509_ATTRIBUTE_get0_type() returns the B<ASN1_TYPE> object at index I<idx> in 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 204 X509at_get_attr_count() returns the number of attributes in the list I<x> or -1 207 X509at_get_attr_by_OBJ() returns -1 if either the list is empty OR the object 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. 213 X509at_get_attr() returns either an B<X509_ATTRIBUTE> or NULL if there is a error. [all …]
|
/freebsd/contrib/netbsd-tests/lib/libcurses/director/ |
H A D | testlang_parse.y | 111 returns_t *returns; /* array of expected returns */ member 234 check : CHECK var returns eol { 237 if (command.returns[0].return_index == -1) 243 vars[command.returns[0].return_index].name, 244 returns_enum_names[command.returns[1].return_type]); 247 if (((command.returns[1].return_type == ret_byte) && 248 (vars[command.returns[0].return_index].type != ret_byte)) || 249 vars[command.returns[0].return_index].type != ret_string) 252 vars[command.returns[0].return_index].type], 253 vars[command.returns[0].return_index].type, [all …]
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | OSSL_TIME.pod | 88 B<ossl_time_zero> returns the smallest representable B<OSSL_TIME>. 92 B<ossl_time_infinite> returns the largest representable B<OSSL_TIME>. 95 B<ossl_time_now> returns the current time relative to an Epoch which 110 B<ossl_time_compare> compares I<a> with I<b> and returns -1 if I<a> 114 B<ossl_time_is_zero> returns 1 if the time I<t> is zero and 0 otherwise. 116 B<ossl_time_is_infinite> returns 1 if the time I<t> is infinite and 0 otherwise. 135 B<ossl_time_abs_difference> returns the magnitude of the difference between two 138 B<ossl_time_min> returns the lesser of two time values. 140 B<ossl_time_max> returns the greater of two time values. 148 B<ossl_time_now> returns the current time, or the time of the Epoch on error. [all …]
|
H A D | DEFINE_PRIORITY_QUEUE_OF.pod | 42 The PRIORITY_QUEUE_OF() macro returns the name for a priority queue 51 B<ossl_pqueue_I<TYPE>_num>() returns the number of elements in I<pq> 73 into the priority queue I<pq>. If not NULL, the function returns an index 77 B<ossl_pqueue_I<TYPE>_peek>() returns the data from the smallest element 80 B<ossl_pqueue_I<TYPE>_pop>() returns the data from the smallest element 83 B<ossl_pqueue_I<TYPE>_remove>() returns and removes the specified element 92 B<ossl_pqueue_I<TYPE>_num>() returns the number of elements in the 95 B<ossl_pqueue_I<TYPE>_new>() returns an empty priority queue or NULL if 101 B<ossl_pqueue_I<TYPE>_reserve>() returns B<1> on successful allocation 104 B<ossl_pqueue_I<TYPE>_push>() returns B<1> on success or B<0> on error. [all …]
|