Searched defs:Keyset_Key (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tink/go/proto/tink_go_proto/ |
H A D | tink.pb.go | 540 type Keyset_Key struct { struct 541 state protoimpl.MessageState 542 sizeCache protoimpl.SizeCache 543 unknownFields protoimpl.UnknownFields 547 … *KeyData `protobuf:"bytes,1,opt,name=key_data,json=keyData,proto3" json:"key_data,omitempty"` 548 …uf:"varint,2,opt,name=status,proto3,enum=google.crypto.tink.KeyStatusType" json:"status,omitempty"` 551 KeyId uint32 `protobuf:"varint,3,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` 554 …putPrefixType,proto3,enum=google.crypto.tink.OutputPrefixType" json:"output_prefix_type,omitempty"` 557 func (x *Keyset_Key) Reset() { 566 func (x *Keyset_Key) String() string { [all …]
|
/aosp_15_r20/external/tink/go/jwt/ |
H A D | jwk_converter.go | 426 func psPublicKeyToStruct(key *tinkpb.Keyset_Key) (*spb.Struct, error) { 461 func rsPublicKeyToStruct(key *tinkpb.Keyset_Key) (*spb.Struct, error) { 491 func esPublicKeyToStruct(key *tinkpb.Keyset_Key) (*spb.Struct, error) { 529 func setKeyID(outKey *spb.Struct, key *tinkpb.Keyset_Key, customKID *string) error {
|
/aosp_15_r20/external/tink/go/keyset/ |
H A D | validation.go | 76 func validateKey(key *tinkpb.Keyset_Key) error {
|
H A D | handle.go | 314 func getKeyInfo(key *tinkpb.Keyset_Key) *tinkpb.KeysetInfo_KeyInfo {
|
/aosp_15_r20/external/tink/go/core/cryptofmt/ |
H A D | cryptofmt.go | 55 func OutputPrefix(key *tinkpb.Keyset_Key) (string, error) {
|
/aosp_15_r20/external/tink/go/testutil/ |
H A D | testutil.go | 726 func NewKeyset(primaryKeyID uint32, keys []*tinkpb.Keyset_Key) *tinkpb.Keyset {
|