Home
last modified time | relevance | path

Searched defs:EllipticCurveType (Results 1 – 12 of 12) sorted by relevance

/external/tink/python/tink/hybrid/
D_hybrid_key_templates.py33 curve_type: common_pb2.EllipticCurveType,
140 curve_type: common_pb2.EllipticCurveType,
/external/tink/python/tink/signature/
D_signature_key_templates.py44 curve: common_pb2.EllipticCurveType,
150 curve: common_pb2.EllipticCurveType,
/external/tink/cc/proto/
Dcommon.proto26 enum EllipticCurveType { enum
/external/tink/proto/
Dcommon.proto26 enum EllipticCurveType { enum
/external/tink/python/tink/proto/
Dcommon.proto26 enum EllipticCurveType { enum
/external/tink/java_src/proto/
Dcommon.proto26 enum EllipticCurveType { enum
/external/tink/cc/subtle/
Dcommon_enums.h27 enum EllipticCurveType { enum
/external/tink/go/hybrid/
Dhybrid_key_templates.go178 func createECIESAEADHKDFKeyTemplate(c commonpb.EllipticCurveType, ht commonpb.HashType, ptfmt commo…
/external/tink/go/testutil/
Dtestutil.go353 func NewECDSAParams(hashType commonpb.HashType, curve commonpb.EllipticCurveType, encoding ecdsapb.…
386 func NewRandomECDSAPrivateKey(hashType commonpb.HashType, curve commonpb.EllipticCurveType) *ecdsap…
395 func NewRandomECDSAPublicKey(hashType commonpb.HashType, curve commonpb.EllipticCurveType) *ecdsapb…
858 func eciesAEADHKDFPublicKey(c commonpb.EllipticCurveType, ht commonpb.HashType, ptfmt commonpb.EcPo…
887 func GenerateECIESAEADHKDFPrivateKey(c commonpb.EllipticCurveType, ht commonpb.HashType, ptfmt comm…
/external/tink/go/signature/
Dsignature_factory_test.go132 func newECDSAKeysetKeypair(hashType commonpb.HashType, curve commonpb.EllipticCurveType, outputPref…
Dsignature_key_templates.go150 func createECDSAKeyTemplate(hashType commonpb.HashType, curve commonpb.EllipticCurveType, encoding …
/external/tink/go/proto/common_go_proto/
Dcommon.pb.go41 type EllipticCurveType int32 type