Home
last modified time | relevance | path

Searched refs:MAX_SIG_LENGTH (Results 1 – 3 of 3) sorted by relevance

/dports/security/py-coincurve/coincurve-16.0.0/coincurve/
H A Decdsa.py7 MAX_SIG_LENGTH = 72
12 der = ffi.new('unsigned char[%d]' % MAX_SIG_LENGTH)
13 der_length = ffi.new('size_t *', MAX_SIG_LENGTH)
/dports/security/snort3/snort3-3.1.19.0/src/decompress/
H A Dfile_decomp.cc51 #define MAX_SIG_LENGTH (5) macro
93 if ( SessionPtr->Avail_Out < MAX_SIG_LENGTH ) in Locate_Sig_Here()
/dports/security/snort/snort-2.9.18/src/preprocessors/HttpInspect/files/
H A Dfile_decomp.c58 #define MAX_SIG_LENGTH (5) macro
105 if( SessionPtr->Avail_Out < MAX_SIG_LENGTH ) in Locate_Sig_Here()