Home
last modified time | relevance | path

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

/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/
DEciesHkdfRecipientKem.java41 EllipticCurves.PointFormatType pointFormat) in generateKey()
DEciesHkdfSenderKem.java67 EllipticCurves.PointFormatType pointFormat) in generateKey()
DEllipticCurves.java755 CurveType curve, PointFormatType pointFormat, final byte[] publicKey) in getEcPublicKey()
765 ECParameterSpec spec, PointFormatType pointFormat, final byte[] publicKey) in getEcPublicKey()
/external/tink/go/hybrid/subtle/
Decies_aead_hkdf_hybrid_encrypt.go32 pointFormat string member
Decies_aead_hkdf_hybrid_decrypt.go31 pointFormat string member
Delliptic_curves_test.go44 pointFormat string member
/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/
DEciesPrivateKeyTest.java123 @FromDataPoints("pointFormats") EciesParameters.PointFormat pointFormat) in createNistCurvePrivateKey_hasCorrectParameters()
363 @FromDataPoints("pointFormats") EciesParameters.PointFormat pointFormat) in sameNistKeys_areEqual()
DEciesParametersTest.java83 @FromDataPoints("pointFormats") EciesParameters.PointFormat pointFormat) in buildWithNistCurvesAndAesGcmDem_hasExpectedValues()
DEciesPublicKeyTest.java111 @FromDataPoints("pointFormats") EciesParameters.PointFormat pointFormat) in createNistCurvePublicKey_hasCorrectParameters()
DEciesProtoSerializationTest.java108 EcPointFormat pointFormat, in createEciesProtoParams()
/external/tink/java_src/src/main/java/com/google/crypto/tink/hybrid/
DEciesParameters.java161 public Builder setNistCurvePointFormat(PointFormat pointFormat) { in setNistCurvePointFormat()
243 @Nullable PointFormat pointFormat, in EciesParameters()
DEciesProtoSerialization.java185 @Nullable EciesParameters.PointFormat pointFormat = parameters.getNistCurvePointFormat(); in toProtoParameters() local
/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
DTestUtil.java507 EcPointFormat pointFormat, in generateEciesAeadHkdfPrivKey()