Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for appendTagAndLength (0.16 sec)

  1. src/encoding/asn1/marshal.go

    		} else {
    			class = ClassContextSpecific
    		}
    
    		if params.explicit {
    			t.tag = bytesEncoder(appendTagAndLength(t.scratch[:0], tagAndLength{ClassUniversal, tag, bodyLen, isCompound}))
    
    			tt := new(taggedEncoder)
    
    			tt.body = t
    
    			tt.tag = bytesEncoder(appendTagAndLength(tt.scratch[:0], tagAndLength{
    				class:      class,
    				tag:        *params.tag,
    				length:     bodyLen + t.tag.Len(),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 17.1K bytes
    - Viewed (0)
Back to top