Searched defs:Ed25519PrivateKey (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/tink/go/proto/ed25519_go_proto/ |
H A D | ed25519.pb.go | 151 type Ed25519PrivateKey struct { struct 152 state protoimpl.MessageState 153 sizeCache protoimpl.SizeCache 154 unknownFields protoimpl.UnknownFields 157 Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` 161 …alue []byte `protobuf:"bytes,2,opt,name=key_value,json=keyValue,proto3" json:"key_value,omitempty"` 163 …ublicKey `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` 166 func (x *Ed25519PrivateKey) Reset() { 175 func (x *Ed25519PrivateKey) String() string { 179 func (*Ed25519PrivateKey) ProtoMessage() {} [all …]
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/signature/ |
H A D | Ed25519PrivateKey.java | 38 public final class Ed25519PrivateKey extends SignaturePrivateKey { class 42 private Ed25519PrivateKey(Ed25519PublicKey publicKey, SecretBytes privateKeyBytes) { in Ed25519PrivateKey() method in Ed25519PrivateKey
|
/aosp_15_r20/external/tink/java_src/proto/ |
H A D | ed25519.proto | 43 message Ed25519PrivateKey { message
|
/aosp_15_r20/external/tink/python/tink/proto/ |
H A D | ed25519.proto | 43 message Ed25519PrivateKey { message
|
/aosp_15_r20/external/tink/cc/proto/ |
H A D | ed25519.proto | 43 message Ed25519PrivateKey { message
|
/aosp_15_r20/external/tink/proto/ |
H A D | ed25519.proto | 43 message Ed25519PrivateKey { message
|
/aosp_15_r20/external/tink/cc/signature/ |
H A D | ed25519_private_key.h | 53 explicit Ed25519PrivateKey(const Ed25519PublicKey& public_key, in Ed25519PrivateKey() function
|
/aosp_15_r20/external/tink/go/signature/ |
H A D | ed25519_signer_key_manager_test.go | 303 func validateED25519PrivateKey(key *ed25519pb.Ed25519PrivateKey) error {
|
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/ |
D | tink-android-1.5.0.jar | com/google/crypto/tink/subtle/prf/StreamingPrf.class
StreamingPrf.java
package ... |