Home
last modified time | relevance | path

Searched defs:EcdsaPrivateKey (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tink/go/proto/ecdsa_go_proto/
H A Decdsa.pb.go249 type EcdsaPrivateKey struct { struct
250 state protoimpl.MessageState
251 sizeCache protoimpl.SizeCache
252 unknownFields protoimpl.UnknownFields
255 Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
257 …ublicKey `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
260 …alue []byte `protobuf:"bytes,3,opt,name=key_value,json=keyValue,proto3" json:"key_value,omitempty"`
263 func (x *EcdsaPrivateKey) Reset() {
272 func (x *EcdsaPrivateKey) String() string {
276 func (*EcdsaPrivateKey) ProtoMessage() {}
[all …]
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/signature/
H A DEcdsaPrivateKey.java42 public final class EcdsaPrivateKey extends SignaturePrivateKey { class
94 private EcdsaPrivateKey(EcdsaPublicKey publicKey, SecretBigInteger privateValue) { in EcdsaPrivateKey() method in EcdsaPrivateKey
/aosp_15_r20/external/tink/python/tink/proto/
H A Decdsa.proto70 message EcdsaPrivateKey { message
/aosp_15_r20/external/tink/proto/
H A Decdsa.proto70 message EcdsaPrivateKey { message
/aosp_15_r20/external/tink/java_src/proto/
H A Decdsa.proto70 message EcdsaPrivateKey { message
/aosp_15_r20/external/tink/cc/proto/
H A Decdsa.proto70 message EcdsaPrivateKey { message
/aosp_15_r20/external/tink/go/signature/
H A Decdsa_signer_key_manager_test.go288 func validateECDSAPrivateKey(key *ecdsapb.EcdsaPrivateKey, params *ecdsapb.EcdsaParams) error {
/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 ...