Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
AuthConst.h File Reference
#include "RtypesCore.h"
Include dependency graph for AuthConst.h:
This graph shows which files directly or indirectly include this file:

Variables

const Int_t kAUTH_CRYPT_MSK = 0x2
 
const Int_t kAUTH_REUSE_MSK = 0x1
 
const Int_t kAUTH_RSATY_MSK = 0x8
 
const Int_t kAUTH_SSALT_MSK = 0x4
 
const Int_t kMAXRSATRIES = 100
 
const Int_t kMAXSEC = 6
 
const Int_t kMAXSECBUF = 4096
 
const Int_t kPRIMEEXP = 40
 
const Int_t kPRIMELENGTH = 20
 

Variable Documentation

◆ kAUTH_CRYPT_MSK

const Int_t kAUTH_CRYPT_MSK = 0x2

Definition at line 29 of file AuthConst.h.

◆ kAUTH_REUSE_MSK

const Int_t kAUTH_REUSE_MSK = 0x1

Definition at line 28 of file AuthConst.h.

◆ kAUTH_RSATY_MSK

const Int_t kAUTH_RSATY_MSK = 0x8

Definition at line 31 of file AuthConst.h.

◆ kAUTH_SSALT_MSK

const Int_t kAUTH_SSALT_MSK = 0x4

Definition at line 30 of file AuthConst.h.

◆ kMAXRSATRIES

const Int_t kMAXRSATRIES = 100

Definition at line 32 of file AuthConst.h.

◆ kMAXSEC

const Int_t kMAXSEC = 6

Definition at line 26 of file AuthConst.h.

◆ kMAXSECBUF

const Int_t kMAXSECBUF = 4096

Definition at line 27 of file AuthConst.h.

◆ kPRIMEEXP

const Int_t kPRIMEEXP = 40

Definition at line 34 of file AuthConst.h.

◆ kPRIMELENGTH

const Int_t kPRIMELENGTH = 20

Definition at line 33 of file AuthConst.h.