HomeSort by relevance Sort by last modified time
    Searched refs:TagSize (Results 1 - 25 of 38) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_generic.go 25 ret, out := sliceForAppend(dst, len(plaintext)+poly1305.TagSize)
35 var tag [poly1305.TagSize]byte
43 var tag [poly1305.TagSize]byte
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305_generic.go 25 ret, out := sliceForAppend(dst, len(plaintext)+poly1305.TagSize)
35 var tag [poly1305.TagSize]byte
43 var tag [poly1305.TagSize]byte
  /external/protobuf/src/google/protobuf/
wire_format.h 88 static inline int TagSize(int field_number, FieldDescriptor::Type type);
304 inline int WireFormat::TagSize(int field_number, FieldDescriptor::Type type) {
307 return WireFormatLite::TagSize(field_number,
wire_format_unittest.cc 752 ASSERT_EQ(1, WireFormat::TagSize(field->number(), field->type()));
755 ASSERT_EQ(1, WireFormat::TagSize(field->number(), field->type()));
758 ASSERT_EQ(2, WireFormat::TagSize(field->number(), field->type()));
761 ASSERT_EQ(2, WireFormat::TagSize(field->number(), field->type()));
764 ASSERT_EQ(3, WireFormat::TagSize(field->number(), field->type()));
767 ASSERT_EQ(3, WireFormat::TagSize(field->number(), field->type()));
    [all...]
wire_format_lite.h 158 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
482 // the tag, so you must also call TagSize(). (This is because, for repeated
483 // fields, you should only call TagSize() once and multiply it by the element
601 inline int WireFormatLite::TagSize(int field_number,
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h 88 static inline int TagSize(int field_number, FieldDescriptor::Type type);
285 inline int WireFormat::TagSize(int field_number, FieldDescriptor::Type type) {
288 return WireFormatLite::TagSize(field_number,
wire_format_lite.h 158 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
444 // the tag, so you must also call TagSize(). (This is because, for repeated
445 // fields, you should only call TagSize() once and multiply it by the element
540 inline int WireFormatLite::TagSize(int field_number,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h 88 static inline int TagSize(int field_number, FieldDescriptor::Type type);
285 inline int WireFormat::TagSize(int field_number, FieldDescriptor::Type type) {
288 return WireFormatLite::TagSize(field_number,
wire_format_lite.h 158 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
444 // the tag, so you must also call TagSize(). (This is because, for repeated
445 // fields, you should only call TagSize() once and multiply it by the element
540 inline int WireFormatLite::TagSize(int field_number,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format.h 88 static inline int TagSize(int field_number, FieldDescriptor::Type type);
285 inline int WireFormat::TagSize(int field_number, FieldDescriptor::Type type) {
288 return WireFormatLite::TagSize(field_number,
wire_format_lite.h 158 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
444 // the tag, so you must also call TagSize(). (This is because, for repeated
445 // fields, you should only call TagSize() once and multiply it by the element
540 inline int WireFormatLite::TagSize(int field_number,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format.h 88 static inline int TagSize(int field_number, FieldDescriptor::Type type);
304 inline int WireFormat::TagSize(int field_number, FieldDescriptor::Type type) {
307 return WireFormatLite::TagSize(field_number,
wire_format_lite.h 158 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
482 // the tag, so you must also call TagSize(). (This is because, for repeated
483 // fields, you should only call TagSize() once and multiply it by the element
601 inline int WireFormatLite::TagSize(int field_number,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format.h 88 static inline int TagSize(int field_number, FieldDescriptor::Type type);
285 inline int WireFormat::TagSize(int field_number, FieldDescriptor::Type type) {
288 return WireFormatLite::TagSize(field_number,
wire_format_lite.h 158 static inline int TagSize(int field_number, WireFormatLite::FieldType type);
444 // the tag, so you must also call TagSize(). (This is because, for repeated
445 // fields, you should only call TagSize() once and multiply it by the element
540 inline int WireFormatLite::TagSize(int field_number,
  /external/boringssl/src/ssl/test/runner/poly1305/
poly1305.go 23 // TagSize is the size, in bytes, of a poly1305 authenticator.
24 const TagSize = 16
sum_ref.go 14 func Sum(out *[TagSize]byte, msg []byte, key *[32]byte) {
28 for len(msg) >= TagSize {
54 msg = msg[TagSize:]
58 var block [TagSize]byte
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/
poly1305.go 23 // TagSize is the size, in bytes, of a poly1305 authenticator.
24 const TagSize = 16
sum_ref.go 14 func Sum(out *[TagSize]byte, msg []byte, key *[32]byte) {
28 for len(msg) >= TagSize {
54 msg = msg[TagSize:]
58 var block [TagSize]byte
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
poly1305.go 23 // TagSize is the size, in bytes, of a poly1305 authenticator.
24 const TagSize = 16
sum_ref.go 14 func Sum(out *[TagSize]byte, msg []byte, key *[32]byte) {
28 for len(msg) >= TagSize {
54 msg = msg[TagSize:]
58 var block [TagSize]byte
  /external/pdfium/third_party/lcms/src/
cmsio0.c     [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.cc 77 WireFormat::TagSize(descriptor->number(), descriptor->type()));
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum_field.cc 65 internal::WireFormat::TagSize(descriptor->number(), descriptor->type()));
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_field_base.cc 61 int tag_size = internal::WireFormat::TagSize(descriptor_->number(), descriptor_->type());

Completed in 900 milliseconds

1 2