/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 | 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 | 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 | 58 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. 79 BIO_get_ktls_send() returns 1 if the BIO is using the Kernel TLS data-path for 80 sending. Otherwise, it returns zero. 81 BIO_get_ktls_recv() returns 1 if the BIO is using the Kernel TLS data-path for 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. 95 BIO_eof() returns 1 if EOF has been reached, 0 if not, or negative values 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 | ASN1_STRING_length.pod | 31 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 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 | 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 | EVP_KEYMGMT.pod | 67 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 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 | 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 | 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 …]
|
H A D | BIO_find_type.pod | 21 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 D | DSA_size.pod | 27 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 D | OSSL_PROVIDER.pod | 118 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 167 provider it is called with, or 0 if any provider callback invocation returns 0; 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 [all …]
|
H A D | BIO_s_connect.pod | 35 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. 98 The function returns 1 if the connection was established successfully. 141 BIO_s_connect() returns the connect BIO method. 146 BIO_set_conn_hostname() returns 1 on success and <=0 on failure. 148 BIO_get_conn_address() returns the address information or NULL if none 151 BIO_get_conn_hostname() returns the connected hostname or NULL if [all …]
|
H A D | SSL_in_init.pod | 28 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.
|
H A D | EVP_RAND.pod | 124 EVP_RAND_CTX_get0_rand() returns the B<EVP_RAND> associated with the context 155 bytes from the RAND I<ctx>. The function returns the length of the generated 189 EVP_RAND_gettable_params() returns an L<OSSL_PARAM(3)> array that describes 190 the retrievable and settable parameters. EVP_RAND_gettable_params() returns 196 returns the parameters that can be retrieved from the algorithm, whereas 197 EVP_RAND_CTX_gettable_params() returns the parameters that can be retrieved 203 returns the parameters that can be retrieved from the algorithm, whereas 204 EVP_RAND_CTX_settable_params() returns the parameters that can be retrieved 209 EVP_RAND_get_strength() returns the security strength of the RAND I<ctx>. 211 EVP_RAND_get_state() returns the current state of the RAND I<ctx>. [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_cmp_pkisi_get_status.pod | 56 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)
|