Home
last modified time | relevance | path

Searched defs:ecCurve (Results 1 – 5 of 5) sorted by relevance

/external/private-join-and-compute/java/com/google/privacy/private_join_and_compute/encryption/commutative/
DEcCommutativeCipherBase.java54 protected final SupportedCurve ecCurve; field in EcCommutativeCipherBase
59 protected EcCommutativeCipherBase(HashType hashType, ECPrivateKey key, SupportedCurve ecCurve) { in EcCommutativeCipherBase()
DEcCommutativeCipher.java47 private EcCommutativeCipher(HashType hashType, ECPrivateKey key, SupportedCurve ecCurve) { in EcCommutativeCipher()
150 ECCurve ecCurve = domainParams.getCurve(); in hashIntoTheCurveInternal() local
/external/android-key-attestation/server/src/main/java/com/google/android/attestation/
DAuthorizationList.java107 public final Optional<Integer> ecCurve; field in AuthorizationList
532 Integer ecCurve; field in AuthorizationList.Builder
600 public Builder setEcCurve(Integer ecCurve) { in setEcCurve()
/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
DKMKeymasterApplet.java556 short ecCurve = KMEnumTag.getValue(KMType.ECCURVE, data[KEY_PARAMETERS]); in validateECKeys() local
/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
DKMKeymasterApplet.java551 short ecCurve = KMEnumTag.getValue(KMType.ECCURVE, data[KEY_PARAMETERS]); in validateECKeys() local