| /freebsd-13.1/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>. 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 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 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 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. 80 sending. Otherwise, it returns zero. 82 receiving. Otherwise, it returns zero. 93 BIO_flush() returns 1 for success and 0 or -1 for failure. 95 BIO_eof() returns 1 if EOF has been reached 0 otherwise. 97 BIO_set_close() always returns 1. 99 BIO_get_close() returns the close flag value: BIO_CLOSE or BIO_NOCLOSE. 105 sending. Otherwise, it returns zero. [all …]
|
| H A D | RSA_size.pod | 19 RSA_size() returns the RSA modulus size in bytes. It can be used to 23 RSA_bits() returns the number of significant bits. 27 RSA_security_bits() returns the number of security bits of the given B<rsa> 32 RSA_size() returns the size of modulus in bytes. 34 DSA_bits() returns the number of bits in the key. 36 RSA_security_bits() returns the number of security bits.
|
| H A D | DH_size.pod | 20 DH_size() returns the Diffie-Hellman prime size in bytes. It can be used 24 DH_bits() returns the number of significant bits. 28 DH_security_bits() returns the number of security bits of the given B<dh> 33 DH_size() returns the prime size of Diffie-Hellman in bytes. 35 DH_bits() returns the number of bits in the key. 37 DH_security_bits() returns the number of security bits.
|
| H A D | OCSP_resp_find_status.pod | 78 OCSP_resp_get0() returns the B<OCSP_SINGLERESP> structure in B<bs> 82 OCSP_resp_find() searches B<bs> for B<id> and returns the index of the first 91 OCSP_resp_get0_signature() returns the signature from B<bs>. 93 OCSP_resp_get0_tbs_sigalg() returns the B<signatureAlgorithm> from B<bs>. 95 OCSP_resp_get0_respdata() returns the B<tbsResponseData> from B<bs>. 97 OCSP_resp_get0_certs() returns any certificates included in B<bs>. 134 validation the function returns success if the B<OCSP_NOCHECKS> flag is set. 144 OCSP_resp_count() returns the total number of B<OCSP_SINGLERESP> fields in 147 OCSP_resp_get0() returns a pointer to an B<OCSP_SINGLERESP> structure or 153 OCSP_single_get0_status() returns the status of B<single> or -1 if an error [all …]
|
| H A D | ASN1_STRING_length.pod | 31 ASN1_STRING_length() returns the length of the content of B<x>. 33 ASN1_STRING_get0_data() returns an internal pointer to the data of B<x>. 41 ASN1_STRING_dup() returns a copy of the structure B<a>. 50 ASN1_STRING_type() returns the type of B<x>, using standard constants 82 ASN1_STRING_length() returns the length of the content of B<x>. 87 ASN1_STRING_dup() returns a valid B<ASN1_STRING> structure or B<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 B<x>. 97 ASN1_STRING_to_UTF8() returns the number of bytes in output string B<out> or a
|
| H A D | BIO_s_connect.pod | 34 BIO_s_connect() returns the connect BIO method. This is a wrapper 57 it also returns the socket . If B<c> is not NULL it should be of 76 BIO_get_conn_hostname() returns the hostname of the connect BIO or 80 BIO_get_conn_port() returns the port as a string. 86 BIO_get_conn_ip_family() returns the IP family of the connect BIO. 140 BIO_s_connect() returns the connect BIO method. 142 BIO_get_fd() returns the socket or -1 if the BIO has not 148 BIO_set_conn_hostname() returns 1 on success and 0 on failure. 158 BIO_get_conn_port() returns a string representing the connected 161 BIO_set_nbio() always returns 1. [all …]
|
| H A D | UI_STRING.pod | 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 126 UI_get_result_maxsize() returns the minimum allowed result size for [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 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() always returns 1. 65 BIO_get_fd() returns the file descriptor or -1 if the BIO has not 68 BIO_new_fd() returns the newly allocated BIO or NULL is an error
|
| 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 | EC_GROUP_copy.pod | 76 EC_GROUP_get0_generator() returns the generator for the identified B<group>. 172 EC_GROUP_dup() returns a pointer to the duplicated curve, or NULL on error. 176 EC_GROUP_get0_generator() returns the generator for the given curve or NULL on error. 178 EC_GROUP_get_order() returns 0 if the order is not set (or set to zero) for 185 EC_GROUP_get_asn1_flag() returns the ASN1 flag for the specified B<group> . 187 EC_GROUP_get_point_conversion_form() returns the point_conversion_form for B<group>. 191 EC_GROUP_get0_order() returns an internal pointer to the group order. 192 EC_GROUP_order_bits() returns the number of bits in the group order. 193 EC_GROUP_get0_cofactor() returns an internal pointer to the group cofactor. 196 specified. EC_GROUP_get_seed_len() returns the length of the seed or 0 if the seed is not specified. [all …]
|
| H A D | DSA_size.pod | 17 DSA_size() returns the maximum size of an ASN.1 encoded DSA signature 23 DSA_bits() returns the number of bits in key B<dsa>: this is the number 26 DSA_security_bits() returns the number of security bits of the given B<dsa> 31 DSA_size() returns the signature size in bytes. 33 DSA_bits() returns the number of bits in the key.
|
| H A D | OCSP_REQUEST_new.pod | 29 OCSP_REQUEST_new() allocates and returns an empty B<OCSP_REQUEST> structure. 33 OCSP_request_add0_id() adds certificate ID B<cid> to B<req>. It returns 46 OCSP_request_onereq_count() returns the total number of B<OCSP_ONEREQ> 49 OCSP_request_onereq_get0() returns an internal pointer to the B<OCSP_ONEREQ> 55 OCSP_REQUEST_new() returns an empty B<OCSP_REQUEST> structure or B<NULL> if 58 OCSP_request_add0_id() returns the B<OCSP_ONEREQ> structure containing B<cid> 64 OCSP_request_onereq_count() returns the total number of B<OCSP_ONEREQ> 67 OCSP_request_onereq_get0() returns a pointer to an B<OCSP_ONEREQ> structure
|
| 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 | DEFINE_STACK_OF.pod | 67 STACK_OF() returns the name for a stack of the specified B<TYPE>. 89 sk_TYPE_num() returns the number of elements in B<sk> or -1 if B<sk> is 92 sk_TYPE_value() returns element B<idx> in B<sk>, where B<idx> starts at 129 sk_TYPE_delete() deletes element B<i> from B<sk>. It returns the deleted 149 sk_TYPE_pop() returns and removes the last element from B<sk>. 151 sk_TYPE_shift() returns and removes the first element from B<sk>. 170 of returning B<-1>, sk_TYPE_find_ex() returns the index of the element 176 sk_TYPE_is_sorted() returns B<1> if B<sk> is sorted and B<0> otherwise. 178 sk_TYPE_dup() returns a copy of B<sk>. Note the pointers in the copy 222 sk_TYPE_value() returns a pointer to a stack element or B<NULL> if the [all …]
|
| H A D | X509_new.pod | 31 chain B<x> and returns a copy of the stack. 40 each certificate it also returns a copy of the stack, using sk_X509_dup(), 46 If the allocation fails, X509_new() returns B<NULL> and sets an error 48 Otherwise it returns a pointer to the newly allocated structure. 50 X509_up_ref() returns 1 for success and 0 for failure. 52 X509_chain_up_ref() returns a copy of the stack or B<NULL> if an error
|
| 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 | OCSP_response_status.pod | 31 OCSP_response_status() returns the OCSP response status of B<resp>. It returns 37 OCSP_response_get1_basic() decodes and returns the B<OCSP_BASICRESP> structure 40 OCSP_response_create() creates and returns an B<OCSP_RESPONSE> structure for 68 OCSP_RESPONSE_status() returns a status value. 70 OCSP_response_get1_basic() returns an B<OCSP_BASICRESP> structure pointer or 73 OCSP_response_create() returns an B<OCSP_RESPONSE> structure pointer or B<NULL> 82 OCSP_RESPID_match() returns 1 if the OCSP_RESPID and the X509 certificate match
|
| H A D | X509_EXTENSION_set_object.pod | 48 X509_EXTENSION_get_object() returns the extension type of B<ex> as an 52 X509_EXTENSION_get_critical() returns the criticality of extension B<ex> it 53 returns B<1> for critical and B<0> for non-critical. 55 X509_EXTENSION_get_data() returns the data of extension B<ex>. The returned 76 X509_EXTENSION_get_object() returns an B<ASN1_OBJECT> pointer. 78 X509_EXTENSION_get_critical() returns B<0> for non-critical and B<1> for 81 X509_EXTENSION_get_data() returns an B<ASN1_OCTET_STRING> pointer.
|
| H A D | DSA_SIG_new.pod | 24 DSA_SIG_get0() returns internal pointers to the B<r> and B<s> values contained 35 If the allocation fails, DSA_SIG_new() returns B<NULL> and sets an 37 L<ERR_get_error(3)>. Otherwise it returns a pointer 40 DSA_SIG_free() returns no value. 42 DSA_SIG_set0() returns 1 on success or 0 on failure.
|
| H A D | BN_zero.pod | 28 BN_value_one() returns a B<BIGNUM> constant of value 1. This constant 31 BN_get_word() returns B<a>, if it can be represented as a B<BN_ULONG>. 35 BN_get_word() returns the value B<a>, or all-bits-set if B<a> cannot 39 BN_value_one() returns the constant. 40 BN_zero() never fails and returns no value.
|
| H A D | BN_num_bytes.pod | 19 BN_num_bytes() returns the size of a B<BIGNUM> in bytes. 21 BN_num_bits_word() returns the number of significant bits in a word. 22 If we take 0x00000432 as an example, it returns 11, not 16, not 32. 23 Basically, except for a zero, it returns I<floor(log2(w))+1>. 25 BN_num_bits() returns the number of significant bits in a B<BIGNUM>,
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libcurses/director/ |
| H A D | testlang_parse.y | 234 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-13.1/sys/contrib/openzfs/config/ |
| H A D | kernel-make-request-fn.m4 | 92 AC_MSG_CHECKING([whether make_request_fn() returns blk_qc_t]) 100 [Noting that make_request_fn() returns blk_qc_t]) 113 AC_MSG_CHECKING([whether make_request_fn_rh() returns blk_qc_t]) 121 [Noting that make_request_fn() returns blk_qc_t]) 127 dnl # make_request_fn returns void. 130 [whether make_request_fn() returns void]) 136 [Noting that make_request_fn() returns void]) 142 dnl # make_request_fn returns blk_qc_t. 145 [whether make_request_fn() returns blk_qc_t]) 152 [returns blk_qc_t])
|