Searched defs:AesCtrHmacStreamingKeyFormat (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tink/go/proto/aes_ctr_hmac_streaming_go_proto/ |
H A D | aes_ctr_hmac_streaming.pb.go | 112 type AesCtrHmacStreamingKeyFormat struct { struct 113 state protoimpl.MessageState 114 sizeCache protoimpl.SizeCache 115 unknownFields protoimpl.UnknownFields 117 …n uint32 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"` 118 …ams *AesCtrHmacStreamingParams `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"` 119 …keySize,proto3" json:"key_size,omitempty"` // size of the main key (aka. "ikm", input key material) 122 func (x *AesCtrHmacStreamingKeyFormat) Reset() { 131 func (x *AesCtrHmacStreamingKeyFormat) String() string { 135 func (*AesCtrHmacStreamingKeyFormat) ProtoMessage() {} [all …]
|
/aosp_15_r20/external/tink/cc/proto/ |
H A D | aes_ctr_hmac_streaming.proto | 35 message AesCtrHmacStreamingKeyFormat { message
|
/aosp_15_r20/external/tink/proto/ |
H A D | aes_ctr_hmac_streaming.proto | 35 message AesCtrHmacStreamingKeyFormat { message
|
/aosp_15_r20/external/tink/java_src/proto/ |
H A D | aes_ctr_hmac_streaming.proto | 35 message AesCtrHmacStreamingKeyFormat { message
|
/aosp_15_r20/external/tink/python/tink/proto/ |
H A D | aes_ctr_hmac_streaming.proto | 35 message AesCtrHmacStreamingKeyFormat { message
|
/aosp_15_r20/external/tink/go/streamingaead/ |
H A D | aes_ctr_hmac_key_manager_test.go | 275 …AESCTRHMACKey(key *ctrhmacpb.AesCtrHmacStreamingKey, format *ctrhmacpb.AesCtrHmacStreamingKeyForma…
|
/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 ... |