statelen 120 crypto/drbg.c .statelen = 32, /* 256 bits as defined in 10.2.1 */ statelen 126 crypto/drbg.c .statelen = 40, /* 320 bits as defined in 10.2.1 */ statelen 132 crypto/drbg.c .statelen = 48, /* 384 bits as defined in 10.2.1 */ statelen 141 crypto/drbg.c .statelen = 55, /* 440 bits */ statelen 147 crypto/drbg.c .statelen = 111, /* 888 bits */ statelen 153 crypto/drbg.c .statelen = 111, /* 888 bits */ statelen 159 crypto/drbg.c .statelen = 55, /* 440 bits */ statelen 168 crypto/drbg.c .statelen = 20, /* block length of cipher */ statelen 174 crypto/drbg.c .statelen = 48, /* block length of cipher */ statelen 180 crypto/drbg.c .statelen = 64, /* block length of cipher */ statelen 186 crypto/drbg.c .statelen = 32, /* block length of cipher */ statelen 86 include/crypto/drbg.h __u8 statelen; /* maximum state length */ statelen 145 include/crypto/drbg.h return drbg->core->statelen; statelen 159 include/crypto/drbg.h return (drbg->core->statelen - drbg->core->blocklen_bytes);