| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_get_ciphers.pod | 32 is returned. 47 If B<ssl> is NULL or no ciphers are available, NULL is returned. 51 available, or B<ssl> is not operating in server mode, NULL is returned. 57 into the returned stacks of SSL_CIPHER objects sk and Signalling Cipher-Suite 64 is returned. 69 size of that buffer. A pointer to B<buf> is returned on success or NULL on 71 of names then a truncated list of names will be returned. Note that just because 86 sorted list of available ciphers, until NULL is returned. 93 The stack returned by SSL_get1_supported_ciphers() should be freed using 96 The stacks returned by SSL_bytes_to_cipher_list() should be freed using
|
| H A D | SSL_CTX_get_verify_mode.pod | 27 in B<ctx>. If no limit has been explicitly set, -1 is returned and the 31 in B<ssl>. If no limit has been explicitly set, -1 is returned and the 36 NULL pointer is returned and the default callback will be used. 40 NULL pointer is returned and the default callback will be used.
|
| H A D | SSL_get_peer_cert_chain.pod | 22 If the peer did not present a certificate, NULL is returned. 37 is returned by these functions. Applications can call SSL_session_reused() 40 The reference count of each certificate in the returned STACK_OF(X509) object 41 is not incremented and the returned stack may be invalidated by renegotiation. 42 If applications wish to use any certificates in the returned chain
|
| H A D | PEM_read.pod | 58 <type>-----" is returned via the B<name> argument, any encapsulation headers 59 are returned in B<header> and the base64-decoded content and its length are 60 returned via B<data> and B<len> respectively. 64 PEM_get_EVP_CIPHER_INFO() can be used to determine the B<data> returned by 68 B<cinfo> argument and the B<header> returned via PEM_read() or PEM_read_bio(). 69 If the call is successful 1 is returned and the cipher and IV are stored at the 72 or some internal error happens 0 is returned. 79 The B<data> and B<len> arguments are those returned by the previous call to
|
| H A D | X509_NAME_get_index_by_NID.pod | 31 should initially be set to -1. If there are no more entries -1 is returned. 32 If B<nid> is invalid (doesn't correspond to a valid OID) then -2 is returned. 38 0 to (X509_NAME_entry_count(name) - 1). The value returned is an 43 B<obj>, if no such entry exists -1 is returned. At most B<len> bytes 45 terminated. The length of the output string written is returned 47 of space needed in B<buf> (excluding the final null) is returned.
|
| H A D | OCSP_request_add1_nonce.pod | 39 nonces are present and equal 1 is returned. If the nonces are absent 2 is 40 returned. If a nonce is present in the response only 3 is returned. If nonces 41 are present and unequal 0 is returned. If the nonce is present in the request 42 only then -1 is returned.
|
| H A D | SSL_CIPHER_get_name.pod | 58 If B<cipher> is NULL, 0 is returned. 65 B<NID_undef> is returned. 69 for AEAD cipher suites) then B<NID_undef> is returned. 76 used by B<c>. If there is no key exchange, then B<NID_undef> is returned. 78 cipher suites) B<NID_kx_any> is returned. Examples (not comprehensive): 86 used by B<c>. If there is no authentication, then B<NID_undef> is returned. 88 TLS 1.3 cipher suites) B<NID_auth_any> is returned. Examples (not comprehensive): 114 B<NULL> is returned. 116 The string returned by SSL_CIPHER_description() consists of several fields
|
| H A D | SSL_CTX_set_tlsext_status_cb.pod | 49 with the returned OCSP response by calling SSL_CTX_set_tlsext_status_cb(). The 50 callback function should determine whether the returned OCSP response is 66 The response returned by the server can be obtained via a call to 91 returned), SSL_TLSEXT_ERR_NOACK (meaning that an OCSP response should not be 92 returned) or SSL_TLSEXT_ERR_ALERT_FATAL (meaning that a fatal error has 107 side if the client requested OCSP stapling. Otherwise -1 is returned.
|
| H A D | SSL_SESSION_get0_hostname.pod | 28 or below was negotiated. Otherwise NULL is returned. Note that in TLSv1.3 the 32 The value returned is a pointer to memory maintained within B<s> and 39 session and its associated length in bytes. The returned value of B<*alpn> is a
|
| H A D | SSL_CTX_set_alpn_select_cb.pod | 74 matches an item in the B<client>, B<client_len> list is selected, and returned 77 item in B<client>, B<client_len> is returned in B<out>, B<outlen>. This 94 Negotiation. The returned list must be in protocol-list format, described 96 returned by setting B<out> to point to it and B<outlen> to its length. This 110 the client can request any protocol it chooses. The value returned from 147 A match was found and is returned in B<out>, B<outlen>. 151 No match was found. The first item in B<client>, B<client_len> is returned in
|
| H A D | X509v3_get_ext_by_NID.pod | 63 can take any value from B<0> to X509_get_ext_count(x) - 1. The returned 70 the extension is found its index is returned otherwise B<-1> is returned. 78 deleted extension is returned and must be freed by the caller. If B<loc> 79 is in invalid index value B<NULL> is returned.
|
| H A D | X509_get_pubkey.pod | 28 reference count incremented: this means the returned key must be freed up 30 the reference count of the returned B<EVP_PKEY> so it must not be freed up 34 structure which encodes the certificate of B<x>. The returned value
|
| H A D | SSL_CONF_cmd_argv.pod | 25 If -2 is returned then an argument for a command is missing. 27 If -1 is returned the command is recognised but couldn't be processed due
|
| H A D | X509_STORE_get0_param.pod | 22 parameters for B<ctx>. The returned pointer must not be freed by the 27 returned pointer must not be freed by the calling application.
|
| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | var-op-shell.exp | 1 make: "var-op-shell.mk" line 31: warning: "echo "failed"; false" returned non-zero status 2 make: "var-op-shell.mk" line 37: warning: "false" returned non-zero status 5 make: "var-op-shell.mk" line 65: warning: "/bin/no/such/command" returned non-zero status
|
| H A D | varmod-shell.exp | 1 make: "echo word; false" returned non-zero status 2 make: "echo word; false" returned non-zero status 8 make: "echo word; false" returned non-zero status
|
| H A D | varmod-assign-shell.exp | 1 make: "varmod-assign-shell.mk" line 27: warning: "echo output; false" returned non-zero status 7 make: "echo output; false" returned non-zero status
|
| H A D | varmod-sun-shell.exp | 1 make: "echo word; false" returned non-zero status 8 make: "echo word; false" returned non-zero status
|
| /freebsd-13.1/contrib/serf/ |
| H A D | design-guide.txt | 82 APR_SUCCESS Some data was returned, and the caller can 94 APR_EAGAIN Some data was returned, but no more is available 104 again after it has returned APR_EAGAIN. You must 108 APR_EOF Some data was returned, and this bucket has no more 116 other An error has occurred. No data was returned. The 117 returned length is undefined. 119 In the above paragraphs, when it says "some data was returned", note 122 If a length of zero is returned, then the caller should not attempt to 127 Any data returned by the bucket should live as long as the bucket, or
|
| /freebsd-13.1/crypto/heimdal/lib/krb5/ |
| H A D | ticket.c | 379 krb5_const_principal returned, in check_server_referral() argument 437 if (strcmp(requested->realm, returned->realm) != 0) { in check_server_referral() 442 requested->realm, returned->realm); in check_server_referral() 446 if (krb5_principal_is_krbtgt(context, returned)) { in check_server_referral() 447 const char *realm = returned->name.name_string.val[1]; in check_server_referral() 457 } else if (krb5_principal_compare(context, returned, requested) == 0) { in check_server_referral() 489 if (krb5_principal_compare(context, requested, returned) != TRUE && in check_server_referral() 490 (krb5_realm_compare(context, requested, returned) != TRUE && in check_server_referral() 491 krb5_principal_is_krbtgt(context, returned) != TRUE)) in check_server_referral()
|
| H A D | krb_err.et | 46 ec GT_PW_KDCERR, "Error returned by KDC (Kerberos 4)" 47 ec GT_PW_NULLTKT, "Null Kerberos 4 ticket returned by KDC" 51 ec INTK_W_NOTALL, "Kerberos 4: not all tickets returned"
|
| /freebsd-13.1/contrib/libxo/tests/core/saved/ |
| H A D | test_02.T.out | 6 close -1 returned Bad file descriptor good 7 close -1 returned Bad fi good
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430CallingConv.td | 15 // i8 are returned in registers R12B, R13B, R14B, R15B 18 // i16 are returned in registers R12, R13, R14, R15
|
| /freebsd-13.1/sys/dev/bhnd/ |
| H A D | bhnd_erom_if.m | 73 * returned; the parser returning the highest negative 77 * code should be returned. 96 * a regular unix error code will be returned. 127 * be returned. 168 * is not mapped to the matching core, ENOENT is returned. 204 * unix error code will be returned.
|
| /freebsd-13.1/sys/kern/ |
| H A D | linker_if.m | 93 # If count, start or stop are NULL, they are not returned. 140 # returned, without modifying *result. If the file is 142 # file and zero returned. If some other error is detected an 143 # appropriate errno should be returned.
|