Home
last modified time | relevance | path

Searched defs:keyPair (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/keystore/java/android/security/
H A DAttestedKeyPair.java48 public AttestedKeyPair( in AttestedKeyPair()
57 public AttestedKeyPair(@Nullable KeyPair keyPair, @Nullable Certificate[] attestationRecord) { in AttestedKeyPair()
H A DKeyChain.java748 KeyPair keyPair = getKeyPair(context, alias); in getPrivateKey() local
/aosp12/hardware/interfaces/identity/support/tests/
H A DIdentityCredentialSupportTest.cpp61 optional<vector<uint8_t>> keyPair = support::createEcKeyPair(); in TEST() local
111 optional<vector<uint8_t>> keyPair = support::createEcKeyPair(); in TEST() local
142 optional<vector<uint8_t>> keyPair = support::createEcKeyPair(); in TEST() local
176 optional<vector<uint8_t>> keyPair = support::createEcKeyPair(); in generateCertChain() local
188 optional<vector<uint8_t>> keyPair = support::createEcKeyPair(); in TEST() local
214 optional<vector<uint8_t>> keyPair = support::createEcKeyPair(); in TEST() local
240 optional<vector<uint8_t>> keyPair = support::createEcKeyPair(); in TEST() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DKeySyncUtilsTest.java286 KeyPair keyPair = SecureBox.genKeyPair(); in encryptRecoveryClaim_encryptsLockScreenAndKeyClaimant() local
308 KeyPair keyPair = SecureBox.genKeyPair(); in encryptRecoveryClaim_cannotBeDecryptedWithoutChallenge() local
360 KeyPair keyPair = SecureBox.genKeyPair(); in encryptRecoveryClaim_cannotBeDecryptedWithoutCorrectVaultParams() local
386 KeyPair keyPair = SecureBox.genKeyPair(); in encryptRecoveryClaim_cannotBeDecryptedWithoutCorrectHeader() local
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeKePayload.java242 KeyPair keyPair = dhKeyPairGen.generateKeyPair(); in createOutboundModpKePayload() local
265 KeyPair keyPair = dhKeyPairGen.generateKeyPair(); in createOutboundCurveKePayload() local
/aosp12/hardware/interfaces/identity/support/src/
H A DIdentityCredentialSupport.cpp787 vector<uint8_t> keyPair(size); in createEcKeyPairAndAttestation() local
867 vector<uint8_t> keyPair; in createEcKeyPair() local
874 optional<vector<uint8_t>> ecKeyPairGetPublicKey(const vector<uint8_t>& keyPair) { in ecKeyPairGetPublicKey()
904 optional<vector<uint8_t>> ecKeyPairGetPrivateKey(const vector<uint8_t>& keyPair) { in ecKeyPairGetPrivateKey()
969 vector<uint8_t> keyPair; in ecPrivateKeyToKeyPair() local
976 optional<vector<uint8_t>> ecKeyPairGetPkcs12(const vector<uint8_t>& keyPair, const string& name, in ecKeyPairGetPkcs12()
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DIkev2VpnProfileTest.java435 final KeyPair keyPair = keyPairGenerator.generateKeyPair(); in generateRandomCertAndKeyPair() local
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DIkev2VpnTest.java512 final KeyPair keyPair = keyPairGenerator.generateKeyPair(); in generateRandomCertAndKeyPair() local
/aosp12/hardware/interfaces/identity/aidl/default/common/
H A DIdentityCredential.cpp167 optional<vector<uint8_t>> keyPair = support::ecPrivateKeyToKeyPair(ephemeralPriv.value()); in createEphemeralKeyPair() local
/aosp12/system/security/identity/
H A DCredential.cpp583 vector<uint8_t> keyPair; in createEphemeralKeyPair() local
/aosp12/hardware/interfaces/identity/aidl/default/
H A DEicOpsImpl.cc204 optional<vector<uint8_t>> keyPair = android::hardware::identity::support::createEcKeyPair(); in eicOpsCreateEcKey() local
/aosp12/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java6459 final KeyPair keyPair = KeyChain.getKeyPair(mContext, alias); in generateKeyPair() local
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...