Searched defs:AesCmacPrfKeyFormat (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tink/go/proto/aes_cmac_prf_go_proto/ |
H A D | aes_cmac_prf.pb.go | 95 type AesCmacPrfKeyFormat struct { struct 96 state protoimpl.MessageState 97 sizeCache protoimpl.SizeCache 98 unknownFields protoimpl.UnknownFields 100 Version uint32 `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"` 101 …eySize uint32 `protobuf:"varint,1,opt,name=key_size,json=keySize,proto3" json:"key_size,omitempty"` 104 func (x *AesCmacPrfKeyFormat) Reset() { 113 func (x *AesCmacPrfKeyFormat) String() string { 117 func (*AesCmacPrfKeyFormat) ProtoMessage() {} 119 func (x *AesCmacPrfKeyFormat) ProtoReflect() protoreflect.Message { [all …]
|
/aosp_15_r20/external/tink/proto/ |
H A D | aes_cmac_prf.proto | 31 message AesCmacPrfKeyFormat { message
|
/aosp_15_r20/external/tink/cc/proto/ |
H A D | aes_cmac_prf.proto | 31 message AesCmacPrfKeyFormat { message
|
/aosp_15_r20/external/tink/python/tink/proto/ |
H A D | aes_cmac_prf.proto | 31 message AesCmacPrfKeyFormat { message
|
/aosp_15_r20/external/tink/java_src/proto/ |
H A D | aes_cmac_prf.proto | 31 message AesCmacPrfKeyFormat { message
|
/aosp_15_r20/external/tink/go/prf/ |
H A D | aes_cmac_prf_key_manager_test.go | 249 func validateCMACKey(format *cmacpb.AesCmacPrfKeyFormat, key *cmacpb.AesCmacPrfKey) 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 ... |