Home
last modified time | relevance | path

Searched defs:Ed25519KeyPair (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ec/curve25519/ed25519/
Dsigning.rs26 pub struct Ed25519KeyPair { struct
37 derive_debug_via_field!(Ed25519KeyPair, stringify!(Ed25519KeyPair), public_key); argument
39 impl Ed25519KeyPair { impl
228 impl signature::KeyPair for Ed25519KeyPair { implementation
/aosp_15_r20/packages/modules/Virtualization/guest/compos_key_helper/
Dcompos_key.h32 struct Ed25519KeyPair { struct
37 android::base::Result<Ed25519KeyPair> keyFromSeed(const Seed& seed); argument
/aosp_15_r20/external/tink/cc/subtle/
H A Ded25519_sign_boringssl_test.cc50 struct Ed25519KeyPair { struct
51 std::string public_key;
52 util::SecretData private_key;
/aosp_15_r20/external/rust/android-crates-io/crates/ring/tests/
Ded25519_tests.rs141 f: impl Fn(&[u8]) -> Result<Ed25519KeyPair, error::KeyRejected>, in test_ed25519_from_pkcs8_()