Home
last modified time | relevance | path

Searched refs:deprecated (Results 1 – 25 of 784) sorted by relevance

12345678910>>...32

/freebsd-14.2/crypto/openssl/include/openssl/
H A Dmacros.h44 __declspec(deprecated("Since OpenSSL " # since))
46 __declspec(deprecated("Since OpenSSL " # since ";" message))
48 # define OSSL_DEPRECATED(since) __declspec(deprecated)
49 # define OSSL_DEPRECATED_FOR(since, message) __declspec(deprecated)
58 __attribute__((deprecated("Since OpenSSL " # since)))
60 __attribute__((deprecated("Since OpenSSL " # since ";" message)))
62 # define OSSL_DEPRECATED(since) __attribute__((deprecated))
63 # define OSSL_DEPRECATED_FOR(since, message) __attribute__((deprecated))
67 # define OSSL_DEPRECATED(since) __attribute__ ((deprecated))
68 # define OSSL_DEPRECATED_FOR(since, message) __attribute__ ((deprecated))
/freebsd-14.2/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_salsa208.h25 __attribute__ ((deprecated));
30 __attribute__ ((deprecated));
35 __attribute__ ((deprecated));
40 __attribute__ ((deprecated));
46 __attribute__ ((deprecated));
50 __attribute__ ((deprecated));
H A Dcrypto_core_salsa208.h14 __attribute__ ((deprecated));
19 __attribute__ ((deprecated));
24 __attribute__ ((deprecated));
29 __attribute__ ((deprecated));
H A Dcrypto_sign_edwards25519sha512batch.h36 __attribute__ ((deprecated));
44 __attribute__ ((deprecated));
49 __attribute__ ((deprecated));
/freebsd-14.2/crypto/openssl/util/
H A Dother.syms241 BN_zero define deprecated 0.9.8
242 CONF_modules_free define deprecated 1.1.0
249 ENGINE_cleanup define deprecated 1.1.0
254 ERR_free_strings define deprecated 1.1.0
255 ERR_put_error define deprecated 3.0
256 ERR_load_crypto_strings define deprecated 1.1.0
349 EVP_cleanup define deprecated 1.1.0
362 OBJ_cleanup define deprecated 1.1.0
365 OCSP_REQ_CTX_add1_header define deprecated 3.0.0
366 OCSP_REQ_CTX_free define deprecated 3.0.0
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/exynos/
H A Dexynos_dp.txt9 Required properties for dptx-phy: deprecated, use phys and phy-names
10 -reg: deprecated
12 -samsung,enable-mask: deprecated
60 -interlaced: deprecated prop that can parsed from drm_display_mode.
61 -vsync-active-high: deprecated prop that can parsed from drm_display_mode.
62 -hsync-active-high: deprecated prop that can parsed from drm_display_mode.
63 -samsung,ycbcr-coeff: deprecated prop that can parsed from drm_display_mode.
64 -samsung,dynamic-range: deprecated prop that can parsed from drm_display_mode.
65 -samsung,color-space: deprecated prop that can parsed from drm_display_info.
66 -samsung,color-depth: deprecated prop that can parsed from drm_display_info.
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/memory-controllers/
H A Drockchip,rk3399-dmc.yaml48 deprecated: true
57 deprecated: true
66 deprecated: true
76 deprecated: true
86 deprecated: true
96 deprecated: true
105 deprecated: true
113 deprecated: true
121 deprecated: true
135 deprecated: true
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dfunctional181 class unary_negate // deprecated in C++17, removed in C++20
189 template <class Predicate> // deprecated in C++17, removed in C++20
193 class binary_negate // deprecated in C++17, removed in C++20
204 template <class Predicate> // deprecated in C++17, removed in C++20
246 class binder1st // deprecated in C++11, removed in C++17
260 binder1st<Operation> bind1st(const Operation& op, const T& x); // deprecated in C+…
263 class binder2nd // deprecated in C+…
277 binder2nd<Operation> bind2nd(const Operation& op, const T& x); // deprecated in C+…
279 template <class Arg, class Result> // deprecated in C+…
288 pointer_to_unary_function<Arg,Result> ptr_fun(Result (*f)(Arg)); // deprecated in C+…
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/
H A DDeprecated.h26 decl __attribute__((deprecated(message)))
29 decl __attribute__((deprecated))
32 __declspec(deprecated(message)) decl
/freebsd-14.2/sys/contrib/openzfs/.github/codeql/custom-queries/cpp/
H A DdeprecatedFunctionUsage.ql7 * @id cpp/deprecated-function-usage
38 result = "bcopy(3) is deprecated. Use memcpy(3)/memmove(3) instead!"
40 result = "bcmp(3) is deprecated. Use memcmp(3) instead!"
42 result = "bzero(3) is deprecated. Use memset(3) instead!"
52 result = "strncpy(3) is deprecated. Use strlcpy(3) instead!"
/freebsd-14.2/contrib/libpcap/pcap/
H A Dfuncattrs.h316 #if __has_attribute(deprecated) \
327 #define PCAP_DEPRECATED(msg) __attribute__((deprecated(msg)))
335 #define PCAP_DEPRECATED(msg) __attribute__((deprecated))
344 #define PCAP_DEPRECATED(msg) _declspec(deprecated(msg))
/freebsd-14.2/kerberos5/include/
H A Dkrb5-types.h27 #if __has_extension(deprecated) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
28 #define HEIMDAL_DEPRECATED __attribute__((deprecated))
30 #define HEIMDAL_DEPRECATED __declspec(deprecated)
/freebsd-14.2/crypto/openssl/doc/man3/
H A DERR_remove_state.pod9 The following function has been deprecated since OpenSSL 1.0.0, and can be
15 The following function has been deprecated since OpenSSL 1.1.0, and can be
38 ERR_remove_state() was deprecated in OpenSSL 1.0.0 and
39 ERR_remove_thread_state() was deprecated in OpenSSL 1.1.0; these functions
H A DRSA_print.pod13 The following functions have been deprecated since OpenSSL 3.0, and can be
22 The following functions have been deprecated since OpenSSL 3.0, and can be
33 The following functions have been deprecated since OpenSSL 3.0, and can be
42 All of the functions described on this page are deprecated.
66 All of these functions were deprecated in OpenSSL 3.0.
H A DSSL_CTX_new.pod130 methods described below, which are deprecated.
139 is deprecated and new code should call the new functions instead.
144 TLSv1.2 protocol. These methods are deprecated.
149 TLSv1.1 protocol. These methods are deprecated.
154 TLSv1 protocol. These methods are deprecated.
160 The SSLv3 protocol is deprecated and should not be used.
170 These methods are deprecated.
175 These methods are deprecated.
208 The SSLv3 protocol is deprecated and should generally not be used.
245 were deprecated and the preferred TLS_method(), TLS_server_method()
[all …]
/freebsd-14.2/sys/contrib/zstd/lib/deprecated/
H A Dzbuff.h48 # define ZBUFF_DEPRECATED(message) [[deprecated(message)]] ZSTDLIB_API
50 # define ZBUFF_DEPRECATED(message) ZSTDLIB_API __attribute__((deprecated(message)))
52 # define ZBUFF_DEPRECATED(message) ZSTDLIB_API __attribute__((deprecated))
54 # define ZBUFF_DEPRECATED(message) ZSTDLIB_API __declspec(deprecated(message))
/freebsd-14.2/crypto/openssl/doc/man1/
H A Dopenssl-list.pod.in18 {- output_off() if $disabled{"deprecated-3.0"}; ""
20 {- output_on() if $disabled{"deprecated-3.0"}; ""
26 {- output_off() if $disabled{"deprecated-3.0"}; ""
28 {- output_on() if $disabled{"deprecated-3.0"}; ""
40 {- output_off() if $disabled{"deprecated-3.0"}; ""
42 {- output_on() if $disabled{"deprecated-3.0"}; ""
85 This option is deprecated. Use B<digest-algorithms> instead.
92 This option is deprecated. Use B<cipher-algorithms> instead.
180 This option is deprecated.
236 were deprecated in OpenSSL 3.0.
/freebsd-14.2/contrib/ofed/libibumad/
H A Dumad.h59 typedef __be16 __attribute__((deprecated)) be16_t;
60 typedef __be32 __attribute__((deprecated)) be32_t;
61 typedef __be64 __attribute__((deprecated)) be64_t;
259 static inline __attribute__((deprecated)) uint64_t ntohll(uint64_t x) { return be64toh(x); } in ntohll()
264 static inline __attribute__((deprecated)) uint64_t htonll(uint64_t x) { return htobe64(x); } in htonll()
/freebsd-14.2/sys/contrib/zstd/lib/
H A Dzdict.h428 # define ZDICT_DEPRECATED(message) [[deprecated(message)]] ZDICTLIB_API
430 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __attribute__((deprecated(message)))
432 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __attribute__((deprecated))
434 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __declspec(deprecated(message))
/freebsd-14.2/sys/contrib/device-tree/Bindings/mtd/
H A Dmtd.yaml25 deprecated: true
28 deprecated: true
39 deprecated: true
43 deprecated: true
/freebsd-14.2/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,gcc-apq8064.yaml35 deprecated: true
53 deprecated: true
63 deprecated: true
70 deprecated: true
/freebsd-14.2/crypto/heimdal/include/
H A Dkrb5-types.cross26 #if __has_extension(deprecated) || KRB5TYPES_REQUIRE_GNUC(3,1,0)
27 #define HEIMDAL_DEPRECATED __attribute__((deprecated))
29 #define HEIMDAL_DEPRECATED __declspec(deprecated)
/freebsd-14.2/crypto/openssl/doc/internal/man7/
H A Ddeprecation.pod24 symbols from public view (with the configuration option C<no-deprecated>, or
45 The implementation of a deprecated symbol is kept for one of two reasons:
68 In the future, when the deprecated declaration is to actually be removed
93 For a deprecated function that we plan to remove in the future, for example
116 For a deprecated function that we plan to keep internally, for example
122 * RSA low level APIs are deprecated for public use, but are kept for
125 #include "internal/deprecated.h"
/freebsd-14.2/contrib/ofed/libibverbs/
H A Darch.h43 static inline __attribute__((deprecated)) uint64_t htonll(uint64_t x) { return htobe64(x); } in htonll()
44 static inline __attribute__((deprecated)) uint64_t ntohll(uint64_t x) { return be64toh(x); } in ntohll()
/freebsd-14.2/contrib/llvm-project/clang/include/clang-c/
H A DPlatform.h42 #define CINDEX_DEPRECATED __attribute__((deprecated))
45 #define CINDEX_DEPRECATED __declspec(deprecated)

12345678910>>...32