Home
last modified time | relevance | path

Searched refs:const_span (Results 1 – 25 of 124) sorted by relevance

12345

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/passport/
H A Dpassport_encryption.h15 bytes::const_span secret,
44 bytes::const_span bytes,
48 bytes::const_span encrypted,
49 bytes::const_span dataHash,
53 bytes::const_span dataHash,
58 bytes::const_span secret,
59 bytes::const_span valueHash);
62 bytes::const_span encrypted,
63 bytes::const_span secret,
64 bytes::const_span valueHash);
[all …]
H A Dpassport_encryption.cpp52 bytes::const_span initial, in EncryptOrDecrypt()
86 bytes::const_span decrypted, in Encrypt()
92 bytes::const_span encrypted, in Decrypt()
152 bytes::const_span secret, in EncryptSecretBytesWithHash()
162 bytes::const_span secret, in EncryptSecretBytes()
182 bytes::const_span secret, in EncryptSecureSecret()
333 bytes::const_span bytes, in EncryptData()
366 bytes::const_span dataHash, in DecryptData()
407 bytes::const_span secret, in EncryptValueSecret()
417 bytes::const_span secret, in DecryptValueSecret()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/mtproto/details/
H A Dmtproto_rsa_public_key.cpp63 Format GuessFormat(bytes::const_span key) { in GuessFormat()
75 RSA *CreateRaw(bytes::const_span key) { in CreateRaw()
95 explicit Private(bytes::const_span key);
96 Private(bytes::const_span nBytes, bytes::const_span eBytes);
106 bytes::const_span data) const;
117 RSAPublicKey::Private::Private(bytes::const_span key) in Private()
124 RSAPublicKey::Private::Private(bytes::const_span nBytes, bytes::const_span eBytes) in Private()
249 RSAPublicKey::RSAPublicKey(bytes::const_span key) in RSAPublicKey()
254 bytes::const_span nBytes, in RSAPublicKey()
255 bytes::const_span eBytes) in RSAPublicKey()
[all …]
H A Dmtproto_rsa_public_key.h18 RSAPublicKey(bytes::const_span nBytes, bytes::const_span eBytes);
26 explicit RSAPublicKey(bytes::const_span key);
35 [[nodiscard]] bytes::vector encrypt(bytes::const_span data) const;
38 [[nodiscard]] bytes::vector decrypt(bytes::const_span data) const;
41 [[nodiscard]] bytes::vector encryptOAEPpadding(bytes::const_span data) const;
H A Dmtproto_tls_socket.h23 bool isGoodStartNonce(bytes::const_span nonce) override;
28 void write(bytes::const_span prefix, bytes::const_span buffer) override;
41 [[nodiscard]] bytes::const_span domainFromSecret() const;
42 [[nodiscard]] bytes::const_span keyFromSecret() const;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/mtproto/
H A Dmtproto_dh_utils.h25 [[nodiscard]] bool IsPrimeAndGood(bytes::const_span primeBytes, int g);
31 bytes::const_span primeBytes,
32 bytes::const_span randomSeed);
34 bytes::const_span firstBytes,
35 bytes::const_span randomBytes,
36 bytes::const_span primeBytes);
H A Dconnection_tcp.cpp40 virtual int readPacketLength(bytes::const_span bytes) const = 0;
41 virtual bytes::const_span readPacket(bytes::const_span bytes) const = 0;
60 int readPacketLength(bytes::const_span bytes) const override;
61 bytes::const_span readPacket(bytes::const_span bytes) const override;
75 bytes::const_span source) { in prepareKey()
101 bytes::const_span bytes) const { in readPacketLength()
123 bytes::const_span bytes) const { in readPacket()
149 bytes::const_span source) { in prepareKey()
164 bytes::const_span readPacket(bytes::const_span bytes) const override;
192 bytes::const_span bytes) const { in readPacketLength()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_storage/storage/cache/
H A Dstorage_cache_binlog_reader.h41 bytes::const_span data);
67 bytes::const_span data);
99 bytes::const_span data, in ReadRecordSize()
107 bytes::const_span data, in HandleRecord()
120 bytes::const_span data,
124 bytes::const_span data,
130 bytes::const_span data,
159 bytes::const_span data,
177 bytes::const_span data,
196 bytes::const_span data,
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_base/base/
H A Dbytes.h19 using const_span = gsl::span<const type>; variable
44 inline const_span make_span(const Container &container) { in make_span()
48 inline const_span make_span(const_span &container) { in make_span()
58 inline const_span make_span(gsl::span<const Type, Extent> container) { in make_span()
68 inline const_span make_span(const Type *value, std::size_t count) { in make_span()
78 inline const_span object_as_span(const Type *value) { in object_as_span()
88 inline void copy(span destination, const_span source) { in copy()
94 inline void move(span destination, const_span source) { in move()
107 inline int compare(const_span a, const_span b) { in compare()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/fuzz/
H A Dspanparsing.cpp15 const Span<const char> const_span{span_str}; in FUZZ_TARGET() local
17 Span<const char> mut_span = const_span; in FUZZ_TARGET()
20 mut_span = const_span; in FUZZ_TARGET()
23 mut_span = const_span; in FUZZ_TARGET()
27 mut_span = const_span; in FUZZ_TARGET()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/fuzz/
H A Dspanparsing.cpp15 const Span<const char> const_span{span_str}; in FUZZ_TARGET() local
17 Span<const char> mut_span = const_span; in FUZZ_TARGET()
20 mut_span = const_span; in FUZZ_TARGET()
23 mut_span = const_span; in FUZZ_TARGET()
27 mut_span = const_span; in FUZZ_TARGET()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/fuzz/
H A Dspanparsing.cpp15 const Span<const char> const_span{span_str};
17 Span<const char> mut_span = const_span; in FUZZ_TARGET()
20 mut_span = const_span;
23 mut_span = const_span;
27 mut_span = const_span;
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/fuzz/
H A Dspanparsing.cpp15 const Span<const char> const_span{span_str}; in test_one_input() local
17 Span<const char> mut_span = const_span; in test_one_input()
20 mut_span = const_span; in test_one_input()
23 mut_span = const_span; in test_one_input()
27 mut_span = const_span; in test_one_input()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/fuzz/
H A Dspanparsing.cpp15 const Span<const char> const_span = MakeSpan(span_str); in test_one_input() local
17 Span<const char> mut_span = const_span; in test_one_input()
20 mut_span = const_span; in test_one_input()
23 mut_span = const_span; in test_one_input()
27 mut_span = const_span; in test_one_input()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/fuzz/
H A Dspanparsing.cpp15 const Span<const char> const_span{span_str}; in test_one_input() local
17 Span<const char> mut_span = const_span; in test_one_input()
20 mut_span = const_span; in test_one_input()
23 mut_span = const_span; in test_one_input()
27 mut_span = const_span; in test_one_input()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/fuzz/
H A Dspanparsing.cpp15 const Span<const char> const_span{span_str}; in test_one_input() local
17 Span<const char> mut_span = const_span; in test_one_input()
20 mut_span = const_span; in test_one_input()
23 mut_span = const_span; in test_one_input()
27 mut_span = const_span; in test_one_input()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/core/
H A Dcore_cloud_password.cpp49 bytes::vector Xor(bytes::const_span a, bytes::const_span b) { in Xor()
61 bytes::const_span password) { in ComputeHash()
70 bytes::const_span password) { in ComputeDigest()
89 bytes::const_span hash) { in ComputeCheck()
161 bytes::const_span password) { in ComputeHash()
167 bytes::const_span password) { in ComputeHash()
173 bytes::const_span password) { in ComputeHash()
230 bytes::const_span password) { in ComputeCloudPasswordHash()
240 bytes::const_span password) { in ComputeCloudPasswordDigest()
250 bytes::const_span hash) { in ComputeCloudPasswordCheck()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/rustversion-1.0.6/src/
H A Dattr.rs25 let const_span = token::parse_optional_keyword(input, "const"); in parse() localVariable
26 let then = if let Some(const_span) = const_span { in parse()
29 Then::Const(const_span) in parse()
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/rustversion-1.0.5/src/
H A Dattr.rs25 let const_span = token::parse_optional_keyword(input, "const"); in parse() localVariable
26 let then = if let Some(const_span) = const_span { in parse()
29 Then::Const(const_span) in parse()
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/rustversion-1.0.6/src/
H A Dattr.rs25 let const_span = token::parse_optional_keyword(input, "const"); in parse() localVariable
26 let then = if let Some(const_span) = const_span { in parse()
29 Then::Const(const_span) in parse()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/rustversion-1.0.4/src/
H A Dattr.rs25 let const_span = token::parse_optional_keyword(input, "const"); in parse() localVariable
26 let then = if let Some(const_span) = const_span { in parse()
29 Then::Const(const_span) in parse()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/rustversion-1.0.5/src/
H A Dattr.rs25 let const_span = token::parse_optional_keyword(input, "const"); in parse() localVariable
26 let then = if let Some(const_span) = const_span { in parse()
29 Then::Const(const_span) in parse()
/dports/net/quiche/quiche-0.9.0/cargo-crates/rustversion-1.0.5/src/
H A Dattr.rs25 let const_span = token::parse_optional_keyword(input, "const"); in parse() localVariable
26 let then = if let Some(const_span) = const_span { in parse()
29 Then::Const(const_span) in parse()
/dports/net/krill/krill-0.9.4/cargo-crates/rustversion-1.0.5/src/
H A Dattr.rs25 let const_span = token::parse_optional_keyword(input, "const"); in parse() localVariable
26 let then = if let Some(const_span) = const_span { in parse()
29 Then::Const(const_span) in parse()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustversion/src/
H A Dattr.rs25 let const_span = token::parse_optional_keyword(input, "const"); in parse() localVariable
26 let then = if let Some(const_span) = const_span { in parse()
29 Then::Const(const_span) in parse()

12345