Home
last modified time | relevance | path

Searched defs:EcdsaPublicKey (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tink/go/proto/ecdsa_go_proto/
H A Decdsa.pb.go169 type EcdsaPublicKey struct { struct
170 state protoimpl.MessageState
171 sizeCache protoimpl.SizeCache
172 unknownFields protoimpl.UnknownFields
175 Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
177 Params *EcdsaParams `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"`
183 X []byte `protobuf:"bytes,3,opt,name=x,proto3" json:"x,omitempty"`
185 Y []byte `protobuf:"bytes,4,opt,name=y,proto3" json:"y,omitempty"`
188 func (x *EcdsaPublicKey) Reset() {
197 func (x *EcdsaPublicKey) String() string {
[all …]
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/signature/
H A DEcdsaPublicKey.java41 public final class EcdsaPublicKey extends SignaturePublicKey { class
111 private EcdsaPublicKey( in EcdsaPublicKey() method in EcdsaPublicKey
/aosp_15_r20/external/tink/go/signature/
H A Dproto.go34 func newECDSAPrivateKey(version uint32, publicKey *ecdsapb.EcdsaPublicKey, keyValue []byte) *ecdsap…
/aosp_15_r20/external/tink/python/tink/proto/
H A Decdsa.proto54 message EcdsaPublicKey { message
/aosp_15_r20/external/tink/proto/
H A Decdsa.proto54 message EcdsaPublicKey { message
/aosp_15_r20/external/tink/java_src/proto/
H A Decdsa.proto54 message EcdsaPublicKey { message
/aosp_15_r20/external/tink/cc/proto/
H A Decdsa.proto54 message EcdsaPublicKey { message
/aosp_15_r20/external/tink/go/testutil/
H A Dtestutil.go367 func NewECDSAPrivateKey(version uint32, publicKey *ecdsapb.EcdsaPublicKey, keyValue []byte) *ecdsap…
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...