Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/cc/signature/
H A Ded25519_public_key_test.cc128 util::StatusOr<Ed25519PublicKey> other_public_key = in TEST_P() local
155 util::StatusOr<Ed25519PublicKey> other_public_key = Ed25519PublicKey::Create( in TEST() local
179 util::StatusOr<Ed25519PublicKey> other_public_key = Ed25519PublicKey::Create( in TEST() local
202 util::StatusOr<Ed25519PublicKey> other_public_key = Ed25519PublicKey::Create( in TEST() local
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2/src/
Dukey2_handshake.rs326 let other_public_key = in handle_client_finished_msg() localVariable
517 let other_public_key = &<C::P256 as P256EcdhProvider>::PublicKey::from_sec1_bytes( in handle_server_init() localVariable
/aosp_15_r20/system/security/keystore2/src/
H A Dec_crypto.rs65 let other_public_key = ec_point_oct_to_point(other_public_key) in agree_key() localVariable