Home | History | Annotate | Download | only in trunks

Lines Matching defs:CONTEXT_ENCRYPT_KEY_BITS

299 #if !defined(CONTEXT_ENCRYPT_KEY_BITS)
300 #define CONTEXT_ENCRYPT_KEY_BITS MAX_SYM_KEY_BITS
303 #define CONTEXT_ENCRYPT_KEY_BYTES ((CONTEXT_ENCRYPT_KEY_BITS + 7) / 8)