Home
last modified time | relevance | path

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

/external/rust/beto-rust/nearby/connections/ukey2/ukey2_jni/java/src/main/java/com/google/security/cryptauth/lib/securegcm/ukey2/
DD2DConnectionContextV1.java37 private static native byte[] encode_message_to_peer( in encode_message_to_peer() method in D2DConnectionContextV1
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_c_ffi/src/
Dlib.rs215 pub unsafe extern "C" fn encode_message_to_peer( in encode_message_to_peer() function
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/src/
Dd2d_connection_context_v1.rs313 pub fn encode_message_to_peer<C: CryptoProvider, A: AsRef<[u8]>>( in encode_message_to_peer() function