Home
last modified time | relevance | path

Searched defs:ecKey (Results 1 – 25 of 74) sorted by relevance

123

/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLECKeyFactory.java91 ECPublicKey ecKey = (ECPublicKey) key; in engineGetKeySpec() local
100 ECPublicKey ecKey = (ECPublicKey) engineGeneratePublic(new X509EncodedKeySpec(encoded)); in engineGetKeySpec() local
106 ECPrivateKey ecKey = (ECPrivateKey) key; in engineGetKeySpec() local
115 ECPrivateKey ecKey = in engineGetKeySpec() local
155 ECPublicKey ecKey = (ECPublicKey) key; in engineTranslateKey() local
167 ECPrivateKey ecKey = (ECPrivateKey) key; in engineTranslateKey() local
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DOpenSSLECKeyFactory.java93 ECPublicKey ecKey = (ECPublicKey) key; in engineGetKeySpec() local
102 ECPublicKey ecKey = (ECPublicKey) engineGeneratePublic(new X509EncodedKeySpec(encoded)); in engineGetKeySpec() local
108 ECPrivateKey ecKey = (ECPrivateKey) key; in engineGetKeySpec() local
117 ECPrivateKey ecKey = in engineGetKeySpec() local
157 ECPublicKey ecKey = (ECPublicKey) key; in engineTranslateKey() local
169 ECPrivateKey ecKey = (ECPrivateKey) key; in engineTranslateKey() local
/aosp_15_r20/hardware/interfaces/identity/support/src/
H A DIdentityCredentialSupport.cpp660 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in certificateSignedByPublicKey() local
734 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in checkEcDsaSignature() local
911 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in createAttestationForEcPublicKey() local
985 auto ecKey = EC_KEY_Ptr(EVP_PKEY_get1_EC_KEY(pkey.get())); in ecKeyPairGetPublicKey() local
1015 auto ecKey = EC_KEY_Ptr(EVP_PKEY_get1_EC_KEY(pkey.get())); in ecKeyPairGetPrivateKey() local
1050 auto ecKey = EC_KEY_Ptr(EC_KEY_new_by_curve_name(NID_X9_62_prime256v1)); in ecPrivateKeyToKeyPair() local
1205 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in ecPublicKeyGenerateCertificate() local
1362 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in ecdh() local
1481 auto ecKey = EC_KEY_Ptr(EVP_PKEY_get1_EC_KEY(pkey.get())); in certificateChainGetTopMostKey() local
1556 auto ecKey = EC_KEY_Ptr(EVP_PKEY_get1_EC_KEY(pkey.get())); in certificateFindPublicKey() local
/aosp_15_r20/hardware/interfaces/security/keymint/support/
H A Dremote_prov_utils.cpp63 ErrMsgOr<bytevec> ecKeyGetPrivateKey(const EC_KEY* ecKey) { in ecKeyGetPrivateKey()
75 ErrMsgOr<bytevec> ecKeyGetPublicKey(const EC_KEY* ecKey, const int nid) { in ecKeyGetPublicKey()
134 auto ecKey = EC_KEY_Ptr(EVP_PKEY_get1_EC_KEY(pubKey.get())); in getRawPublicKey() local
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/
H A DKMECDeviceUniqueKeyPair.java41 public static KMECDeviceUniqueKeyPair onRestore(KeyPair ecKey) { in onRestore()
H A DKMAndroidSEProvider.java314 KeyPair ecKey = createECKeyPair(); in createAsymmetricKey() local
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/
H A DKMECDeviceUniqueKeyPair.java41 public static KMECDeviceUniqueKeyPair onRestore(KeyPair ecKey) { in onRestore()
H A DKMAndroidSEProvider.java314 KeyPair ecKey = createECKeyPair(); in createAsymmetricKey() local
/aosp_15_r20/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreKeyFactorySpi.java101 AndroidKeyStoreECPublicKey ecKey = (AndroidKeyStoreECPublicKey) key; in engineGetKeySpec() local
/aosp_15_r20/system/keymaster/cppcose/
H A Dcppcose.cpp91 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in ecdh() local
203 auto ecKey = EC_KEY_Ptr(EC_KEY_new()); in verifyEcdsaDigest() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/
H A DPemKeyType.java149 ECKey ecKey = (ECKey) key; in validate() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/
H A DPemKeyType.java147 ECKey ecKey = (ECKey) key; in validate() local
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Dfapi_crypto.c473 EC_KEY *ecKey = EC_KEY_new(); in ossl_ecc_pub_from_tpm() local
966 EC_KEY *ecKey = EVP_PKEY_get1_EC_KEY(publicKey); in get_ecc_tpm2b_public_from_evp() local
/aosp_15_r20/system/keymaster/km_openssl/
H A Dopenssl_utils.cpp169 EC_KEY* ecKey = EVP_PKEY_get0_EC_KEY(pubKey.get()); in GetEcdsa256KeyFromCert() local
/aosp_15_r20/build/make/tools/signtos/
H A DSignTos.java205 ECKey ecKey = (ECKey) key; in getSignatureAlgorithm() local
/aosp_15_r20/trusty/user/base/lib/apploader_package/
Dcose.cpp150 auto ecKey = in signEcDsaDigest() local
339 auto ecKey = in checkEcDsaSignature() local
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiConfiguration.java2066 public void setDppConfigurator(byte[] ecKey) { in setDppConfigurator()
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.cpp2393 EC_KEY_Ptr ecKey = EC_KEY_Ptr(EC_KEY_new()); in p256_pub_key() local
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/host-exports/java/linux_glibc/
Dconscrypt-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/conscrypt/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/conscrypt/conscrypt-unbundled/linux_glibc_common/local-javac-header/
Dconscrypt-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/conscrypt/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/conscrypt/conscrypt-unbundled/linux_glibc_common/javac/
Dconscrypt-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/conscrypt/ org/ ...
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/host-exports/java/linux_bionic/
Dconscrypt-unbundled.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/conscrypt/ org/ ...
/aosp_15_r20/prebuilts/module_sdk/conscrypt/current/java/
Dconscrypt.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/module_sdk/conscrypt/1/java/
Dconscrypt.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/out/soong/.intermediates/external/conscrypt/conscrypt/android_common_apex30/javac/
Dconscrypt.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...

123