Home
last modified time | relevance | path

Searched defs:to_bytes (Results 1 – 25 of 143) sorted by relevance

123456

/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Ddtls.py103 def to_bytes(self): member in Record
132 def to_bytes(self): member in Message
159 def to_bytes(self): member in HandshakeMessage
204 def to_bytes(self): member in ProtocolVersion
229 def to_bytes(self): member in Random
254 def to_bytes(self): member in VariableVector
298 def to_bytes(self): member in Opaque
314 def to_bytes(self): member in CipherSuite
335 def to_bytes(self): member in CompressionMethod
355 def to_bytes(self): member in Extension
[all …]
H A Dipv6.py146 def to_bytes(self): member in ConvertibleToBytes
249 def to_bytes(self): member in IPv6PseudoHeader
303 def to_bytes(self): member in IPv6Header
455 def to_bytes(self): member in IPv6Packet
501 def to_bytes(self): member in UDPHeader
546 def to_bytes(self): member in UDPDatagram
573 def to_bytes(self): member in ICMPv6Header
611 def to_bytes(self): member in ICMPv6
657 def to_bytes(self): member in FragmentHeader
723 def to_bytes(self): member in HopByHop
[all …]
H A Dtest_ipv6.py78 def to_bytes(self): member in HopByHopOptionBytesValue
99 def to_bytes(self): member in ICMPv6BytesBody
135 def to_bytes(self): member in DummyUpperLayerProtocol
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-core/src/
Dextension.rs164 fn to_bytes(&self) -> Result<Vec<u8>, Self::SerializationError>; in to_bytes() method
206 fn to_bytes(&self) -> Result<Vec<u8>, Self::SerializationError> { in to_bytes() function
239 fn to_bytes(&self) -> Result<Vec<u8>, Self::SerializationError> { in to_bytes() method
/aosp_15_r20/external/python/pyasn1/pyasn1/compat/
Dinteger.py36 def to_bytes(value, signed=False, length=0): function
101 def to_bytes(value, signed=False, length=0): function
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider/src/
Ded25519.rs172 pub fn to_bytes(self) -> RawSignature { in to_bytes() method
257 fn to_bytes(&self) -> RawSignature; in to_bytes() method
278 fn to_bytes(&self) -> RawPublicKey; in to_bytes() method
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_rustcrypto/src/
Ded25519.rs69 fn to_bytes(&self) -> [u8; SIGNATURE_LENGTH] { in to_bytes() method
88 fn to_bytes(&self) -> [u8; PUBLIC_KEY_LENGTH] { in to_bytes() method
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_boringssl/src/
Ded25519.rs66 fn to_bytes(&self) -> RawSignature { in to_bytes() method
83 fn to_bytes(&self) -> RawPublicKey { in to_bytes() method
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/body/
Dto_bytes.rs54 pub async fn to_bytes<T>(body: T) -> Result<Bytes, T::Error> in to_bytes() function
Dmod.rs32 mod to_bytes; module
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_stubs/src/
Dlib.rs268 fn to_bytes(&self) -> Self::EncodedPublicKey { in to_bytes() method
490 fn to_bytes(&self) -> RawPublicKey { in to_bytes() method
510 fn to_bytes(&self) -> RawSignature { in to_bytes() method
/aosp_15_r20/external/openthread/tools/tcat_ble_client/tlv/
H A Dtlv.py68 def to_bytes(self) -> bytes: member in TLV
H A Dtcat_tlv.py50 def to_bytes(self): member in TcatTLVType
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dmod.rs13 mod to_bytes; module
/aosp_15_r20/external/openthread/tools/tcat_ble_client/dataset/
H A Ddataset.py51 def to_bytes(self): member in ThreadDataset
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dmod.rs13 mod to_bytes; module
/aosp_15_r20/external/rust/android-crates-io/crates/axum-core/src/
Dbody.rs56 pub(crate) async fn to_bytes<T>(body: T) -> Result<Bytes, T::Error> in to_bytes() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dmod.rs13 mod to_bytes; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dmod.rs13 mod to_bytes; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dmod.rs13 mod to_bytes; module
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/transport/
Dicmp_echo_header.rs24 pub fn to_bytes(&self) -> [u8; 4] { in to_bytes() method
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dextension.rs44 fn to_bytes(&self) -> Result<Vec<u8>, Self::SerializationError> { in to_bytes() method
/aosp_15_r20/external/rust/android-crates-io/crates/sec1/src/
Dpoint.rs161 pub fn to_bytes(&self) -> Box<[u8]> { in to_bytes() function
762 fn to_bytes() { in to_bytes() function
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dexported_tree.rs27 pub fn to_bytes(&self) -> Result<Vec<u8>, MlsError> { in to_bytes() method
/aosp_15_r20/external/python/google-auth-library-python/google/auth/
D_helpers.py88 def to_bytes(value, encoding="utf-8"): function

123456