MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / SetSequence

Function SetSequence

extra/yassl/taocrypt/src/asn.cpp:1146–1151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1144
1145
1146word32 SetSequence(word32 len, byte* output)
1147{
1148
1149 output[0] = SEQUENCE | CONSTRUCTED;
1150 return SetLength(len, output + 1) + 1;
1151}
1152
1153
1154word32 EncodeDSA_Signature(const byte* signature, byte* output)

Callers 3

Signature_EncoderMethod · 0.85
SetAlgoIDMethod · 0.85
EncodeDSA_SignatureFunction · 0.85

Calls 1

SetLengthFunction · 0.85

Tested by

no test coverage detected