Home
last modified time | relevance | path

Searched defs:InvalidPublicKeyBytes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_ffi_core/src/
Dcredentials.rs77 ) -> Result<np_adv::credential::v1::V1DiscoveryCredential, ed25519::InvalidPublicKeyBytes> { in into_internal()
176 ) -> Result<(), ed25519::InvalidPublicKeyBytes> { in add_v1()
222 InvalidPublicKeyBytes = 2, enumerator
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider/src/
Ded25519.rs103 pub struct InvalidPublicKeyBytes; struct
123 ) -> Result<Self, InvalidPublicKeyBytes> { in from_bytes() argument
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_c_ffi/include/cpp/
Dnp_cpp_ffi_types.h83 InvalidPublicKeyBytes = 2, enumerator