Home
last modified time | relevance | path

Searched defs:KeyPair (Results 1 – 25 of 268) sorted by relevance

1234567891011

/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/rsa/
Dkeypair.rs32 pub struct KeyPair { struct
41 derive_debug_via_field!(KeyPair, stringify!(RsaKeyPair), public); argument
43 impl KeyPair { implementation
455 impl signature::KeyPair for KeyPair { implementation
550 impl KeyPair { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ec/
Dkeys.rs4 pub struct KeyPair { struct
9 impl KeyPair { argument
Dsuite_b.rs161 ) -> Result<ec::KeyPair, error::KeyRejected> { in key_pair_from_pkcs8()
217 ) -> Result<ec::KeyPair, error::KeyRejected> { in key_pair_from_bytes()
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_rustcrypto/src/
Ded25519.rs25 type KeyPair = KeyPair; typedef
30 pub struct KeyPair(ed25519_dalek::SigningKey); struct
32 impl crypto_provider::ed25519::KeyPairImpl for KeyPair { implementation
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_boringssl/src/
Ded25519.rs23 type KeyPair = KeyPair; typedef
28 pub struct KeyPair(bssl_crypto::ed25519::PrivateKey); struct
30 impl crypto_provider::ed25519::KeyPairImpl for KeyPair { implementation
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/
H A DKeyPair.java42 public final class KeyPair implements java.io.Serializable { class
60 public KeyPair(PublicKey publicKey, PrivateKey privateKey) { in KeyPair() method in KeyPair
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/13/libcore/ojluni/src/main/java/java/security/
DKeyPair.java42 public final class KeyPair implements java.io.Serializable { class
60 public KeyPair(PublicKey publicKey, PrivateKey privateKey) { in KeyPair() method in KeyPair
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/
DKeyPair.java42 public final class KeyPair implements java.io.Serializable { class
60 public KeyPair(PublicKey publicKey, PrivateKey privateKey) { in KeyPair() method in KeyPair
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/
H A DEd25519Sign.java76 public static final class KeyPair { class in Ed25519Sign
81 private KeyPair(final byte[] publicKey, final byte[] privateKey) { in KeyPair() method in Ed25519Sign.KeyPair
/aosp_15_r20/external/openthread/src/core/crypto/
H A Decdsa.hpp119 class KeyPair : public otPlatCryptoEcdsaKeyPair class in ot::Crypto::Ecdsa::P256
132 KeyPair(void) { mDerLength = 0; } in KeyPair() function in ot::Crypto::Ecdsa::P256::KeyPair
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/
Dsignature.rs330 pub trait KeyPair: core::fmt::Debug + Send + Sized + Sync { trait
/aosp_15_r20/external/aws-sdk-java-v2/services/opsworkscm/src/main/resources/codegen-resources/
H A Dservice-2.json411 "KeyPair":{ object
591 "KeyPair":{ object
940 "KeyPair":{ object
1064 "KeyPair":{ object
1135 "KeyPair":{ object
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider/src/
Ded25519.rs187 type KeyPair: KeyPairImpl<PublicKey = Self::PublicKey, Signature = Self::Signature>; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ec/suite_b/ecdsa/
Dsigning.rs152 key_pair: ec::KeyPair, in new()
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_stubs/src/
Dlib.rs475 type KeyPair = KeyPairStubs; typedef
/aosp_15_r20/external/aws-sdk-java-v2/services/lightsail/src/main/resources/codegen-resources/
H A Dservice-2.json9326 "KeyPair":{ object
/aosp_15_r20/external/aws-sdk-java-v2/services/iot/src/main/resources/codegen-resources/
H A Dservice-2.json12768 "KeyPair":{ object
/aosp_15_r20/out/soong/.intermediates/libcore/art.module.public.api.stubs.module_lib.from-text/android_common/art.module.public.api.stubs.module_lib.from-text/
Dart.module.public.api.stubs.module_lib.from-text.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/compat/ android/ ...
/aosp_15_r20/prebuilts/sdk/extensions/13/public/
HDart.jarMETA-INF/ META-INF/MANIFEST.MF NOTICES/libcore-NOTICES.txt android ...
/aosp_15_r20/out/soong/.intermediates/libcore/art.module.public.api.stubs.exportable.system/android_common/combined/
Dart.module.public.api.stubs.exportable.system.jarMETA-INF/ META-INF/MANIFEST.MF NOTICES/libcore-NOTICES.txt android ...
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/sdk_library/public/
Dart-stubs.jarMETA-INF/ META-INF/MANIFEST.MF NOTICES/libcore-NOTICES.txt android ...
/aosp_15_r20/prebuilts/sdk/32/system/
HDart.jarMETA-INF/ META-INF/MANIFEST.MF NOTICES/libcore-NOTICE NOTICES/ojluni ...
/aosp_15_r20/prebuilts/sdk/35/system/
HDart.jarMETA-INF/ META-INF/MANIFEST.MF NOTICES/libcore-NOTICES.txt android ...
/aosp_15_r20/out/soong/.intermediates/libcore/art.module.public.api.stubs.system.from-text/android_common/metalava/
Dstubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/crypto/ android/ ...
/aosp_15_r20/prebuilts/sdk/31/public/
HDart.jarMETA-INF/ META-INF/MANIFEST.MF NOTICES/libcore-NOTICE NOTICES/ojluni ...

1234567891011